NodeLoad.from_rhino_point_and_vector

classmethod NodeLoad.from_rhino_point_and_vector(rhino_point, rhino_vector)

Create a NodeLoad from a rhino point and a rhino vector.

Parameters:
  • rhino_point (Rhino.Geometry.Point) – The load application point.

  • rhino_vector (Rhino.Geometry.Vector3d) – A vector that encodes the magnitude and direction of the load.

Returns:

load (NodeLoad) – A load object.