M_Rhino_Geometry_Hatch_Get3dCurves - mcneel/rhinocommon-api-docs GitHub Wiki

Hatch.Get3dCurves Method

Gets 3d curves that define the boundaries of the hatch

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

Syntax

C#

public Curve[] Get3dCurves(
	bool outer
)

VB

Public Function Get3dCurves ( 
	outer As Boolean
) As Curve()

Parameters

 

outer
Type: System.Boolean
true to get the outer curves, false to get the inner curves

Return Value

Type: Curve[]
[Missing documentation for "M:Rhino.Geometry.Hatch.Get3dCurves(System.Boolean)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Hatch Class
Rhino.Geometry Namespace

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