M_Rhino_Geometry_Collections_BrepTrimList_Add_2 - mcneel/rhinocommon-api-docs GitHub Wiki
Add a new trim that will be part of an inner, outer, or slit loop to the brep
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public BrepTrim Add(
bool rev3d,
BrepLoop loop,
int curve2dIndex
)
VB
Public Function Add (
rev3d As Boolean,
loop As BrepLoop,
curve2dIndex As Integer
) As BrepTrim
- rev3d
- Type: System.Boolean
true if the edge and trim have opposite directions - loop
- Type: Rhino.Geometry.BrepLoop
trim is appended to this loop - curve2dIndex
- Type: System.Int32
index of 2d trimming curve
Type: BrepTrim
new trim
Supported in: 6.0.16224.21491, 5D58w
BrepTrimList Class
Add Overload
Rhino.Geometry.Collections Namespace