SubD
- class rhino3dm.SubD
- SubD()
SubD constructor
- IsSolid
bool: Test SubD to see if the active level is a solid. A “solid” is a closed oriented manifold, or a closed oriented manifold.
- ClearEvaluationCache()
Clear cached information that depends on the location of vertex control points
- Return type:
void
- UpdateAllTagsAndSectorCoefficients()
Updates vertex tag, edge tag, and edge coefficient values on the active level. After completing custom editing operations that modify the topology of the SubD control net or changing values of vertex or edge tags, the tag and sector coefficients information on nearby components in the edited areas need to be updated.
- Returns:
Number of vertices and edges that were changed during the update.
- Return type:
uint
- Subdivide(count)
Apply the Catmull-Clark subdivision algorithm and save the results in this SubD.
- Returns:
True on success
- Return type:
bool