Rhino 5 for Windows
Constructs all the Wireframe curves for this Brep.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
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.
See Also