Versions Compared

Key

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

...

  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 

    View file
    nameCreate Modeldata.postman_collection.json
    height250150

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

    View file
    nameCreate Geometry with BimPlus Api.mp4
    height150

    View file
    nameCreate Rooms.mp4
    height250150


  4. Example for Attribute management and PSet definitions
    View file
    nameMCS Propertysets.mp4
    height150


  5. Example for creating Alignments with REST API
    View file
    nameAlignments.mp4
    height250150

    View file
    nameAlignments.postman_collection.json
    height250150
  6. Example for creating StructuralAnalysis Modeldata with REST API
    you can find the same example as .NET Implementation using BIF assemblies under 
    https://github.com/Bimplus/bimplus-dotnet-demo
    View file
    nameStructuralAnalysisModel.postman_collection.json
    height250150

    View file
    nameStructuralAnalysis.mp4
    height250150
    View file
    nameAssembliesWithLinkToMembers.mp4
    height250150
    y

C# demo projects

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

...