M_Rhino_Geometry_Collections_BrepFaceList_Add - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFaceList.Add Method (Surface)

Add a new face to a brep. This creates a complete face with new vertices at the surface corners, new edges along the surface boundary, etc. The loop of the returned face has four trims that correspond to the south, east, north, and west side of the surface in that order. If you use this version of Add to add an exiting brep, then you are responsible for using a tool like JoinEdges() to hook the new face to its neighbors.

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

Syntax

C#

public BrepFace Add(
	Surface surface
)

VB

Public Function Add ( 
	surface As Surface
) As BrepFace

Parameters

 

surface
Type: Rhino.Geometry.Surface
surface is copied

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFaceList Class
Add Overload
Rhino.Geometry.Collections Namespace

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