Config
Last updated
Last updated
The first thing we are going to configure is the required entities. These three should do fine.
Notice how the object is structured. The key must be in uppercase. The value can have any form.
There's no need to get all IfcEntities
. Let's specify which entities we want.
Our sample file has only a door and a wall. It would be unnecessary to try to get the roofs, floors, windows, etc.
A list of common Ifc Entites can be found here:
Also, there's no need to get all Property Sets
. Let's specify which we want. Leave the array blank to include all Property Sets
.
Notice how the object is structured.
This is an array, not an object.
The spread operator can be used to join the two arrays
Our final config object
is constructed as: