In general
Model parameter of a corresponding Drawing Frame file can be used in the attribute_section of a Drawing to synchronize values out of it from CAD to the Document Info Record of a Drawing.
Prerequisite
Key | Description |
---|---|
PROPARAM_MM | User-defined parameter from leading model in a multi model drawing |
PROPARAM_FRM | User-defined parameter from drawing frame file on first drawing sheet |
Example
Configuration file: attributes-to-sap.xml
<section name="PRO_PRIMARY_APP_DRW" description="Additional attribute mapping for PTC Creo - DRW" >
<!-- Example PROPARAM_FRM -->
<DIR_CLS class="SAP_CLASS"
classtype="017"
characteristic="CHARACTERISTIC_1" >
<APPL_ATTRIBUTE name="PROPARAM_FRM:PARAM_1" />
</DIR_CLS>
</section>