NodeSupport.from_point
- classmethod NodeSupport.from_point(point)
Create a NodeSupport from a point.
- Parameters:
point (
list
offloat
) – The xyz coordinates of the positions where to assign 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 theNodeSupport
. Otherwise, the support will not be assigned to the diagram.