mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
582 stars 135 forks source link

Wrap Length getters for curve types #439

Closed fraguada closed 2 years ago

fraguada commented 2 years ago

From: https://discourse.mcneel.com/t/is-it-possible-that-not-all-api-are-exposed-in-net/136440/5

fraguada commented 2 years ago

openNURBS has a length property for lines, arcs, and polylines.

dalefugier commented 2 years ago

This is something we don't provide in the free openNURBS toolkit. Thus, it won't be provided in the free Rhino3dm toolkit.

fraguada commented 2 years ago

Hello @dalefugier these exist in openNURBS for lines, arcs, and polylines, so please keep this open until those are wrapped.

fraguada commented 2 years ago

Verified that these are already wrapped for lines, arcs, and polylines.