Click or drag to resize

PlaneClone Method

Returns a deep copy of this instance.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Plane Clone()

Return Value

Type: Plane
A plane with the same values as this item.
See Also