Node.from_rhino_point
- classmethod Node.from_rhino_point(rhino_point, *args, **kwargs)
Create a node from a rhino point.
- Parameters
rhino_point (
Rhino.Geometry.Point3d) – A rhino point.*args (
tuple) – Additional arguments.**kwargs (
dict) – Extra keyword arguments.
- Returns
node (
Node) – A node object.