InfiniteLine3D.getData Method

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

Description

Gets all of the data defining the infinite line.

Syntax

"infiniteLine3D_var" is a variable referencing an InfiniteLine3D object.

(returnValue, origin, direction) = infiniteLine3D_var.getData()

#include <Core/Geometry/InfiniteLine3D.h

// Declare the output arguments.
Ptr<Point3D> origin;
Ptr<Vector3D> direction;
boolean returnValue = infiniteLine3D_var->getData(origin, direction);

Return Value

Type Description
boolean Returns true if successful.

Parameters

Name Type Description
origin Point3D The output origin point of the line.
direction Vector3D The output direction of the line.

Version

Introduced in version August 2014