Skip to main content

Speos NX library 2024 R2

AxisSystem Class Reference

Last update: 17.07.2025

Represents an Axis System. More...

Inheritance diagram for AxisSystem:
_object

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

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

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

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

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

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