NX Open C++ Reference Guide
|
Represents a line curve. More...
Public Member Functions | |
NXOpen::Point3d | EndPoint () |
Returns the end point of the line Created in NX3.0.0. | |
void | SetEndPoint (const NXOpen::Point3d &endPoint) |
Sets the end point of the line Created in NX3.0.0. | |
void | SetEndpoints (const NXOpen::Point3d &startPoint, const NXOpen::Point3d &endPoint) |
Sets the start and end points of the line Created in NX3.0.0. | |
void | SetStartPoint (const NXOpen::Point3d &startPoint) |
Sets the start point of the line Created in NX3.0.0. | |
NXOpen::Point3d | StartPoint () |
Returns the start point of the line Created in NX3.0.0. |
Represents a line curve.
To create a new instance of this class, use CurveCollection::CreateLine
Created in NX3.0.0.
Returns the end point of the line
Created in NX3.0.0.
License requirements : None
void NXOpen::Line::SetEndPoint | ( | const NXOpen::Point3d & | endPoint | ) |
Sets the end point of the line
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
endPoint | end point |
void NXOpen::Line::SetEndpoints | ( | const NXOpen::Point3d & | startPoint, |
const NXOpen::Point3d & | endPoint | ||
) |
Sets the start and end points of the line
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
startPoint | the start point |
endPoint | the end point |
void NXOpen::Line::SetStartPoint | ( | const NXOpen::Point3d & | startPoint | ) |
Sets the start point of the line
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
startPoint | start point |
Returns the start point of the line
Created in NX3.0.0.
License requirements : None