BrepObject.DuplicateBrepGeometry Method

BrepObjectDuplicateBrepGeometry Method

Constructs a new deep copy of the Brep geometry.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Brep DuplicateBrepGeometry()
Public Function DuplicateBrepGeometry As Brep

Return Value

Type: Brep
The copy of the geometry.
See Also