RhinoPlane.from_guid
- classmethod RhinoPlane.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
compas_rhino.geometry.RhinoGeometry
– The Rhino object wrapper.- Raises
ConversionError – If the geometry of the Rhino DocObject cannot be converted to the geometry type of the wrapper.