NodeLoad.from_point_and_vector
- classmethod NodeLoad.from_point_and_vector(point, vector)
Create a NodeLoad from a point and a vector.
- Parameters:
point (
list
offloat
) – The xyz coordinates of the positions where to applied the load.vector (
list
offloat
) – The xyz coordinates of the load vector.
- Returns:
load (
NodeLoad
) – A load object.