You must create the custom attribute (for example Att1
) for
MCADInteg-MxToCADRelAttribMapping
, if it is not present on the
assemblyComponent
. After this, the value is mapped.
Instance attribute mapping is supported for the custom attributes of VPM instance. For
custom mapping, the syntax is as follows:
assemblyComponent,cus:Att1| VPMInstance,CustAttr1
VPMInstance,CustAttr1| assemblyComponent,cus:Att1
The cus keyword is mandatory to define custom attribute mapping.
Here:
cus:Att1 – Att1
is the custom attribute present on the CAD
instance.
CustAttr1
is the custom attribute present on the
VPMInstance.