Point3D.translateBy Method
Parent Object:
Point3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Point3D.h>
Description
Translates the point using the provided vector.
Syntax
"point3D_var" is a variable referencing a Point3D object.returnValue = point3D_var.translateBy(vector)
|
"point3D_var" is a variable referencing a Point3D object.
#include <Core/Geometry/Point3D.h>
returnValue = point3D_var->translateBy(vector);
|
Return Value
boolean |
Returns true if successful. |
Parameters
vector |
Vector3D |
The vector to use to translate the point. |
Version
Introduced in version August 2014