BrepFaceListAdd 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)
Since: 5.4
Syntax public BrepFace Add(
Surface surface
)
Public Function Add (
surface As Surface
) As BrepFace
Parameters
- surface
- Type: Rhino.GeometrySurface
surface is copied
Return Value
Type:
BrepFace[Missing <returns> documentation for "M:Rhino.Geometry.Collections.BrepFaceList.Add(Rhino.Geometry.Surface)"]
See Also