NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::Drawings::SectionLineCollection Class Reference

Represents a collection of NXOpen::Drawings::SectionLine s. More...

Inheritance diagram for NXOpen::Drawings::SectionLineCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::Drawings::SectionLineBuilderCreateSectionLineBuilder (NXOpen::Drawings::SectionLine *sectionLine)
 Creates the section line builder. More...
 
NXOpen::Drawings::SectionLineSegmentBuilderCreateSectionLineSegmentBuilder ()
 Creates the section line segment builder. More...
 
NXOpen::Drawings::SectionLineStyleBuilderCreateSectionLineStyleBuilder (NXOpen::Drawings::SectionLine *sectionline)
 Creates the Section Line Style Builder. More...
 
NXOpen::Drawings::SketchSectionLineBuilderCreateSketchSectionLineBuilder (NXOpen::Drawings::SectionLine *sectionLine)
 Creates the Sketch Section Line builder. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXString GenerateSectionLineLabelAttribute (NXOpen::Annotations::BaseNote *note)
 Generates a parametric text attribute that is similar to the current section line label but contains the section line segment information. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen::Drawings::SectionLine s.


Use DraftingManager::SectionLines to get the instance of this class.

Created in NX6.0.0.

Member Function Documentation

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.

Returns

Deprecated:
Deprecated in NX10.0.0. Use Drawings::SectionViewBuilder::SectionLineSegments instead.


Created in NX6.0.0.

License requirements : drafting ("DRAFTING")

Parameters
sectionLinesectionline
NXOpen::Drawings::SectionLineSegmentBuilder* NXOpen::Drawings::SectionLineCollection::CreateSectionLineSegmentBuilder ( )

Creates the section line segment builder.

Returns

Deprecated:
Deprecated in NX10.0.0. Use Drawings::SectionViewBuilder::SectionLineSegments instead.


Created in NX6.0.0.

License requirements : drafting ("DRAFTING")

NXOpen::Drawings::SectionLineStyleBuilder* NXOpen::Drawings::SectionLineCollection::CreateSectionLineStyleBuilder ( NXOpen::Drawings::SectionLine sectionline)

Creates the Section Line Style Builder.

Returns

Deprecated:
Deprecated in NX10.0.0. Use NXOpen::Drawings::ViewSectionLineBuilder instead.


Created in NX6.0.0.

License requirements : drafting ("DRAFTING")

Parameters
sectionlinesectionline
NXOpen::Drawings::SketchSectionLineBuilder* NXOpen::Drawings::SectionLineCollection::CreateSketchSectionLineBuilder ( NXOpen::Drawings::SectionLine sectionLine)

Creates the Sketch Section Line builder.

Returns

Created in NX10.0.0.

License requirements : drafting ("DRAFTING")
Parameters
sectionLinesectionline
iterator NXOpen::Drawings::SectionLineCollection::end ( )

Returns an iterator addressing one past the last element.

NXString NXOpen::Drawings::SectionLineCollection::GenerateSectionLineLabelAttribute ( NXOpen::Annotations::BaseNote note)

Generates a parametric text attribute that is similar to the current section line label but contains the section line segment information.

Note that the text in the section line note is not overwritten.

Returns

Created in NX10.0.0.

License requirements : drafting ("DRAFTING")
Parameters
noteThe section line note to generate the attribute from
tag_t NXOpen::Drawings::SectionLineCollection::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.