Lets take the case of adding a Summary attribute called "Comments" in Solid Edge and mapping it in ENOVIA. The file here is an Assembly Family type.
Solid Edge side:
-
Open a assembly family in Solid Edge and click File > Properties > Summary.
-
Assign the value say "Design Part" in the text box provided against the attribute Comments.
ENOVIA side:
-
Define in ENOVIA an attribute called "Description" (string type). (Note: Name can be different)
-
Add this attribute to the relevant ENOVIA types. In this case say "SE Assembly Instance".
-
For supporting SolidEdge to ENOVIA attribute transfer, map this Material attribute in "
MCADInteg-CADToMxAttribMapping
" attribute of Global Config Object. In this case the mapping will be:
assemblyInstance,,$$Comments$$|SE Assembly Instance,$$Description$$
-
For supporting ENOVIA to SolidEdge attribute transfer, map Material attribute in "
MCADInteg-MxToCADAttribMapping
" attribute of current Global Config Object. In this case the mapping will be:
SE Assembly Instance, $$Description$$| assemblyInstance,$$Comments$$
Similarly one can do mapping for the Custom Attributes.
Mapping for Document Number , Revision Number and Project Name specific to configuration remains same as discussed above.