M_Rhino_Geometry_Collections_BrepLoopList_Add_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Create a new boundary loop on a face. After you get this BrepLoop, you still need to create the vertices, edges, and trims that define the loop.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public BrepLoop Add(
BrepLoopType loopType,
BrepFace face
)
VB
Public Function Add (
loopType As BrepLoopType,
face As BrepFace
) As BrepLoop
- loopType
- Type: Rhino.Geometry.BrepLoopType
[Missing documentation for "M:Rhino.Geometry.Collections.BrepLoopList.Add(Rhino.Geometry.BrepLoopType,Rhino.Geometry.BrepFace)"] - face
- Type: Rhino.Geometry.BrepFace
[Missing documentation for "M:Rhino.Geometry.Collections.BrepLoopList.Add(Rhino.Geometry.BrepLoopType,Rhino.Geometry.BrepFace)"]
Type: BrepLoop
New loop that needs to be filled in
Supported in: 6.0.16224.21491, 5D58w
BrepLoopList Class
Add Overload
Rhino.Geometry.Collections Namespace