OrientedBoundingBox3D.lengthDirection Property

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

Description

Gets the direction of the length of the oriented bounding box. A unit vector is always returned.

Syntax

"orientedBoundingBox3D_var" is a variable referencing an OrientedBoundingBox3D object.

# Get the value of the property.
propertyValue = orientedBoundingBox3D_var.lengthDirection
"orientedBoundingBox3D_var" is a variable referencing an OrientedBoundingBox3D object.
#include <Core/Geometry/OrientedBoundingBox3D.h>

// Get the value of the property.
Ptr<Vector3D> propertyValue = orientedBoundingBox3D_var->lengthDirection();

Property Value

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

Samples

Name Description
Measure Sample Measure related functions

Version

Introduced in version December 2017