LinkedMirrorPartEntityMapData Class¶
-
class
NXOpen.LinkedMirrorPartEntityMapData¶ Bases:
NXOpen.TaggedObjectJA interface for LinkedMirrorPartEntityMapData oject
This cannot be created
New in version NX8.5.0.
Methods¶
| Method | Description |
|---|---|
| AddToMap | Add a map between an entity in the source part and an entity in the mirror part |
| GetMappedMirrorPartEntities | The list of mapped entities in the mirror part |
| GetMappedSourcePartEntities | The list of mapped entities in the source part |
| GetMirrorPartEntitiesToMap | The list of entities in the mirror part that are yet to be mapped |
| GetSourcePartEntitiesToMap | The list of entities in the source part that are yet to be mapped |
Method Detail¶
AddToMap¶
-
LinkedMirrorPartEntityMapData.AddToMap¶ Add a map between an entity in the source part and an entity in the mirror part
Signature
AddToMap(sourceEntity, mirrorEntity)Parameters: - sourceEntity (
NXOpen.TaggedObject) – - mirrorEntity (
NXOpen.TaggedObject) –
New in version NX8.5.0.
License requirements: None.
- sourceEntity (
GetMappedMirrorPartEntities¶
-
LinkedMirrorPartEntityMapData.GetMappedMirrorPartEntities¶ The list of mapped entities in the mirror part
Signature
GetMappedMirrorPartEntities()Returns: the reference of a user defined feature Return type: list of NXOpen.TaggedObjectNew in version NX8.5.0.
License requirements: None.
GetMappedSourcePartEntities¶
-
LinkedMirrorPartEntityMapData.GetMappedSourcePartEntities¶ The list of mapped entities in the source part
Signature
GetMappedSourcePartEntities()Returns: the reference of a user defined feature Return type: list of NXOpen.TaggedObjectNew in version NX8.5.0.
License requirements: None.
GetMirrorPartEntitiesToMap¶
-
LinkedMirrorPartEntityMapData.GetMirrorPartEntitiesToMap¶ The list of entities in the mirror part that are yet to be mapped
Signature
GetMirrorPartEntitiesToMap()Returns: the reference of a user defined feature Return type: list of NXOpen.TaggedObjectNew in version NX8.5.0.
License requirements: None.
GetSourcePartEntitiesToMap¶
-
LinkedMirrorPartEntityMapData.GetSourcePartEntitiesToMap¶ The list of entities in the source part that are yet to be mapped
Signature
GetSourcePartEntitiesToMap()Returns: the reference of a user defined feature Return type: list of NXOpen.TaggedObjectNew in version NX8.5.0.
License requirements: None.