Versions Compared

Key

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

...

BimPlusCube.zip --> It explains how to create project data (nodes, geometry etc)It explains how to authenticate, get your teams, get your project, how to create a project, how to get the project_id of your created project, create a model under the same project and upload an ifc file.


PHP Rest Client

 

Code Block
$oRequest = new bimplus_rest_client($sUrl, 'GET');
$oRequest -> execute();
$oResponse = $oRequest -> getResponse();


ObjectiveC (iPad) Examples

...