Versions Compared

Key

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

...

Info

Developers please use

Newwindowlink
titlehttps://api-stage.bimplus.net/v2
urlhttps://api-stage.bimplus.net/v2
(stage version of Bimplus API) and
Newwindowlink
titlehttp://portal-stage.bimplus.net/
urlhttp://portal-stage.bimplus.net/
(stage version of Shop/Portal) for testing purposes. The production version of the portal is located under 
Newwindowlink
titlehttps://portal.bimplus.net/
urlhttps://portal.bimplus.net/
  and the base url of the API is different for the production version.


Composition Setup
 

Postman examples

  1. Please install Postman and import attached postman collections
    BimPlus.postman_collection.json
    postman_globals.json
    Production.postman_environment.json
    Stage.postman_environment.json

    if you don't know how it works show this video
    View file
    namePostmanCollection.mp4
    height150


  2. Example for Ifc Import, creation of new revisions and final revision compare
    View file
    nameIfcImportWithRevisions.mp4
    height150


  3. Example for creating Modeldata 
    by using Geometry templates controller, objects controller and geometry types
     install additional postman collection 

    Create Modeldata.postman_collection.json

    Some mp4, which shows usage of geometry templates, csg and mesh data
    View file
    nameCreateMeshdata.mp4
    height150



C# demo projects

BimPlusCube.zip --> It explains how to create project data (nodes, geometry etc)

...