Hi all.
Sometime I check whether or not SubD rhinocommon method have been worked on or not.
… seems not?
I mainly use c# scripts inside gh (which hugely scare me how it’s clunky and slow, currently), but I plan to convert lots of my definitions to plain c# scripts to use as commands in Rhino.
SubD.Vertices is still not a list to simply interact with, with index and such. Still that .First() and .Next() …
(Even gh component “Point Deform” still can’t handle SubDs … )
SubD vertices tags. Edge crease status, etc etc
Topology?
Custom face packing when doing ToNurbs()?
Everything is far from accessible.
How can we develop new methods for SubDs?
There are any example that go deep?
27 posts - 6 participants