Click or drag to resize

SubDDisplayParametersDisplayDensity Method

Gets the absolute display density to use when creating display meshes for SubD. When adaptive reduction is enabled, subd.Faces.Count is used to determine the appropriate display density.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.18
Syntax
public uint DisplayDensity(
	SubD subd
)

Parameters

subd
Type: Rhino.GeometrySubD
The SubD object.

Return Value

Type: UInt32
The display density.
See Also