Need something similar to Pull Curve component but for SubD geometry instead of surfaces…
Is it possible to call the command with C# or Python?
Need something similar to Pull Curve component but for SubD geometry instead of surfaces…
Is it possible to call the command with C# or Python?
Hi @ShynnSup,
Based on the selected SubD face, the Pull
command converts parent object to a Brep and then calls the equivalent of Curve.PullToBrepFace. I can probably work up a sample if needed.
– Dale
Hi Dale, maybe its more accurate to convert the SubD to a high density mesh and use PullMesh? What do you think?
I am thinking of something that works on the entire SubD object instead of on specific selected faces.
Hi @dale, whenever you can could you share a sample please? I find myself needing the brep version this time and was not able to find it anywhere else on the forum. Thank you.