Point3D.copy Method
Parent Object: Point3DDefined 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. |
Return Value
| Type | Description |
| Point3D | Returns an independent copy of this point object. |
