Property Category Constants
BIM Properties are managed in "Categories" :
actually supported Categories are Bricsys, IFC2x3, IFCCustom and
User.
The LISP engine provides some predefined
constants for safety and comfort - please always use these
predefined constant, as such values might change in the future, and
the predefined constants provide an always compatible
access.
The IFCCustom and
User categories
are usually maintained by applications.
|
Variable Name |
Integer |
BIM Object Type |
|
bcBimCategoryStandard |
0 |
combined the Bricsys and IFC2x3 categories (compatible with V17 behaviour) |
|
bcBimCategoryBricsys |
1 |
specifies the default Bricsys category |
|
bcBimCategoryIFC2x3 |
2 |
specifies the IFC2x3 category |
|
bcBimCategoryIFCCustom |
3 |
specifies the IFCCustom category |
|
bcBimCategoryUser |
4 |
specifies the User category |
|
bcBimCategoryQuantity |
|
specifies the Quantity category |
© Bricsys NV. All rights reserved. |