Defines numeric constants for IFC entity and relationship types.
Install the xeokit SDK by running:
npm install @xeokit/sdk Copy
npm install @xeokit/sdk
Import IFC entity types and use them within your application:
import { IfcWallStandardCase, IfcArbitraryClosedProfileDef } from "@xeokit/sdk/ifctypes";// Example usage... Copy
import { IfcWallStandardCase, IfcArbitraryClosedProfileDef } from "@xeokit/sdk/ifctypes";// Example usage...
xeokit IFC Data Types
Defines numeric constants for IFC entity and relationship types.
Installation
Install the xeokit SDK by running:
Usage
Import IFC entity types and use them within your application: