N2PCoord#

class NaxToPy.Core.Classes.N2PCoord.N2PCoord(info, model_father)[source]#

Bases: object

Class with the information of a coordinate system

ID#

int.

PartID#

str.

TypeSys#

str.

IsGlobal#

bool.

Description#

str.

IsUserDefined#

bool.

Origin#

tuple.

Xaxis#

tuple.

Yaxis#

tuple.

Zaxis#

tuple.

property Description: str#
property ID: int#
property IsGlobal: bool#
property IsUserDefined: bool#
property Name: str#
property Origin: tuple#
property TypeSys: str#
property Xaxis: tuple#
property Yaxis: tuple#
property Zaxis: tuple#