Skip to main content

Speos NX library 2025 R1

AxisSystem Class Reference

Last update: 17.07.2025

Represents an Axis System. More...

Inheritance diagram for AxisSystem:
_object

Static Public Attributes

str DirectionX = property(fget=__GetDirectionX, fset=__SetDirectionX)
 Gets or sets the X direction.
 
str DirectionXReversed = property(fget=__GetDirectionXReversed, fset=__SetDirectionXReversed)
 Gets or sets the reverse X direction.
 
str DirectionY = property(fget=__GetDirectionY, fset=__SetDirectionY)
 Gets or sets the Y direction.
 
str DirectionYReversed = property(fget=__GetDirectionYReversed, fset=__SetDirectionYReversed)
 Gets or sets the reverse Y direction.
 
str 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.

Member Data Documentation

◆ DirectionX

str DirectionX = property(fget=__GetDirectionX, fset=__SetDirectionX)
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

str DirectionXReversed = property(fget=__GetDirectionXReversed, fset=__SetDirectionXReversed)
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

str DirectionY = property(fget=__GetDirectionY, fset=__SetDirectionY)
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

str DirectionYReversed = property(fget=__GetDirectionYReversed, fset=__SetDirectionYReversed)
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

str OriginPoint = property(fget=__GetOriginPoint, fset=__SetOriginPoint)
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

Connect with Ansys