跟踪数据类
更多...
#include <Features_TrackingData.hxx>
◆ ~TrackingData()
| virtual NXOpen::Features::TrackingData::~TrackingData |
( |
| ) |
|
|
virtual |
释放与此对象关联的内存。调用此方法后,对象不再有效。
在NX11.0.0中创建。
许可要求: 无
◆ AddIntSourceEntity()
| void NXOpen::Features::TrackingData::AddIntSourceEntity |
( |
int | sourceEntity | ) |
|
添加跟踪实体的整数类型源实体
在NX11.0.0中创建。
许可要求: solid_modeling ("SOLIDS MODELING")
- 参数
-
◆ AddTagIntPairSourceEntity()
| void NXOpen::Features::TrackingData::AddTagIntPairSourceEntity |
( |
NXOpen::NXObject * | tagSourceEntity, |
|
|
int | intSourceEntity ) |
添加跟踪实体的NXOpen::Object-整数对类型源实体
在NX11.0.0中创建。
许可要求: solid_modeling ("SOLIDS MODELING")
- 参数
-
| tagSourceEntity | 标签源实体 |
| intSourceEntity | 整数源实体 |
◆ AddTagSourceEntities()
| void NXOpen::Features::TrackingData::AddTagSourceEntities |
( |
const std::vector< NXOpen::NXObject * > & | sourceEntities | ) |
|
添加跟踪实体的NXOpen::Object类型源实体
在NX11.0.0中创建。
许可要求: solid_modeling ("SOLIDS MODELING")
- 参数
-
◆ SetIntApplicationKey()
| void NXOpen::Features::TrackingData::SetIntApplicationKey |
( |
int | applicationKey | ) |
|
设置跟踪实体的整数类型可选应用键
在NX11.0.0中创建。
许可要求: solid_modeling ("SOLIDS MODELING")
- 参数
-
◆ SetNXOpenObjectApplicationKey()
| void NXOpen::Features::TrackingData::SetNXOpenObjectApplicationKey |
( |
NXOpen::NXObject * | applicationKey | ) |
|
设置跟踪实体的NXOpen::Object类型可选应用键
在NX11.0.0中创建。
许可要求: solid_modeling ("SOLIDS MODELING")
- 参数
-