Click or drag to resize

GeometryBaseDuplicate Method

Constructs a deep (full) copy of this object.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public virtual GeometryBase Duplicate()

Return Value

Type: GeometryBase
An object of the same type as this, with the same properties and behavior.
See Also