InfiniteLine3D.set Method

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

Description

Sets all of the data defining the infinite line.

Syntax

"infiniteLine3D_var" is a variable referencing an InfiniteLine3D object.
returnValue = infiniteLine3D_var.set(origin, direction)
"infiniteLine3D_var" is a variable referencing an InfiniteLine3D object.

#include <Core/Geometry/InfiniteLine3D.h>

returnValue = infiniteLine3D_var->set(origin, direction);

Return Value

Type Description
boolean Returns true if successful.

Parameters

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

Version

Introduced in version August 2014