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

Class Revolve

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

A revolve is a Feature than can be used in a Recipe to revolve a Sketch along an axis and create a body of revolution.

Class Hierarchy for Revolve
Class Hierarchy for Revolve

constructor Revolve(): Creates a default revolve. constructor Revolve(iSketch, iAxisRoot, iAxisDirection):

constructor Revolve(iSketch, iAxisRoot, iAxisDirection, iAngle):

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 axisDirection
The axis of revolution.
CoordinateSystemAbstractPositionNone axisRoot
The root point of the axis of revolution.
ExpressionNone sweepAngle
The angle to sweep/revolve.

Inherited from Sweep: options, profile, profileFaceId, profileIdentifier

Inherited from core.Selectable: metaData, name, notes