Package empro :: Module empro :: Module geometry :: Class Feature
[frames] | no frames]

Class Feature

core.Updatable --+    
                 |    
   core.Selectable --+
                     |
                    Feature
Known Subclasses:

A Feature is a part of a recipe describing geometric operations on sketches and features of them.

Class Hierarchy for Feature
Class Hierarchy for Feature

Instance Methods
bool
isSuppressed()
Returns whether this feature is suppressed.
CoordinateSystem
referenceCoordinateSystem()
Returns the reference coordinate system of the feature.
None
suppress()
Suppresses this feature during Model construction.
None
unsuppress()
Unsuppresses this feature during Model construction.

Inherited from core.Selectable: clone, isSelected

Inherited from core.Updatable: __enter__, __exit__, hash, isValid, reasonWhyInvalid

Properties

Inherited from core.Selectable: metaData, name, notes