Click or drag to resize

SubDSubdivide Method (Int32)

Apply the Catmull-Clark subdivision algorithm and save the results in this SubD.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public bool Subdivide(
	int count
)

Parameters

count
Type: SystemInt32
Number of times to subdivide (must be greater than 0)

Return Value

Type: Boolean
true on success
See Also