Bit field flag definitions for product occurrences
The product flags are used to define the specific usages of a product occurrence.
They are set in A3DAsmProductOccurrenceData::m_uiProductFlags. This field can be a combinaison of more than one flag if they describe several usages at once. Such usages can be:
Index
Preprocessor Definitions
A3D_PRODUCT_FLAG_DEFAULTA3D_PRODUCT_FLAG_INTERNALA3D_PRODUCT_FLAG_CONTAINERA3D_PRODUCT_FLAG_CONFIGA3D_PRODUCT_FLAG_VIEWA3D_PRODUCT_FLAG_SUPPRESSEDA3D_PRODUCT_FLAG_CONFIG_NOT_UPDATEDA3D_PRODUCT_FLAG_EXTERNAL_REFERENCEA3D_PRODUCT_FLAG_BIM_PROJECTA3D_PRODUCT_FLAG_BIM_SITEA3D_PRODUCT_FLAG_BIM_BUILDINGA3D_PRODUCT_FLAG_BIM_LEVELA3D_PRODUCT_FLAG_BIM_CATEGORYA3D_PRODUCT_FLAG_BIM_COMPONENT
Preprocessor Definitions
-
A3D_PRODUCT_FLAG_DEFAULT The product occurrence is the default container, view or configuration.
-
A3D_PRODUCT_FLAG_INTERNAL The product occurrence is internal.
-
A3D_PRODUCT_FLAG_CONTAINER The product occurrence is a container.
-
A3D_PRODUCT_FLAG_CONFIG The product occurrence is a configuration.
-
A3D_PRODUCT_FLAG_VIEW The product occurrence is a view.
-
A3D_PRODUCT_FLAG_SUPPRESSED The product occurrence is suppressed.
-
A3D_PRODUCT_FLAG_CONFIG_NOT_UPDATED The configuration does not include the model data.
-
A3D_PRODUCT_FLAG_EXTERNAL_REFERENCE The product occurrence is an external reference.
-
A3D_PRODUCT_FLAG_BIM_PROJECT The product occurrence is a BIM project.
-
A3D_PRODUCT_FLAG_BIM_SITE The product occurrence is a BIM site.
-
A3D_PRODUCT_FLAG_BIM_BUILDING The product occurrence is a BIM building.
-
A3D_PRODUCT_FLAG_BIM_LEVEL The product occurrence is a BIM level.
-
A3D_PRODUCT_FLAG_BIM_CATEGORY The product occurrence is a BIM category.
-
A3D_PRODUCT_FLAG_BIM_COMPONENT The product occurrence is a BIM component.