SubD edge count Analysis

I regularly find myself wanting to check the edge count of the faces of a SubD object. There’s areas where I like the topology to be 4-sided faces and right now there’s no way to do a quick analysis to see this. Any chance something like this can be implemented?

Side note but are there any GH tools to analyze a subd / mesh face and return # of edges / vertices? Was trying to build something in GH quickly but didn’t see any obvious native tools.

Try this

subD_ColorFaceByEdgeCount.gh (12.9 KB)

1 Like

Sounds like the GH script will be a big help here but I should make a simple native Rhino command for that too: RH-92169 SubD selection: Select subobjects by valence, type, etc

1 Like