Class: EnfEditor::EEBrepFace

Inherits:
EECompRepChildElement show all
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

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

#delete!

Methods inherited from EEBase

#null?

Instance Method Details

#loopsArray<EEBrepLoop> Also known as: children

Returns loops of face.

Examples:

# Get loops from face
face.loops # => [<EEBrepLoop>, ...]

Returns:

Since:

  • 0.1.0.0

#surfaceEEBrepSurface

Returns surface of face.

Examples:

# Get surface from face
face.surface  # => <EEBrepSurface>

Returns:

Since:

  • 0.1.0.0



79
# File 'lib/enfeditor/core_ext/ee_brep.rb', line 79

def surface ; tsurface.surface ; end