The following describes how to specify user defined attributes via categories.
Thereby the attribute value to be transferred to the CAD system can be conditioned on a rule.
Detailed information is found under Section 2.2.1.1, “ What are categories? ” and following sections.
In the respective section[50] (here "Custom") declare the user defined attribute "Kind of Part".
This is specified by the category for part (is3dpart) and assembly (is3dasm).
[Custom] ; # Einzelteil # Bauteilart(is3dpart)=?"Einzelteil" ; # Baugruppe # Bauteilart(is3dasm)=?"Baugruppe"
In the respective section (here "Custom") declare the user defined attribute "Catalog class".
This is specified by the category for Catalog (isCatalog).
[Custom] ; # Allgemein # Katalogklasse=?1 ; # NORM # Katalogklasse(isCatalog(norm))=?2 ; # AHP # Katalogklasse(isCatalog(ahp))=?3 ; # AMF # Katalogklasse(isCatalog(amf))=?3
[50] Depending on the CAD system the section has different names. The respective information therefor is found in the section "Transfer user defined attributes" of the respective CAD system.