|
NX Open C++ 参考指南 2406 v1.1
|
截面线集合 更多...
#include <Drawings_SectionLineCollection.hxx>
类 | |
| class | iterator |
Public 成员函数 | |
| iterator | begin () |
| NXOpen::Drawings::SketchSectionLineBuilder * | CreateSketchSectionLineBuilder (NXOpen::Drawings::SectionLine *sectionLine) |
| iterator | end () |
| NXString | GenerateSectionLineLabelAttribute (NXOpen::Annotations::BaseNote *note) |
| tag_t | Tag () const |
截面线集合
表示NXOpen::Drawings::SectionLine对象的集合。
使用DraftingManager::SectionLines获取此类的实例。
于NX6.0.0中创建。
| iterator NXOpen::Drawings::SectionLineCollection::begin | ( | ) |
返回指向第一个元素的迭代器。
| NXOpen::Drawings::SketchSectionLineBuilder * NXOpen::Drawings::SectionLineCollection::CreateSketchSectionLineBuilder | ( | NXOpen::Drawings::SectionLine * | sectionLine | ) |
创建剖切线构建器
创建剖切线分段构建器
创建剖切线样式构建器
创建草图剖切线构建器
在 NX10.0.0 中创建。
许可要求:drafting ("DRAFTING")
| sectionLine | 剖切线 |
|
inline |
返回指向最后一个元素之后的迭代器。
| NXString NXOpen::Drawings::SectionLineCollection::GenerateSectionLineLabelAttribute | ( | NXOpen::Annotations::BaseNote * | note | ) |
生成一个参数化文本属性,该属性类似于当前的剖切线标签,但包含剖切线分段信息。 注意,剖切线注释中的文本不会被覆盖。
在 NX10.0.0 中创建。
许可要求:drafting ("DRAFTING")
| note | 用于生成属性的剖切线注释 |
| tag_t NXOpen::Drawings::SectionLineCollection::Tag | ( | ) | const |
返回此对象的标签。