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

Static Public Attributes | |
| str | NorthDirection = property(fget=__GetNorthDirection, fset=__SetNorthDirection) |
| Gets or sets the north direction. | |
| str | NorthDirectionReversed = property(fget=__GetNorthDirectionReversed, fset=__SetNorthDirectionReversed) |
| Gets or sets the reverse North direction. | |
| str | ZenithDirection = property(fget=__GetZenithDirection, fset=__SetZenithDirection) |
| Gets or sets the zenith direction. | |
| str | ZenithDirectionReversed = property(fget=__GetZenithDirectionReversed, fset=__SetZenithDirectionReversed) |
| Gets or sets the reverse Zenith direction. | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Detailed Description
Represents an Axis System.
This object is composed of Zenith and North directions.
This class cannot be instantiated.
Member Data 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_2412.py