NodeLoad

class compas_cem.loads.NodeLoad(node, vector=[0, 0, - 1])[source]

Bases: object

A load defined by a position and a vector.

Parameters
  • node (int) – A node key

  • vector (list of float) – The load magnitude of the point load in xyz directions.

Methods

from_point_and_vector(point, vector)

Create a NodeLoad from a point and a vector.

from_rhino_point_and_vector(rhino_point, …)

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