I’m looking for a way to get (and set) the crease weights for SubDs via Rhino common.
I found how to get the Tag demarking if it is a sharp edge or a smooth, but no weight value for the smooth creases. SubDEdgeTag enum
Also there is this feature request, but the last comment on it is 9months old - has there been made any progress on it?
Can I access is already eventually and it’s just missing in the Documentation? Expose SubDCrease functionality to RhinoCommon : RH-79547
This is the next thing I’ll be working on when I’m done with my current work on SubD Knife, there will be something released in the next couple of months.
It is already fully accessible from the C++ SDK (i.e. for Rhino plugins through OpenNurbs, and a lot of it accessible outside of Rhino plug-ins in public OpenNurbs), but not from the C# SDK (RhinoCommon)