M_Rhino_Geometry_Brep_AddTrimCurve - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.AddTrimCurve Method

Add a 2d curve used by the brep trims

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

Syntax

C#

public int AddTrimCurve(
	Curve curve
)

VB

Public Function AddTrimCurve ( 
	curve As Curve
) As Integer

Parameters

 

curve
Type: Rhino.Geometry.Curve
[Missing documentation for "M:Rhino.Geometry.Brep.AddTrimCurve(Rhino.Geometry.Curve)"]

Return Value

Type: Int32
Index used to reference this geometry in the trimming curve list

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
Rhino.Geometry Namespace

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