In the
configuration file ifcacecommon.cfg, in the section
[CATEGORIES] further keys have been added in order to enable queries for
PARTconnection assemblies and parts:[234]
Valid for PARTconnection export and Assembly documents
[CATEGORIES] isPartConnectionAsm=(_METAOBJ.isValidClass("ASSEMBLY") ANDALSO (vbstools.GetMidentSetting
(_METAOBJ.mident,"VTYP")="CON"))Valid for PARTconnection export and Part documents is part
[CATEGORIES] isPartConnectionPart=(_METAOBJ.isValidClass("PART") ANDALSO (vbstools.GetMidentSetting
(_METAOBJ_ROOT.mident,"VTYP")="CON"))Valid for all parts/assembly of a partconnection export
[CATEGORIES] isPartConnectionExport=vbstools.GetMidentSetting(_METAOBJ_ROOT.mident,"VTYP")="CON"
Valid for a negative part independent of PARTconnection
[CATEGORIES] isNegativePart=(_METAOBJ.isValidClass("PART") ANDALSO _METAOBJ.isNegPart())
Details on syntax can be found under Section 2.2.1.1, “ What are categories? ” in PARTsolutions - Administration Manual and Section 2.2.1.2, “ Apply and use own categories” in PARTsolutions - Administration Manual.
