Line3D.set Method
Parent Object:
Line3DDefined 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
boolean |
Returns true if successful. |
Parameters
startPoint |
Point3D |
The start point of the line. |
endPoint |
Point3D |
The end point of the line. |
Version
Introduced in version August 2014