Click or drag to resize

Point3dListDuplicate Method

Returns a deep copy of this point list instance.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Point3dList Duplicate()

Return Value

Type: Point3dList
The duplicated list.
See Also