NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::Drawings::SectionLineCollection类 参考

截面线集合 更多...

#include <Drawings_SectionLineCollection.hxx>

类 NXOpen::Drawings::SectionLineCollection 继承关系图:
NXOpen::TaggedObjectCollection

class  iterator

Public 成员函数

iterator begin ()
NXOpen::Drawings::SketchSectionLineBuilderCreateSketchSectionLineBuilder (NXOpen::Drawings::SectionLine *sectionLine)
iterator end ()
NXString GenerateSectionLineLabelAttribute (NXOpen::Annotations::BaseNote *note)
tag_t Tag () const

详细描述

截面线集合

表示NXOpen::Drawings::SectionLine对象的集合。
使用DraftingManager::SectionLines获取此类的实例。

于NX6.0.0中创建。

成员函数说明

◆ begin()

iterator NXOpen::Drawings::SectionLineCollection::begin ( )

返回指向第一个元素的迭代器。

◆ CreateSketchSectionLineBuilder()

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

创建剖切线构建器

弃用
在 NX10.0.0 中已过时。请改用 Drawings::SectionViewBuilder::SectionLineSegments

在 NX6.0.0 中创建。

许可要求:drafting ("DRAFTING")

创建剖切线分段构建器

弃用
在 NX10.0.0 中已过时。请改用 Drawings::SectionViewBuilder::SectionLineSegments

在 NX6.0.0 中创建。

许可要求:drafting ("DRAFTING")

创建剖切线样式构建器

弃用
在 NX10.0.0 中已过时。请改用 NXOpen::Drawings::ViewSectionLineBuilder

在 NX6.0.0 中创建。

许可要求:drafting ("DRAFTING")

创建草图剖切线构建器
在 NX10.0.0 中创建。

许可要求:drafting ("DRAFTING")

参数
sectionLine剖切线

◆ end()

iterator NXOpen::Drawings::SectionLineCollection::end ( )
inline

返回指向最后一个元素之后的迭代器。

◆ GenerateSectionLineLabelAttribute()

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

生成一个参数化文本属性,该属性类似于当前的剖切线标签,但包含剖切线分段信息。 注意,剖切线注释中的文本不会被覆盖。
在 NX10.0.0 中创建。

许可要求:drafting ("DRAFTING")

参数
note用于生成属性的剖切线注释

◆ Tag()

tag_t NXOpen::Drawings::SectionLineCollection::Tag ( ) const

返回此对象的标签。