M_Rhino_Geometry_Brep_GetWireframe - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.GetWireframe Method

Constructs all the Wireframe curves for this Brep.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Curve[] GetWireframe(
	int density
)

VB

Public Function GetWireframe ( 
	density As Integer
) As Curve()

Parameters

 

density
Type: System.Int32
Wireframe density. Valid values range between -1 and 99.

Return Value

Type: Curve[]
An array of Wireframe curves or null on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️