|
NX Open C++ 参考指南 2406 v1.1
|
构造特征数据 更多...
#include <Features_ConstructionFeatureData.hxx>
Public 成员函数 | |
| NXOpen::Features::Feature * | GetFeature () |
| void | SetShowInGraphicView (bool showInGraphicView) |
| bool | ShowInGraphicView () |
| virtual | ~ConstructionFeatureData () |
| Public 成员函数 继承自 NXOpen::TransientObject | |
| void * | GetHandle () |
构造特征数据
表示一个构造特征的数据。
该类的实例可通过 NXOpen::Features::CustomFeaturePreUpdateEvent::CreateConstructionFeatureData 获取
创建于 NX11.0.0。
|
virtual |
释放与该对象关联的内存。调用此方法后,该对象将不再有效。
创建于 NX11.0.0。
许可要求 : None
| NXOpen::Features::Feature * NXOpen::Features::ConstructionFeatureData::GetFeature | ( | ) |
获取特征
| void NXOpen::Features::ConstructionFeatureData::SetShowInGraphicView | ( | bool | showInGraphicView | ) |
设置构造特征在图形视图中的可见性
创建于 NX11.0.0。
许可要求 : solid_modeling ("SOLIDS MODELING")
| showInGraphicView | 如果特征在图形视图中可见则为 True,否则为 false |
| bool NXOpen::Features::ConstructionFeatureData::ShowInGraphicView | ( | ) |
返回构造特征在图形视图中的可见性
创建于 NX11.0.0。
许可要求 : solid_modeling ("SOLIDS MODELING")