RhinoPoint

class compas_rhino.conversions.RhinoPoint[source]

Bases: compas_rhino.conversions.vector.RhinoVector

Wrapper for Rhino points.

Attributes

geometry

object

Inherited Attributes

guid

name

type

Methods

closest_point

Compute the closest point to a point in space.

to_compas

Convert the wrapper to a COMPAS point.

Inherited Methods

from_geometry

Construct a Rhino object wrapper from an existing Rhino object.

from_guid

Try to construct a RhinoGeometry wrapper from the GUID of an existing Rhino DocObject.

from_object

Construct a Rhino object wrapper from an existing Rhino object.

transform

Transform the Rhino object.