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

Class EllipticalPattern

core.Updatable --+            
                 |            
   core.Selectable --+        
                     |        
               Feature --+    
                         |    
                   Pattern --+
                             |
                            EllipticalPattern

Creates a Elliptical Pattern.

Class Hierarchy for EllipticalPattern
Class Hierarchy for EllipticalPattern

constructor EllipticalPattern():

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
ExpressionNone angle
The angle of the elliptical pattern.
Vector3dNone autoComputedRootPosition
The auto computed root position of the elliptical pattern.
CoordinateSystemAbstractPositionNone center
The center of the elliptical pattern.
ExpressionNone instances
The instances of the elliptical pattern.
CoordinateSystemAbstractDirectionNone majorAxis
The major axis of the elliptical pattern.
CoordinateSystemAbstractDirectionNone normal
The normal of the elliptical pattern.
ExpressionNone ratio
The ratio of the elliptical pattern.
CoordinateSystemAbstractPositionNone rootPosition
The root position of the elliptical pattern.
  rootPositionMode
The root postion mode of the elliptical pattern.
boolNone rotated
Determines whether the elliptical pattern is rotated or not.

Inherited from core.Selectable: metaData, name, notes

Property Details

rootPositionMode

The root postion mode of the elliptical pattern. 
      can be one of('UseSpecifiedRootPosition','UseCenterOfBoundingBox')
@type: stringNone