|
NX Open C++ 参考指南 2406 v1.1
|
删除曲线构建器 更多...
#include <Features_DeleteCurveBuilder.hxx>
Public 成员函数 | |
| bool | Heal () |
| NXOpen::ScCollector * | Section () |
| void | SetHeal (bool heal) |
| void | SetSection (NXOpen::ScCollector *section) |
| 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 | _DeleteCurveBuilderBuilder |
删除曲线构建器
表示 @link NXOpen::Features::DeleteCurve NXOpen::Features::DeleteCurve@endlink 建造器 <br> 要创建此类的新实例,请使用 @link NXOpen::Features::SynchronousCurveCollection::CreateDeleteCurveBuilder NXOpen::Features::SynchronousCurveCollection::CreateDeleteCurveBuilder @endlink <br>
默认值。
| 属性 | 值 |
|---|---|
| 修复 | 1 |
在 NX9.0.0 中创建.
| bool NXOpen::Features::DeleteCurveBuilder::Heal | ( | ) |
返回修复
在 NX9.0.0 中创建.
许可证要求 : 无
| NXOpen::ScCollector * NXOpen::Features::DeleteCurveBuilder::Section | ( | ) |
返回截面
在 NX9.0.0 中创建.
许可证要求 : 无
| void NXOpen::Features::DeleteCurveBuilder::SetHeal | ( | bool | heal | ) |
设置修复
在 NX9.0.0 中创建.
许可证要求 : solid_modeling ("SOLIDS MODELING")
| heal | 修复 |
| void NXOpen::Features::DeleteCurveBuilder::SetSection | ( | NXOpen::ScCollector * | section | ) |
设置截面
在 NX9.0.0 中创建.
许可证要求 : solid_modeling ("SOLIDS MODELING")
| section | 截面 |