civpy.structures.NodeLoad¶
-
class
civpy.structures.NodeLoad[source]¶ A class representing a load applied to a node.
Parameters: - node : str
The name of the node to which the load will be applied.
- fx, fy, fz : float
The applied global node forces.
- mx, my, mz : float
The applied global moments.
- dx, dy, dz : float
The applied node deflections.
- rx, ry, rz : float
The applied node rotations.
Methods
copy([order])Return a copy of the array. deflections(self)Returns the applied deflection and rotation matrix. forces(self)Returns the applied force and moment matrix. get_node(self)Gets the referenced node. set_node(self, ndict)Sets the node reference.