powered by CADENAS

Manual

Manual

3.3.5.2.  Attribute mapping

PARTsolutions variables and all LinkDB fields (if an integration is available) [standard name "NB", bill of material name "LINA", etc.] can be transferred via attribute mapping in the list fields of the model attributes of ModelManager during export.

For the attribute mapping there are two different attributes:

  1. MASTERDATA

    These attributes are directly stored in the Model Manager.

  2. LIBRARY_3D

    These attributes are saved in the part.

The two attribute types are stated under "Attr_Custom_01[50]or 02. Compare example below.

Under Attr_Content_01 or 02 sections are stated, where the desired mapping parameters are listed.

If you want to use attribute mapping, then proceed as follows:

  1. Comment in the keys shown in the following example.

  2. Now you still have to insert the desired mapping parameters into the stated sections.

Examples:

[AttributeMapping(is3d)]

;Attr_Content_01(is3dPart)=ModelManagerAttributesPart
;Attr_Content_01(is3dAsm)=ModelManagerAttributesAsm

;Attr_Custom_01(is3dPart)="PSOL_PART" :class-name "LIBRARY_3D" :attachment :contents 
 :allowed-owner-types :part-assembly
;Attr_Custom_01(is3dAsm)="PSOL_ASM" :class-name "LIBRARY_3D" :attachment :contents 
 :allowed-owner-types :part-assembly
;Attr_Section_01=MODELMANAGERATTR

;Attr_Content_02=MODELMANAGERATTRMASTER
;Attr_Custom_02="PSOL_MASTER" :class-name "MASTERDATA" :attachment :contents 
 :allowed-owner-types :part-assembly
;Attr_Section_02=MODELMANAGERATTR

[ModelManagerAttributesPart]
NB=NB

[ModelManagerAttributesAsm]
LINA=LINA

[MODELMANAGERATTRMASTER]
NT=NT

The constants of the following list can be used as attribute values.

Constant

Meaning

NB

Standard name

LINA

BOM name

NN

Standard number

NT Standard text
COMPANY Company
All table columns Visible or hidden

Any ERP field

Declare in the same way as the other constants



[50] Exists two times: Once for parts and once for assemblies.