M_Rhino_Geometry_Collections_BrepTrimList_Add_1 - 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,
BrepEdge edge,
int curve2dIndex
)
VB
Public Function Add (
rev3d As Boolean,
edge As BrepEdge,
curve2dIndex As Integer
) As BrepTrim
- rev3d
- Type: System.Boolean
true if the edge and trim have opposite directions - edge
- Type: Rhino.Geometry.BrepEdge
3d edge associated with this trim - 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