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
Syntaxpublic static Mesh CreateFromSubD(
SubD subd
)
Public Shared Function CreateFromSubD (
subd As SubD
) As Mesh
Parameters
- subd
- Type: Rhino.GeometrySubD
SubD to mesh
Return Value
Type:
MeshNew mesh representing the SubD
See Also