menu
RhinoCommon API
search
search
V8
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
Description:
Create a mesh from a SubD limit surface
Syntax:
public static
Mesh
CreateFromSubD(
SubD
subd
,
int
displayDensity
)
Parameters:
subd
Type:
SubD
SubD to mesh
displayDensity
Type:
int
Adaptive display density value to use. If in doubt, pass
SubDDisplayParameters.Density.DefaultDensity
: this is what the cache uses.
Returns:
Type:
Mesh
New mesh representing the SubD
Available since:
7.0
home
/
Rhino.Geometry
/
Mesh
/
CreateFromSubD
CreateFromSubD method
Class:
Rhino.Geometry.Mesh
Nothing found