M_Rhino_Geometry_Collections_BrepFaceList_Add_1 - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public BrepFace Add(
int surfaceIndex
)
VB
Public Function Add (
surfaceIndex As Integer
) As BrepFace
- surfaceIndex
- Type: System.Int32
index of surface in brep's Surfaces list
Type: BrepFace
[Missing documentation for "M:Rhino.Geometry.Collections.BrepFaceList.Add(System.Int32)"]
Supported in: 6.0.16224.21491, 5D58w
BrepFaceList Class
Add Overload
Rhino.Geometry.Collections Namespace