Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
IfcSchema Enumeration
Syntax
C++
enum IfcSchema { kScmUndefined = 0, kScmIfc2x3 = 1, kScmIfc4 = 2, kScmIfc4x3 = 3, kScmIfc4x3_RC4 = 4 };
Members
Description
kScmUndefined
Database content is not initialized (undefined schema).
kScmIfc2x3
Default database content has the Ifc2x3 version.
kScmIfc4
Default database content has the Ifc4 version.
kScmIfc4x3
Default database content has the Ifc4x3 version.
kScmIfc4x3_RC4
Default database content has the Ifc4x3 Release Candidate 4 version.

Enumeration for default database content initialization modes.

File: IfcCore.h

Copyright © 2002-2022. Open Design Alliance All rights reserved.