NX Open C++ Reference Guide
|
Represents a single arrow in an annotation and can be queried for information about that arrow. More...
Public Member Functions | |
double | ArrowAngle () |
Returns the arrow angle. | |
int | Index () |
Returns the arrow index. | |
NXOpen::Point3d | Origin () |
Returns the arrow origin in absolute coordinates. | |
NXOpen::Annotations::ArrowheadType | Type () |
Returns the arrow type. | |
virtual | ~ArrowComponent () |
Free resources associated with the arrow component. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents a single arrow in an annotation and can be queried for information about that arrow.
This information includes the type of arrow, the origin in absolute coordinates, and the arrow angle
Created in NX6.0.2.
|
virtual |
Free resources associated with the arrow 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
double NXOpen::Annotations::ArrowComponent::ArrowAngle | ( | ) |
Returns the arrow angle.
Created in NX6.0.2.
License requirements : None
int NXOpen::Annotations::ArrowComponent::Index | ( | ) |
Returns the arrow index.
Created in NX9.0.0.
License requirements : None
NXOpen::Point3d NXOpen::Annotations::ArrowComponent::Origin | ( | ) |
Returns the arrow origin in absolute coordinates.
If the annotation is on a drawing, origin is returned in drawing space. If the annotation is on the model, origin is returned in model space.
Created in NX6.0.2.
License requirements : None
NXOpen::Annotations::ArrowheadType NXOpen::Annotations::ArrowComponent::Type | ( | ) |
Returns the arrow type.
Created in NX6.0.2.
License requirements : None