Class: EnfEditor::EEBrepFace
- Inherits:
-
EECompRepChildElement
- Object
- EEBase
- EEElement
- EECompRepChildElement
- EnfEditor::EEBrepFace
- Includes:
- ColorUtils, PropertyUtils, UserPropertyUtils
- Defined in:
- lib/enfeditor/core_ext/ee_brep.rb,
ext/enfhandler/EnfHandler_wrap2.cxx
Overview
Proxy of C++ EnfEditor::EEBrepFace class
Instance Method Summary collapse
-
#loops ⇒ Array<EEBrepLoop>
(also: #children)
Returns loops of face.
-
#surface ⇒ EEBrepSurface
Returns surface of face.
Methods included from PropertyUtils
#display=, #display?, #layer, #layer=
Methods included from ColorUtils
#has_material_color?, #has_material_color_rgb?, #material_color, #material_color=
Methods included from UserPropertyUtils
#create_user_property, #user_properties
Methods inherited from EEElement
Methods inherited from EEBase
Instance Method Details
#loops ⇒ Array<EEBrepLoop> Also known as: children
Returns loops of face.
#surface ⇒ EEBrepSurface
Returns surface of face.
79 |
# File 'lib/enfeditor/core_ext/ee_brep.rb', line 79 def surface ; tsurface.surface ; end |