|
NX Open C++ 参考指南 2406 v1.1
|
保留注释构建器 更多...
#include <Annotations_RetainedAnnotationsBuilder.hxx>
Public 成员函数 | |
| NXOpen::LineColorFontWidthBuilder * | LineColorFontWidth () |
| void | SetShowRetainedAnnotations (bool showRetainedAnnotations) |
| bool | ShowRetainedAnnotations () |
| virtual bool | Validate () |
| Public 成员函数 继承自 NXOpen::TaggedObject | |
| tag_t | Tag () const |
友元 | |
| class | _RetainedAnnotationsBuilderBuilder |
保留注释构建器
表示一个 NXOpen::Annotations::RetainedAnnotationsBuilder
在 NX9.0.0 中创建。
| NXOpen::LineColorFontWidthBuilder * NXOpen::Annotations::RetainedAnnotationsBuilder::LineColorFontWidth | ( | ) |
获取 保留制图对象的线型颜色宽度。
在 NX9.0.0 中创建。
许可要求:无
| void NXOpen::Annotations::RetainedAnnotationsBuilder::SetShowRetainedAnnotations | ( | bool | showRetainedAnnotations | ) |
设置 指示是否显示保留注释的标志。
在 NX9.0.0 中创建。
许可要求:geometric_tol ("GDT") 或 drafting ("DRAFTING")
| showRetainedAnnotations | showretainedannotations |
| bool NXOpen::Annotations::RetainedAnnotationsBuilder::ShowRetainedAnnotations | ( | ) |
获取 指示是否显示保留注释的标志。
在 NX9.0.0 中创建。
许可要求:无
|
virtual |
验证组件的输入是否足以调用提交操作。 如果组件不处于可提交状态,则抛出异常。 例如,如果组件要求设置某些属性,但未设置,则此方法将抛出异常。 对于某些组件,此方法会抛出未实现的 NXException。