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

Properties | |
| NorthDirection = property(fget = __GetNorthDirection, fset = __SetNorthDirection) | |
| Gets or sets the north direction. | |
| NorthDirectionReversed = property(fget = __GetNorthDirectionReversed, fset = __SetNorthDirectionReversed) | |
| Gets or sets the reverse North direction. | |
| ZenithDirection = property(fget = __GetZenithDirection, fset = __SetZenithDirection) | |
| Gets or sets the zenith direction. | |
| ZenithDirectionReversed = property(fget = __GetZenithDirectionReversed, fset = __SetZenithDirectionReversed) | |
| Gets or sets the reverse Zenith direction. | |
Detailed Description
Represents an Axis System.
This object is composed of Zenith and North directions.
This class cannot be instantiated.
Property Documentation
◆ NorthDirection
|
static |
Gets or sets the north direction.
The North direction property takes and returns a Tag from an NX object.
Value type: Integer.
The default value is 0.
◆ NorthDirectionReversed
|
static |
Gets or sets the reverse North direction.
Returns the flag to indicate the North direction is reversed.
True: Reverses the North direction.
False: Does not reverse the North direction.
Value type: Boolean.
The default value is False.
◆ ZenithDirection
|
static |
Gets or sets the zenith direction.
The Zenith direction property takes takes and returns a Tag from an NX object.
Value type: Integer.
The default value is 0.
◆ ZenithDirectionReversed
|
static |
Gets or sets the reverse Zenith direction.
Returns the flag to indicate the Zenith direction is reversed.
True: Reverses the Zenith direction.
False: Does not reverse the Zenith direction.
Value type: Boolean.
The default value is False.
The documentation for this class was generated from the following file:
- SpeosNX.py