NodeSupport.from_rhino_point

classmethod NodeSupport.from_rhino_point(rhino_point)

Create a NodeSupport from a rhino point.

Parameters:

point (Rhino.Geometry.Point3d) – The xyz position where to apply a support.

Returns:

support (NodeSupport) – A support object.

Notes

The support will be assigned to a FormDiagram only if it has a node whose xyz coordinates matches defined by the NodeSupport. Otherwise, the support will not be assigned to the diagram.