NX Open C++ Reference Guide
|
A ComponentData object can be used to query the components of an annotation. More...
Public Member Functions | |
std::vector < NXOpen::Annotations::ArcComponent * > | GetArcComponents () |
Queries the arc components, (Annotations::ArcComponent ), in an annotation. | |
std::vector < NXOpen::Annotations::ArrowComponent * > | GetArrowComponents () |
Queries the arrow components, (Annotations::ArrowComponent ), in an annotation. | |
std::vector < NXOpen::DisplayableObject * > | GetEntities () |
Returns the entities that display the annotation. | |
std::vector < NXOpen::Annotations::LineComponent * > | GetLineComponents () |
Queries the line components, (Annotations::LineComponent ), in an annotation. | |
std::vector < NXOpen::Annotations::TextComponent * > | GetTextComponents () |
Queries the text components, (Annotations::ArcComponent ), in an annotation. | |
virtual | ~ComponentData () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
A ComponentData object can be used to query the components of an annotation.
These components include line components, arrow components, arc components, and text components. These components can then be queried for type specific information about the object.
Created in NX6.0.2.
|
virtual |
Frees the object from memory.
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
std::vector<NXOpen::Annotations::ArcComponent *> NXOpen::Annotations::ComponentData::GetArcComponents | ( | ) |
Queries the arc components, (Annotations::ArcComponent ), in an annotation.
Each arc component can be queried for arc specific information. @return All of the arc components that exist in the annotation
Created in NX6.0.2.
License requirements : None
std::vector<NXOpen::Annotations::ArrowComponent *> NXOpen::Annotations::ComponentData::GetArrowComponents | ( | ) |
Queries the arrow components, (Annotations::ArrowComponent ), in an annotation.
Each arrow component can be queried for arrow specific information. @return All of the arrow components that exist in the annotation
Created in NX6.0.2.
License requirements : None
std::vector<NXOpen::DisplayableObject *> NXOpen::Annotations::ComponentData::GetEntities | ( | ) |
Returns the entities that display the annotation.
Each entity can be queried to get the line, arc and text information. Note that entities could be line, arc, spline and annotation objects.
std::vector<NXOpen::Annotations::LineComponent *> NXOpen::Annotations::ComponentData::GetLineComponents | ( | ) |
Queries the line components, (Annotations::LineComponent ), in an annotation.
Each line component can be queried for line specific information. @return All of the lines components that exist in the annotation
Created in NX6.0.2.
License requirements : None
std::vector<NXOpen::Annotations::TextComponent *> NXOpen::Annotations::ComponentData::GetTextComponents | ( | ) |
Queries the text components, (Annotations::ArcComponent ), in an annotation.
Each text component can be queried for text specific information. @return All of the text components that exist in the annotation
Created in NX6.0.2.
License requirements : None