Package empro :: Module empro :: Module mesh :: Class FixedPoint
[frames] | no frames]

Class FixedPoint

core.Updatable --+
                 |
                FixedPoint

The class that represents a fixed point.

Class Hierarchy for FixedPoint
Class Hierarchy for FixedPoint

Instance Methods

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

Properties
stringNone axes
Specifies in which directions the fixed point should be used.
CoordinateSystemAbstractPositionNone location
Location of the fixed point.
Property Details

axes

Specifies in which directions the fixed point should be used. Possible values are {'X','Y','Z'}. For example, 'X | Z' specifies that the fixed point should be used in the X and Z-direction.

Type:
stringNone