BrepFaceDuplicateFace Method |
Duplicate a face from the brep to create new single face brep.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also