Get and set SubD crease weights from RhinoCommon

Hey everyone!!

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

Hope someone can help,

Best,
Chris

4 Likes

Any update on this? I checked the ticket and there is something about not being able to update the status of the ticket… @pierrec @dale

Hi @samlochner,

This issue is still open.

– Dale

2 Likes

I would love to see that functionality added to C# SDK as well :green_heart: Is there any good new regarding this feature?

1 Like

Hi Petr -

RH-79547 is public.
This is not something that is currently being worked on.
-wim

Hi there,

sorry to raise this from the dead posts again, but I just wanted to ask again if this is something that can be expected in an update soon?

To be honest the lack of this functionality is one of the main struggle we have to integrate Subd properly in our workflow.

Is this functionality exposed in C++, so Open Nurbs and/or Rhino SDK?

1 Like

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)

4 Likes