N2PFreeBody#
- class NaxToPy.Core.Classes.N2PFreeBody.N2PFreeBody(name: str, loadcase: N2PLoadCase, increment: N2PIncrement, nodelist: list[N2PNode], elementlist: list[N2PElement], modelfather, coordsys: N2PCoord = None, outpoint: tuple[float] = None)[source]#
Bases:
object
Main class for free bodies analysis.
- property ElementList#
Lista de elementos of the Free Body.
- property FTotal: float#
Module of the resultant Force.
- property Force: tuple[float, float, float]#
Vector of the resultant Force.
- property Increment#
Increment of the Free Body.
- property LoadCase#
Load Case of the Free Body.
- property MTotal: float#
Module of the resultant Moment.
- property Moment: tuple[float, float, float]#
Vector of the resultant Moment.
- property Name: str#
Nombre del Free Body.
- property NodeList#
List of nodes of the Free Body.
- property OutPoint#
Returns the point where the resultants were calculated. Centroid by default.
- property OutSys#
Returns de Coordinate System where the resultants were calculated.