LinkedMirrorPartEntityMapData Class

class NXOpen.LinkedMirrorPartEntityMapData

Bases: NXOpen.TaggedObject

JA interface for LinkedMirrorPartEntityMapData oject

This cannot be created

New in version NX8.5.0.

Properties

Property Description
Tag Returns the Tag for this object.

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:

New in version NX8.5.0.

License requirements: None.

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.TaggedObject

New 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.TaggedObject

New 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.TaggedObject

New 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.TaggedObject

New in version NX8.5.0.

License requirements: None.