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
)
Public Function DisplayDensity (
subd As SubD
) As UInteger
Parameters
- subd
- Type: Rhino.GeometrySubD
The SubD object.
Return Value
Type:
UInt32The display density.
See Also