NodeSupport
- class compas_cem.supports.NodeSupport(node)[source]
Bases:
objectA support assigned to a node.
- Parameters
node (
int) – The key of the node where to apply the support to.- Returns
node_support (
NodeSupport) – A node support.
Methods
from_point(point)Create a NodeSupport from a point.
from_rhino_point(rhino_point)Create a NodeSupport from a rhino point.