Constructs all the Wireframe curves for this Brep.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Curve[] GetWireframe(
int density
)
Public Function GetWireframe (
density As Integer
) As Curve()
Parameters
- density
- Type: SystemInt32
Wireframe density. Valid values range between -1 and 99.
Return Value
Type:
CurveAn array of Wireframe curves or null on failure.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also