N2PConnector#

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

Bases: object

Class of Connectors for NaxToPy. In the module, elements and connectors are separate classes.

property FreeNodes: list[N2PNode]#

Free Nodes of the connector.

property GridIDs: list[N2PNode]#

Nodes (N2PNode) of the connector in case it is of type MPC or RSPLINE.

property ID: int#

ID of the connector.

property InternalID: int#

Internal ID of the connector.

property PartID: str#

Part ID of the connector.

property RefGrid: N2PNode#

Reference node ID in case the connector is of type RBE3 or COUPLING.

property SlaveNodes: list[N2PNode]#

Slaves Nodes of the connector.

property TypeConnector: str#

Connector type.