RhinoPoint
- class compas_rhino.conversions.RhinoPoint[source]
Bases:
compas_rhino.conversions.vector.RhinoVectorWrapper for Rhino points.
Methods
closest_point(point[, maxdist, return_param])Compute the closest point to a point in space.
from_geometry(geometry)Construct a Rhino object wrapper from an existing Rhino object.
from_guid(guid)Try to construct a RhinoGeometry wrapper from the GUID of an existing Rhino DocObject.
from_object(obj)Construct a Rhino object wrapper from an existing Rhino object.
Convert the wrapper to a COMPAS point.
transform(T)Transform the Rhino object.