Share

Point3D.copy Method

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

Description

Creates and returns a copy of this point object.

Syntax

"point3D_var" is a variable referencing a Point3D object.
returnValue = point3D_var.copy()

Return Value

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

Version

Introduced in version August 2014

Was this information helpful?