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()
Public Overridable Function Duplicate As GeometryBase
Return Value
Type:
GeometryBaseAn object of the same type as this, with the same properties and behavior.
See Also