Point2D.copy Method

Parent Object: Point2D
Defined in namespace "adsk::core" and the header file is <Core/Geometry/Point2D.h>

Description

Creates and returns a copy of this point object.

Syntax

"point2D_var" is a variable referencing a Point2D object.
returnValue = point2D_var.copy()
"point2D_var" is a variable referencing a Point2D object.

#include <Core/Geometry/Point2D.h>

returnValue = point2D_var->copy();

Return Value

Type Description
Point2D Returns an independent copy of this point object.

Version

Introduced in version August 2014