NX Open C++ Reference Guide
|
JA interface for LinkedMirrorPartEntityMapData oject
This cannot be created
Created in NX8.5.0.
More...
Public Member Functions | |
void | AddToMap (NXOpen::TaggedObject *sourceEntity, NXOpen::TaggedObject *mirrorEntity) |
Add a map between an entity in the source part and an entity in the mirror part Created in NX8.5.0. | |
std::vector < NXOpen::TaggedObject * > | GetMappedMirrorPartEntities () |
The list of mapped entities in the mirror part. | |
std::vector < NXOpen::TaggedObject * > | GetMappedSourcePartEntities () |
The list of mapped entities in the source part. | |
std::vector < NXOpen::TaggedObject * > | GetMirrorPartEntitiesToMap () |
The list of entities in the mirror part that are yet to be mapped. | |
std::vector < NXOpen::TaggedObject * > | GetSourcePartEntitiesToMap () |
The list of entities in the source part that are yet to be mapped. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
JA interface for LinkedMirrorPartEntityMapData oject
This cannot be created
Created in NX8.5.0.
void NXOpen::LinkedMirrorPartEntityMapData::AddToMap | ( | NXOpen::TaggedObject * | sourceEntity, |
NXOpen::TaggedObject * | mirrorEntity | ||
) |
Add a map between an entity in the source part and an entity in the mirror part
Created in NX8.5.0.
License requirements : None
sourceEntity | sourceentity |
mirrorEntity | mirrorentity |
std::vector<NXOpen::TaggedObject *> NXOpen::LinkedMirrorPartEntityMapData::GetMappedMirrorPartEntities | ( | ) |
The list of mapped entities in the mirror part.
std::vector<NXOpen::TaggedObject *> NXOpen::LinkedMirrorPartEntityMapData::GetMappedSourcePartEntities | ( | ) |
The list of mapped entities in the source part.
std::vector<NXOpen::TaggedObject *> NXOpen::LinkedMirrorPartEntityMapData::GetMirrorPartEntitiesToMap | ( | ) |
The list of entities in the mirror part that are yet to be mapped.
std::vector<NXOpen::TaggedObject *> NXOpen::LinkedMirrorPartEntityMapData::GetSourcePartEntitiesToMap | ( | ) |
The list of entities in the source part that are yet to be mapped.