M_Rhino_Geometry_BrepFace_DuplicateFace - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFace.DuplicateFace Method

Duplicate a face from the brep to create new single face brep.

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

Syntax

C#

public Brep DuplicateFace(
	bool duplicateMeshes
)

VB

Public Function DuplicateFace ( 
	duplicateMeshes As Boolean
) As Brep

Parameters

 

duplicateMeshes
Type: System.Boolean
If true, shading meshes will be copied as well.

Return Value

Type: Brep
A new single-face brep synonymous with the current Face.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFace Class
Rhino.Geometry Namespace

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