NX Open C++ Reference Guide
|
Represents a infinite line curve. More...
Additional Inherited Members | |
![]() | |
enum | UpdateOption { UpdateOptionDontUpdate, UpdateOptionWithinModeling, UpdateOptionAfterModeling, UpdateOptionAfterParentBody, UpdateOptionMixed } |
Specifies when the smart object updates. More... | |
enum | VisibilityOption { VisibilityOptionInvisible, VisibilityOptionVisible, VisibilityOptionVisibleIfParentInvisible } |
Specifies the smart object visibility. More... | |
![]() | |
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 infinite line curve.
To create a new instance of this class, use CurveCollection::CreateInfiniteLine
Created in NX7.5.0.