N2PCoord#
- class NaxToPy.Core.Classes.N2PCoord.N2PCoord(info, model_father)[source]#
Bases:
object
Class with the information of a coordinate system.
- property Description: str#
Description of the Coordinate System.
- property ID: int#
ID of the Coordinate System.
- property IsGlobal: bool#
Verify if the Coordinate System is Global.
- property IsUserDefined: bool#
Verify if the Coordinate System is User Defined.
- property Name: str#
Name of the Coordinate System.
- property Origin: tuple#
Origin of the Coordinate System.
- property TypeSys: str#
Type of Coordinate System.
- property Xaxis: tuple#
X Axis of the Coordinate System.
- property Yaxis: tuple#
Y Axis of the Coordinate System.
- property Zaxis: tuple#
Z Axis of the Coordinate System.