|
NX Open C++ 参考指南 2406 v1.1
|
创建实体特征构建器 更多...
#include <Features_MakeSolidBuilder.hxx>
Public 成员函数 | |
| bool | IsAssociative () |
| void | SetAssociative (bool isAssociative) |
| NXOpen::ScCollector * | SheetBodies () |
| Public 成员函数 继承自 NXOpen::Features::FeatureBuilder | |
| NXOpen::Features::Feature * | CommitFeature () |
| NXOpen::Features::Feature * | GetFeature () |
| void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
| bool | ParentFeatureInternal () |
| void | SetParentFeatureInternal (bool isInternal) |
| void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
| void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
| void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
| 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 | _MakeSolidBuilderBuilder |
创建实体特征构建器
表示 Features::MakeSolid 构建器。 此类的输入可以是收敛对象。
要创建此类的新实例,请使用 NXOpen::Features::DesignFeatureCollection::CreateMakesolidBuilder
创建于 NX11.0.0.
| bool NXOpen::Features::MakeSolidBuilder::IsAssociative | ( | ) |
获取关联选项。 'true' 表示需要创建实体化特征 'false' 表示仅将输入的无关联片体的体类型更改为实体类型。
创建于 NX11.0.0.
许可证要求 : 无
| void NXOpen::Features::MakeSolidBuilder::SetAssociative | ( | bool | isAssociative | ) |
设置关联选项。 'true' 表示需要创建实体化特征 'false' 表示仅将输入的无关联片体的体类型更改为实体类型。
创建于 NX11.0.0.
许可证要求 : 无
| isAssociative | 关联选项 |
| NXOpen::ScCollector * NXOpen::Features::MakeSolidBuilder::SheetBodies | ( | ) |
获取拓扑上闭合的片体
创建于 NX11.0.0.
许可证要求 : 无