M_Rhino_Geometry_Collections_BrepFaceList_Add_1 - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFaceList.Add Method (Int32)

Create and add a new face to this list. An incomplete face is added. The caller must create and fill in the loops used by the face.

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

Syntax

C#

public BrepFace Add(
	int surfaceIndex
)

VB

Public Function Add ( 
	surfaceIndex As Integer
) As BrepFace

Parameters

 

surfaceIndex
Type: System.Int32
index of surface in brep's Surfaces list

Return Value

Type: BrepFace
[Missing documentation for "M:Rhino.Geometry.Collections.BrepFaceList.Add(System.Int32)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFaceList Class
Add Overload
Rhino.Geometry.Collections Namespace

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