QuadRemeshParameters.TargetQuadCount Property

QuadRemeshParametersTargetQuadCount Property

The number of quads to try to achieve in the final re-meshed object

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public int TargetQuadCount { get; set; }
Public Property TargetQuadCount As Integer
	Get
	Set

Property Value

Type: Int32
See Also