NX Open C++ Reference Guide
|
Represents a single line in an annotation and can be queried for information about that line. More...
Public Types | |
enum | LineType { LineTypeExtension, LineTypeLeader, LineTypeNarrowLeader, LineTypeStub, LineTypeDualBracket, LineTypeAnnotation, LineTypeInspection, LineTypeSecondaryExtension, LineTypeTolerance } |
the line type More... | |
Public Member Functions | |
NXOpen::Point3d | EndPoint () |
Returns the line end point in absolute coordinates. | |
int | Index () |
Returns the line index. | |
NXOpen::Point3d | StartPoint () |
Returns the line start point in absolute coordinates. | |
NXOpen::Annotations::LineComponent::LineType | Type () |
Returns the line type. | |
virtual | ~LineComponent () |
Free resources associated with the line component. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents a single line in an annotation and can be queried for information about that line.
This information includes the line type, the start point in absolute coordinates, and the end point in absolute coordinates.
Created in NX6.0.2.
the line type
|
virtual |
Free resources associated with the line component.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX6.0.2.
License requirements : None
NXOpen::Point3d NXOpen::Annotations::LineComponent::EndPoint | ( | ) |
Returns the line end point in absolute coordinates.
If the annotation is on a drawing, the end point is returned in drawing space. If the annotation is on the model, the end point is returned in model space.
Created in NX6.0.2.
License requirements : None
int NXOpen::Annotations::LineComponent::Index | ( | ) |
Returns the line index.
Created in NX9.0.0.
License requirements : None
NXOpen::Point3d NXOpen::Annotations::LineComponent::StartPoint | ( | ) |
Returns the line start point in absolute coordinates.
If the annotation is on a drawing, the start point is returned in drawing space. If the annotation is on the model, the start point is returned in model space.
Created in NX6.0.2.
License requirements : None
NXOpen::Annotations::LineComponent::LineType NXOpen::Annotations::LineComponent::Type | ( | ) |
Returns the line type.
Created in NX6.0.2.
License requirements : None