https://github.com/speckleworks/SpeckleDynamo/blob/master/SpeckleDynamoConverter/SpeckleDynamoConverter.cs ### Status **Primitives** - [x] Numbers - [x] Boolean - [x] String - [x] Null - [x] Point - [x] Vector - [x] Plane **Linear** - [x] Line - [x] Polygon - [x] Rectangle - [x] Polyline (Dynamo PolyCurve with all its curves straigth) **Curves** - [x] Circle - [x] Arc (still buggy due some differences with Rhino) - [x] Ellipse - [x] EllipseArc (only `ToSpeckle()` as NurbsCurve) - [x] Curve - [x] PolyCurve - [x] NurbsCurve - [x] Helix (only `ToSpeckle()` as NurbsCurve) **Other Geometries** - [x] Mesh - [ ] Solids - [ ] Brep (SpeckleBrep needs a more defined structure) - [ ] Box (can be converted as Cuboid?) - [ ] Extrusion (same as Brep) **Without Dynamo counterpart (?)** - Interval - Annotation - ArchivableDictionary/ Dictionary
https://github.com/speckleworks/SpeckleDynamo/blob/master/SpeckleDynamoConverter/SpeckleDynamoConverter.cs
Status
Primitives
Linear
Curves
ToSpeckle()as NurbsCurve)ToSpeckle()as NurbsCurve)Other Geometries
Without Dynamo counterpart (?)