NX Open C++ Reference Guide
|
Represents an object that journals the adding of a leader and setting of the origin for dialogs that use a builder
Created in NX5.0.0.
More...
Public Member Functions | |
void | GetOrigin (NXOpen::Annotations::Annotation::AssociativeOriginData *originData, NXOpen::Point3d *origin) |
Gets the origin of the current annotation Created in NX5.0.0. | |
void | SetLeaderBundle (NXOpen::Annotations::LeaderBundle *jaLeader) |
Sets the leader bundle for the current annotation in the builder Created in NX5.0.0. | |
void | SetOrigin (const NXOpen::Annotations::Annotation::AssociativeOriginData &originData, const NXOpen::Point3d &origin) |
Sets the origin of the current annotation Created in NX5.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents an object that journals the adding of a leader and setting of the origin for dialogs that use a builder
Created in NX5.0.0.
void NXOpen::Annotations::AnnotationPlacement::GetOrigin | ( | NXOpen::Annotations::Annotation::AssociativeOriginData * | originData, |
NXOpen::Point3d * | origin | ||
) |
Gets the origin of the current annotation
Created in NX5.0.0.
License requirements : None
originData | The origin data |
origin | The origin stored on the annotation |
void NXOpen::Annotations::AnnotationPlacement::SetLeaderBundle | ( | NXOpen::Annotations::LeaderBundle * | jaLeader | ) |
Sets the leader bundle for the current annotation in the builder
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
jaLeader | The leader bundle to set |
void NXOpen::Annotations::AnnotationPlacement::SetOrigin | ( | const NXOpen::Annotations::Annotation::AssociativeOriginData & | originData, |
const NXOpen::Point3d & | origin | ||
) |
Sets the origin of the current annotation
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
originData | The origin data |
origin | The new origin |