NX X Material definition from NX to TC & From TC to NX 2D drawing

2021-10-06T23:27:02Z
NX for Design

Summary


Details

--------------- 
Need attribute mapping of the material from NX to Item Revision master form, 
and from Item Revision master form to the 2D drawing. 
NX_Material attribute is mapped in UGMaster and UGPart datasets, but every time 
the UGPart is opened the attribute opens blank, save the dataset will fetch the 
attribute value in the drawing sheet.



Solution

 The issue of attribute mapping is addressed by having different mapping for 
UGMaster and UGPart datasets.


Current mapping stand as shown below: 
---------------------------------------------------------------- 
{ Dataset type="UGMASTER" --> This would send attribute value from NX to TC 
# (hard-wired) DB_DATASET_REV : "Part File Rev" 
# (hard-wired) DB_DATASET_ID : "Part File ID"


{ Item type="Item" 
"NX_Material" : 
ItemRevision.GRM(IMAN_master_form,Item_DesignRevisionMaster).a5material 
}



--------------------------------------------------------------------- 
{ Dataset type="UGPART" -- This would send attribute value from TC to NX 
leaving the NX reserved attribute NX_Material untouched.


# (hard-wired) DB_DATASET_REV : "Part File Rev" 
# (hard-wired) DB_DATASET_ID : "Part File ID"


{ Item type="Item" 
"NX_Mat" : 
ItemRevision.GRM(IMAN_master_form,Item_DesignRevisionMaster).a5material 
}



---------------------------------------------- 
Drawing table will call 'NX_Mat' attribute for material value present in the 2d 
drawing file on the title block.



Notes and References

IR 7942408



Hardware/Software Configuration

Platform: INTEL
OS: windows
OS Version: 764sp1
Product: NX
Application: NXMANAGER
Version: V10.0.3
Function: ATTRIBUTES

Ref: 002-7009142

KB Article ID# PL7009142

Contents

SummaryDetails

Associated Components

Teamcenter Integration for NX