Share

Point3D.asVector Method

Parent Object: Point3D
Defined 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.
returnValue = point3D_var.asVector()

Return Value

Type Description
Vector3D Returns a Vector2D object.

Version

Introduced in version August 2014

Was this information helpful?