M_Rhino_Geometry_Collections_BrepLoopList_Add - mcneel/rhinocommon-api-docs GitHub Wiki

BrepLoopList.Add Method (BrepLoopType)

Create a new empty boundary loop. The new loop will not be part of a face and will not include any trim curves.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public BrepLoop Add(
	BrepLoopType loopType
)

VB

Public Function Add ( 
	loopType As BrepLoopType
) As BrepLoop

Parameters

 

loopType
Type: Rhino.Geometry.BrepLoopType
[Missing documentation for "M:Rhino.Geometry.Collections.BrepLoopList.Add(Rhino.Geometry.BrepLoopType)"]

Return Value

Type: BrepLoop
[Missing documentation for "M:Rhino.Geometry.Collections.BrepLoopList.Add(Rhino.Geometry.BrepLoopType)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepLoopList Class
Add Overload
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️