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

Class RotateTransform

core.Updatable --+            
                 |            
   core.Selectable --+        
                     |        
               Feature --+    
                         |    
                 Transform --+
                             |
                            RotateTransform

Implementatation for the rotate transformation.

Class Hierarchy for RotateTransform
Class Hierarchy for RotateTransform

constructor RotateTransform(iAngle, iPoint, iDirection):

Instance Methods

Inherited from Transform: transformedPoint

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 transformation.
CoordinateSystemAbstractDirectionNone direction
The direction of the rotate transformation.
CoordinateSystemAbstractPositionNone point
The point of the rotate transformation.

Inherited from core.Selectable: metaData, name, notes