Click or drag to resize

SubDToBrep Method

Create a Brep based on this SubD geometry, based on SubDToBrepOptions.Default options.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.6
Syntax
public Brep ToBrep()

Return Value

Type: Brep
A new Brep if successful, or null on failure.
See Also