Line3D.set Method

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

Description

Sets all of the data defining the line segment.

Syntax

"line3D_var" is a variable referencing a Line3D object.
returnValue = line3D_var.set(startPoint, endPoint)
"line3D_var" is a variable referencing a Line3D object.

#include <Core/Geometry/Line3D.h>

returnValue = line3D_var->set(startPoint, endPoint);

Return Value

Type Description
boolean Returns true if successful.

Parameters

Name Type Description
startPoint Point3D The start point of the line.
endPoint Point3D The end point of the line.

Version

Introduced in version August 2014