BrepTrimListAddSingularTrim Method |
Add a new singular trim to the brep.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.4
Syntax public BrepTrim AddSingularTrim(
BrepVertex vertex,
BrepLoop loop,
IsoStatus iso,
int curve2dIndex
)
Public Function AddSingularTrim (
vertex As BrepVertex,
loop As BrepLoop,
iso As IsoStatus,
curve2dIndex As Integer
) As BrepTrim
Parameters
- vertex
- Type: Rhino.GeometryBrepVertex
vertex along collapsed surface edge - loop
- Type: Rhino.GeometryBrepLoop
trim is appended to this loop - iso
- Type: Rhino.GeometryIsoStatus
[Missing <param name="iso"/> documentation for "M:Rhino.Geometry.Collections.BrepTrimList.AddSingularTrim(Rhino.Geometry.BrepVertex,Rhino.Geometry.BrepLoop,Rhino.Geometry.IsoStatus,System.Int32)"]
- curve2dIndex
- Type: SystemInt32
index of 2d trimming curve
Return Value
Type:
BrepTrimnew trim
See Also