RhinoCommon API
BrepFaceDuplicateFace Method |
Duplicate a face from the brep to create new single face brep.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public Brep DuplicateFace( bool duplicateMeshes )
Public Function DuplicateFace ( duplicateMeshes As Boolean ) As Brep
Parameters
- duplicateMeshes
- Type: SystemBoolean
If true, shading meshes will be copied as well.
Return Value
Type: BrepA new single-face brep synonymous with the current Face.
