Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
GET https://api.bimplus.net/v2/bimplus/objects/<object_id>/geometries

this is default request. In case we want to obtain ThreeJS geometry type for each object,  
we should add geometry type to the request:

GET https://api.bimplus.net/v2/bimplus/objects/<object_id>/geometries/threejs

...