MeshCreateFromSubD Method (SubD, SubDDisplayParametersDensity) |
Create a mesh from a SubD limit surface
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic static Mesh CreateFromSubD(
SubD subd,
SubDDisplayParametersDensity displayDensity
)
Public Shared Function CreateFromSubD (
subd As SubD,
displayDensity As SubDDisplayParametersDensity
) As Mesh
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:
MeshNew mesh representing the SubD
See Also