M_Rhino_Geometry_BrepTrim_SetTrimCurve - mcneel/rhinocommon-api-docs GitHub Wiki

BrepTrim.SetTrimCurve Method (Int32)

Set 2d curve geometry used by a b-rep trim.

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

Syntax

C#

public bool SetTrimCurve(
	int curve2dIndex
)

VB

Public Function SetTrimCurve ( 
	curve2dIndex As Integer
) As Boolean

Parameters

 

curve2dIndex
Type: System.Int32
index of 2d curve in m_C2[] array

Return Value

Type: Boolean
true if successful

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepTrim Class
SetTrimCurve Overload
Rhino.Geometry Namespace

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