|
NX Open C++ 参考指南 2406 v1.1
|
相交符号构建器 更多...
#include <Annotations_IntersectionSymbolBuilder.hxx>
Public 类型 | |
| enum | Thickness { ThicknessThin , ThicknessNormal , ThicknessThick , ThicknessOne = 6 , ThicknessTwo , ThicknessThree , ThicknessFour , ThicknessFive , ThicknessSix , ThicknessSeven , ThicknessEight , ThicknessNine } |
Public 成员函数 | |
| NXOpen::NXColor * | Color () |
| double | Extension () |
| NXOpen::SelectNXObject * | Inherit () |
| NXOpen::SelectNXObject * | IntersectionObject1 () |
| NXOpen::SelectNXObject * | IntersectionObject2 () |
| void | SetColor (NXOpen::NXColor *color) |
| void | SetExtension (double extension) |
| void | SetWidth (NXOpen::Annotations::IntersectionSymbolBuilder::Thickness width) |
| NXOpen::Annotations::IntersectionSymbolBuilder::Thickness | Width () |
| Public 成员函数 继承自 NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| void | Destroy () |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| NXOpen::NXObject * | GetObject () |
| NXOpen::PreviewBuilder * | PreviewBuilder () |
| void | ShowResults () |
| virtual bool | Validate () |
| Public 成员函数 继承自 NXOpen::TaggedObject | |
| tag_t | Tag () const |
友元 | |
| class | _IntersectionSymbolBuilderBuilder |
相交符号构建器
表示 NXOpen::Annotations::IntersectionSymbol 构建器
要创建此类的新实例,请使用 NXOpen::Annotations::IntersectionSymbolCollection::CreateIntersectionSymbolBuilder
默认值。
| 属性 | 值 |
|---|---|
| 延伸 | 3 |
| 宽度 | 细 |
在 NX6.0.0 中创建。
| NXOpen::NXColor * NXOpen::Annotations::IntersectionSymbolBuilder::Color | ( | ) |
返回 颜色
在 NX6.0.0 中创建。
许可要求:无
| double NXOpen::Annotations::IntersectionSymbolBuilder::Extension | ( | ) |
返回 延伸量
在 NX6.0.0 中创建。
许可要求:无
| NXOpen::SelectNXObject * NXOpen::Annotations::IntersectionSymbolBuilder::Inherit | ( | ) |
返回 继承对象
在 NX6.0.0 中创建。
许可要求:无
| NXOpen::SelectNXObject * NXOpen::Annotations::IntersectionSymbolBuilder::IntersectionObject1 | ( | ) |
返回 相交对象1
在 NX6.0.0 中创建。
许可要求:无
| NXOpen::SelectNXObject * NXOpen::Annotations::IntersectionSymbolBuilder::IntersectionObject2 | ( | ) |
返回 相交对象2
在 NX6.0.0 中创建。
许可要求:无
| void NXOpen::Annotations::IntersectionSymbolBuilder::SetColor | ( | NXOpen::NXColor * | color | ) |
设置 颜色
在 NX6.0.0 中创建。
许可要求:drafting ("DRAFTING")
| color | color |
| void NXOpen::Annotations::IntersectionSymbolBuilder::SetExtension | ( | double | extension | ) |
设置 延伸量
在 NX6.0.0 中创建。
许可要求:drafting ("DRAFTING")
| extension | extension |
| void NXOpen::Annotations::IntersectionSymbolBuilder::SetWidth | ( | NXOpen::Annotations::IntersectionSymbolBuilder::Thickness | width | ) |
设置 宽度
在 NX6.0.0 中创建。
许可要求:drafting ("DRAFTING")
| width | width |
| NXOpen::Annotations::IntersectionSymbolBuilder::Thickness NXOpen::Annotations::IntersectionSymbolBuilder::Width | ( | ) |
返回 宽度
在 NX6.0.0 中创建。
许可要求:无