NX Open C++ Reference Guide
|
Represents a collection of Annotations::Weld objects
To obtain an instance of this class, refer to Annotations::AnnotationManager
Created in NX4.0.0.
More...
Represents a collection of Annotations::Weld objects
To obtain an instance of this class, refer to Annotations::AnnotationManager
Created in NX4.0.0.
Returns an iterator addressing the first element.
NXOpen::Annotations::LineWeld* NXOpen::Annotations::WeldCollection::CreateLineWeld | ( | NXOpen::Annotations::LineWeldData * | lineWeldData, |
const NXOpen::Point3d & | origin, | ||
NXOpen::Annotations::LeaderBundle * | leader | ||
) |
Creates a line weld.
lineWeldData | line weld data |
origin | Origin for the line weld |
leader | Specifies the leaders for the line weld |
NXOpen::Annotations::LineWeldBuilder* NXOpen::Annotations::WeldCollection::CreateLineWeldBuilder | ( | NXOpen::Annotations::LineWeld * | weld | ) |
Creates a Annotations::LineWeldBuilder.
weld | weld |
NXOpen::Annotations::PmiLineWeld* NXOpen::Annotations::WeldCollection::CreatePmiLineWeld | ( | NXOpen::Annotations::LineWeldData * | lineWeldData, |
NXOpen::Annotations::PmiData * | pmiData, | ||
NXOpen::Xform * | annotationPlane, | ||
const NXOpen::Point3d & | origin, | ||
NXOpen::Annotations::LeaderBundle * | leader | ||
) |
Creates a PMI line weld.
lineWeldData | line weld data |
pmiData | PMI data |
annotationPlane | Annotation plane on which the line weld lies |
origin | Origin for the line weld |
leader | Specifies the leaders for the line weld |
NXOpen::Annotations::PmiLineWeldBuilder* NXOpen::Annotations::WeldCollection::CreatePmiLineWeldBuilder | ( | NXOpen::Annotations::PmiLineWeld * | weld | ) |
Creates a Annotations::PmiLineWeldBuilder.
weld | weld |
Returns an iterator addressing one past the last element.
Creates new LineWeldData object.
tag_t NXOpen::Annotations::WeldCollection::Tag | ( | ) | const |
Returns the tag of this object.