i’m trying to draw the lines of a nurbs surface controlpolygon in a conduit as dotten lines. To do this i create a mesh and then get all edges, which is kinda slow since the user can change the control point locations dynamically.
Is there an equivalent of ON_ControlPolygonMesh in RhinoCommon ?
I would indeed be useful to have direct access to ON_ControlPolygonMesh as function to avoid the nested loops in the conduit. Or even better something predefinded for display with surfaces and curves eg.: