AxisSystem Class Reference
Last update: 17.07.2025Represents an Axis System. More...

Properties | |
| DirectionX = property(fget = __GetDirectionX, fset = __SetDirectionX) | |
| Gets or sets the X direction. | |
| DirectionXReversed = property(fget = __GetDirectionXReversed, fset = __SetDirectionXReversed) | |
| Gets or sets the reverse X direction. | |
| DirectionY = property(fget = __GetDirectionY, fset = __SetDirectionY) | |
| Gets or sets the Y direction. | |
| DirectionYReversed = property(fget = __GetDirectionYReversed, fset = __SetDirectionYReversed) | |
| Gets or sets the reverse Y direction. | |
| OriginPoint = property(fget = __GetOriginPoint, fset = __SetOriginPoint) | |
| Gets or sets the origin point. | |
Detailed Description
Represents an Axis System.
This object is composed of an origin point, X and Y directions.
This class cannot be instantiated.
Property Documentation
◆ DirectionX
|
static |
Gets or sets the X direction.
The DirectionX property takes and returns a Tag from an NX object.
Value type: Integer.
The default value is 0.
◆ DirectionXReversed
|
static |
Gets or sets the reverse X direction.
Returns the flag to indicate the X direction is reversed.
True: Reverses the X direction.
False: Does not reverse the X direction.
Value type: Boolean.
The default value is False.
◆ DirectionY
|
static |
Gets or sets the Y direction.
The DirectionY property takes and returns a Tag from an NX object.
Value type: Integer.
The default value is 0.
◆ DirectionYReversed
|
static |
Gets or sets the reverse Y direction.
Returns the flag to indicate the Y direction is reversed.
True: Reverses the Y direction.
False: Does not reverse the Y direction.
Value type: Boolean.
The default value is False.
◆ OriginPoint
|
static |
Gets or sets the origin point.
The OriginPoint property takes and returns a Tag from an NX object.
Value type: Integer.
The default value is 0.
The documentation for this class was generated from the following file:
- SpeosNX.py