N2PNode#
- class NaxToPy.Core.Classes.N2PNode.N2PNode(info, model_father)[source]#
Bases:
object
Class with the information of a node/grid.
- property AnalysisCoordSys: int#
Outer or analysis coordinate system of the node/grid.
- property Connectivity: list[N2PElement, N2PConnector]#
List with
N2PElements
andN2PConnector
that the node is connected to
- property GlobalCoords: tuple[float]#
Global coordinates of the node/grid.
- property ID: int#
Index the solver uses of for the node/grid.
- property InternalID: int#
Index used internally to identify the node/grid. It is also the position in the OrderedDict of Nodes.
- property LocalCoords: tuple[float]#
Local coordinates of the node/grid.
- property PartID: str#
String of the partID of the node/grid.
- property PositionCoordSys: int#
Internal or position coordinate system of the node/grid.
- property SPCNode: int#
ID of the constraint flag of the node/grid.
- property Term1: float#
First coordinate of the local system of the node/grid.
- property Term2: float#
Second coordinate of the local system of the node/grid.
- property Term3: float#
Third coordinate of the local system of the node/grid.
- property UserSystemArray: list[float]#
List with the position of the three vectors that define the user system of the node: [x1, x2, x3, y1, y2, y3, z1, z2, z3]
If no user systems for nodes are defined yet, it returns None.
- property X: float#
X coordinate of the node/grid.
- property Y: float#
Y coordinate of the node/grid.
- property Z: float#
Z coordinate of the node/grid.