Convert(BoundingBox3) | Converts to Rhino's BoundingBox. |
Convert(Interval3) | Converts to Rhino's Interval. |
Convert(IReadonlyMesh) | Converts to Rhino's Mesh. If the mesh is already of type [!:RhinoMesh], the underlying mesh [!:RhinoMesh.UnderlyingRhinoMesh] is returned without creating a copy of it. Otherwise, a new rhino mesh instance is created from the supplied mesh. |
Convert(Line3) | Converts to Rhino's Line. |
Convert(Plane3) | Converts to Rhino's Plane. |
Convert(Point3) | Converts to Rhino's Point3d. |
Convert(PolyLine3) | Converts to Rhino's PolylineCurve. |
Convert(Vector3) | Converts to Rhino's Vector3d. |
Convert(Vector3) | Converts to Rhino's Vector3d[]. |
Convert(IMesh, DictionaryIMesh, Mesh, UnitConversion) | Converts to Karamba's Mesh3. |