M_Rhino_Geometry_Collections_BrepLoopList_AddOuterLoop - mcneel/rhinocommon-api-docs GitHub Wiki

BrepLoopList.AddOuterLoop Method

Create a new outer boundary loop that runs along the sides of the face's surface. All the necessary trims, edges, and vertices are created and added to the brep.

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

Syntax

C#

public BrepLoop AddOuterLoop(
	int faceIndex
)

VB

Public Function AddOuterLoop ( 
	faceIndex As Integer
) As BrepLoop

Parameters

 

faceIndex
Type: System.Int32
index of face that needs an outer boundary that runs along the sides of its surface.

Return Value

Type: BrepLoop
New outer boundary loop that is complete.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepLoopList Class
Rhino.Geometry.Collections Namespace

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