Vector3D.length Property

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

Description

Get the length of this vector.

Syntax

"vector3D_var" is a variable referencing a Vector3D object.

# Get the value of the property.
propertyValue = vector3D_var.length
"vector3D_var" is a variable referencing a Vector3D object.
#include <Core/Geometry/Vector3D.h>

// Get the value of the property.
double propertyValue = vector3D_var->length();

Property Value

This is a read only property whose value is a double.

Version

Introduced in version August 2014