Module: EnfEditor::UserPropertyUtils
- Included in:
- EEBrepEdge, EEBrepFace, EEBrepVertex, EEBrepVolume, EEComponent
- Defined in:
- lib/enfeditor/core_ext/property_utils.rb
Overview
Mixin module to handle user property
Instance Method Summary collapse
-
#create_user_property(key, value, type, subtype = "") ⇒ Object
Create user attribute for brep element.
-
#user_properties ⇒ Array<EEUserProperty>
Returns user properties of element.
Instance Method Details
#create_user_property(key, value, type, subtype = "") ⇒ Object
Create user attribute for brep element
222 223 224 |
# File 'lib/enfeditor/core_ext/property_utils.rb', line 222 def create_user_property(key, value, type, subtype = "") _create_user_property(key, value, type, subtype) end |
#user_properties ⇒ Array<EEUserProperty>
Returns user properties of element
|
|
# File 'lib/enfeditor/core_ext/property_utils.rb', line 195
|