M_Rhino_Geometry_Collections_BrepFaceList_Add - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public BrepFace Add(
Surface surface
)
VB
Public Function Add (
surface As Surface
) As BrepFace
- surface
- Type: Rhino.Geometry.Surface
surface is copied
Type: BrepFace
[Missing documentation for "M:Rhino.Geometry.Collections.BrepFaceList.Add(Rhino.Geometry.Surface)"]
Supported in: 6.0.16224.21491, 5D58w
BrepFaceList Class
Add Overload
Rhino.Geometry.Collections Namespace