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

Class Extrude

core.Updatable --+            
                 |            
   core.Selectable --+        
                     |        
               Feature --+    
                         |    
                     Sweep --+
                             |
                            Extrude

Extrudes a Sketch over a given distance in a given direction.

Class Hierarchy for Extrude
Class Hierarchy for Extrude

constructor Extrude(iSketch, iDistance, iDirection):

Instance Methods

Inherited from Feature: isSuppressed, referenceCoordinateSystem, suppress, unsuppress

Inherited from core.Selectable: clone, isSelected

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

Properties
CoordinateSystemAbstractDirectionNone direction
The direction of extrusion.
floatNone distance
The distance of extrusion.

Inherited from Sweep: options, profile, profileFaceId, profileIdentifier

Inherited from core.Selectable: metaData, name, notes