Click or drag to resize

MeshCreateFromSubD Method (SubD)

Create a mesh from a SubD limit surface, using the default meshing density for SubDs.

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

Parameters

subd
Type: Rhino.GeometrySubD
SubD to mesh

Return Value

Type: Mesh
New mesh representing the SubD
See Also