For all CAD systems, under PARTadmin -> Category -> PARTsolutions -> CAD integration -> specific CAD system, the tabbed page AttributeMapping (3D/2D/native) is displayed. In the corresponding configuration file the respective block name is "AttributeMapping".
![]() | Note |
|---|---|
On this tabbed page normally you don't have to make extensive changes, unless you want to create another tabbed page. Especially because of this the logic of structure is described. Otherwise you control the language of PARTsolutions default attributes with the value of the "Attr_CopyFrom" key (on this see the next section under Attr_CopyFrom). | |
PARTadmin -> Category -> PARTsolutions -> Configuration files -> $CADENAS_SETUP -> if<cadname>.cfg: Fig. exemplified for SolidWorks
Here you can adjust the following:
Transfer of PARTsolutions default attributes:
Shall the PARTsolutions default attributes be transferred to the CAD system?
If yes, in which language(s). (About language variants see under Section 2.2.7.5.4, “Export standard attributes in several languages ”.)
![[Note]](https://webapi.partcommunity.com/service/help/latest/pages/cn/partsolutions_user/doc/images/note.png)
Note If all PARTsolutions Standard attributes shall be transferred in the default language, you don't have to perform any changes.
If needed, certain attributes can be excluded.[a]
Standard value in the key "Attr_CopyFrom_01":
default
You can exclude attributes by using the parameters var_exclude and var_visbile=1:
Example: The variable A is explicitly set to the ignore list.
default,var_exclude=A,var_visbile=1
On the level of configuration file there are further options: The expression can only be applied to certain catalogs.
Attr_CopyFrom_01(isCatalog(norm))=default,var_exclude=D,var_visbile=1
[a] For example, if errors arise in the CAD when transferring system attributes (e.g. "Material").
Per default some blocks are defined, which are used to set custom attributes and in addition for some cad systems special attributes which are displayed in special dialogs in the CAD system.

![[Tip]](https://webapi.partcommunity.com/service/help/latest/pages/cn/partsolutions_user/doc/images/tip.png)
