Click or drag to resize

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
Syntax
public Brep DuplicateFace(
	bool duplicateMeshes
)

Parameters

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

Return Value

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