Point3D.asVector Method
Parent Object: Point3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Point3D.h>
Description
Defines a vector using the coordinates of the point.
Syntax
"point3D_var" is a variable referencing a Point3D object.
|
Return Value
Type | Description |
Vector3D | Returns a Vector2D object. |