NX Open C++ Reference Guide
|
Represents a collection of Drawings::SectionLine s. More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::Drawings::SectionLineBuilder * | CreateSectionLineBuilder (NXOpen::Drawings::SectionLine *sectionLine) |
Creates the section line builder. | |
NXOpen::Drawings::SectionLineSegmentBuilder * | CreateSectionLineSegmentBuilder () |
Creates the section line segment builder. | |
NXOpen::Drawings::SectionLineStyleBuilder * | CreateSectionLineStyleBuilder (NXOpen::Drawings::SectionLine *sectionline) |
Creates the Section Line Style Builder. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Drawings::SectionLine s.
<br> Use @link DraftingManager::SectionLines DraftingManager::SectionLines@endlink to get the instance of this class. <br>
Created in NX6.0.0.
iterator NXOpen::Drawings::SectionLineCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Drawings::SectionLineBuilder* NXOpen::Drawings::SectionLineCollection::CreateSectionLineBuilder | ( | NXOpen::Drawings::SectionLine * | sectionLine | ) |
Creates the section line builder.
sectionLine | sectionline |
NXOpen::Drawings::SectionLineSegmentBuilder* NXOpen::Drawings::SectionLineCollection::CreateSectionLineSegmentBuilder | ( | ) |
Creates the section line segment builder.
NXOpen::Drawings::SectionLineStyleBuilder* NXOpen::Drawings::SectionLineCollection::CreateSectionLineStyleBuilder | ( | NXOpen::Drawings::SectionLine * | sectionline | ) |
iterator NXOpen::Drawings::SectionLineCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Drawings::SectionLineCollection::Tag | ( | ) | const |
Returns the tag of this object.