SubDVertexClearSavedSubdivisionPoints Method |
Discards the cached subdivision and surface points for this vertex, so they are
recomputed on next use.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic void ClearSavedSubdivisionPoints(
bool clearNeighborhood
)
Public Sub ClearSavedSubdivisionPoints (
clearNeighborhood As Boolean
)
Parameters
- clearNeighborhood
- Type: SystemBoolean
If true, the cached points of the neighboring components are discarded too. Moving a
control net point changes the surface around it, not just at it, so pass true after
an edit unless you know only this vertex is affected.
See Also