RhinoLine.from_guid

classmethod RhinoLine.from_guid(guid)

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

Parameters

guid (str) – The GUID of the Rhino DocObject.

Returns

RhinoGeometry – The Rhino object wrapper.

Raises

ConversionError – If the geometry of the Rhino DocObject cannot be converted to the geometry type of the wrapper.