Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 288 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 288 Bytes

CesiumLoader

JSON format

The returned JSON looks like this:

[
  {
    "name": "Name of IFC entity",
    "guid": "GUID of IFC entity",
    "min": {
      "x": 1,
      "y": 1,
      "z": 1
    },
    "max": {
      "x": 5,
      "y": 6,
      "z": 3
    }
  },
  ...
]