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

Class TranslateTransform

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

Implementatation for the translate transformation.

Class Hierarchy for TranslateTransform
Class Hierarchy for TranslateTransform

constructor TranslateTransform(iTranslation):

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
Vector3dNone translation
The translation vector of the translate transformation.

Inherited from core.Selectable: metaData, name, notes