Click or drag to resize

MeshCreateFromSubD Method (SubD, SubDDisplayParametersDensity)

Create a mesh from a SubD limit surface

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static Mesh CreateFromSubD(
	SubD subd,
	SubDDisplayParametersDensity displayDensity
)

Parameters

subd
Type: Rhino.GeometrySubD
SubD to mesh
displayDensity
Type: Rhino.GeometrySubDDisplayParametersDensity
Adaptive display density value to use. If in doubt, pass DefaultDensity: this is what the cache uses.

Return Value

Type: Mesh
New mesh representing the SubD
See Also