BrepTrim.SetTrimCurve Method (Int32, Interval)

BrepTrimSetTrimCurve Method (Int32, Interval)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool SetTrimCurve(
	int curve2dIndex,
	Interval subDomain
)
Public Function SetTrimCurve ( 
	curve2dIndex As Integer,
	subDomain As Interval
) As Boolean

Parameters

curve2dIndex
Type: SystemInt32
index of 2d curve in m_C2[] array
subDomain
Type: Rhino.GeometryInterval

[Missing <param name="subDomain"/> documentation for "M:Rhino.Geometry.BrepTrim.SetTrimCurve(System.Int32,Rhino.Geometry.Interval)"]

Return Value

Type: Boolean
true if successful
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also