Note |
---|
Help us improve the bim+ Bimplus API doc by providing your valuable comments. You can find the comment section at the bottom of the page. |
...
A Project is basically a building project which can be created or imported into the bim+ Bimplus platform using the appropriate bim+ Bimplus services.
- The project slug (which should be provided during the creation of a project) should be provided as part of the URL which is necessary to verify the user's user’s access rights on the project in an early stage of processing the API call (before any business data will be touched and any business logic will be executed)
- Please use the bim+ Bimplus Project Service for doing all the possible project related actions
- Please use the bim+ Bimplus Import Service for importing the existing projects
...
A Team is a tenant/company which work on the projects. The team has to be specified and setup through the
Newwindowlink | ||||
---|---|---|---|---|
|
Newwindowlink | ||||
---|---|---|---|---|
|
Newwindowlink | ||||
---|---|---|---|---|
|
Newwindowlink | ||||
---|---|---|---|---|
|
- Please use the bim+ Bimplus Team Service for doing all the possible team related actions
...
Please see the detailed structure of the issue in the Object Model
- Please use the bim+ Bimplus Object Service for doing all the possible object related actions
...
Topology is a hierarchical tree representing all its child nodes. A topology tree consist of components which can have a graphical representation(objects or elements) or components which does not have a graphical representation(nodes). A topology tree can be obtained both on the project as well as on the object level.
- Please use the bim+ Bimplus Project Service for obtaining/filtering the project topology tree. This will yield the topology nodes filtered till the sub-project level.
- Please use the bim+ Bimplus Object Service for obtaining/filtering the object topology tree. This will yield the topology nodes with all the properties, attributes, geometry and children.
...
- meshblob: It is a compressed mesh format intended to be used in the desktop CAD applications. Internal CAD format of the geometry will be converted into a bim+ Bimplus compressed mesh format with the help of a DLL in order to minimize the JSON object.
Code Block borderColor Green lang xml title Example meshblob: "d273f7a6a7d8f8725484fe6282..."
- threejs: It is a format which is optimized for viewing on mobile devices or in browsers where the native model is filtered and tessellated in order to deliver minimal JSON size and maximal navigation speed (FPS). This model has
format and can be directly parsed by the client.Newwindowlink title ThreeJS JSON v 3.1 url https://github.com/mrdoob/three.js/wiki/JSON-Model-format-3.1 Code Block borderColor Green lang xml title Example threejs: { <ThreeJS_JSON_format> }
- Please use the bim+ Bimplus Object Service for seeing and filtering different geometry type information.
Note |
---|
Objects with geometry types "mesh" or "meshblob" can be written into the bim+ Bimplus database, whereas the "threejs" geometry type is optimized for viewing on mobile devices or in browsers and cannot be written into the database directly. |
...
The available element types can be found under 2.1.4.1 bim+ Bimplus Element Types
- Please use the bim+ Bimplus ElementType Service for doing all the possible element type related actions
...
Issues are problems or remarks which can be assigned to any project. Comments or attachments can be added to the issue. Please see the detailed structure of the issue in the Object Model
- Please use the bim+ Bimplus Project Service for creating/deleting an issue or for getting all the issues assigned to a project
- Please use the bim+ Bimplus Issue Service for doing all the specific issue related actions
...
Pins are relation between an issue and an object. It defines position of an issue in the 3D space. Please see the detailed structure of the pin in the Object Model
- Please use the bim+ Bimplus Issue Service for creating/deleting a pin or for getting all the pins assigned to an issue
- Please use the bim+ Bimplus Pin Service for doing all the specific pin related actions
...
Attachments are mostly documents or any media files with additional information which can be assigned to any project, object or issue. Please see the detailed structure of the attachment in the Object Model
- Please use the bim+ Bimplus Project Service for creating/deleting an attachment or for getting all the attachments of a project
- Please use the bim+ Bimplus Object Service for creating/deleting an attachment or for getting all the attachments of an object
- Please use the bim+ Bimplus Issue Service for creating/deleting an attachment or for getting all the attachments of an issue
- Please use the bim+ Bimplus Attachment Service for doing all the specific attachment related actions
...
A group of element types constitute a layer. They are predefined. Please see the detailed structure of the attachment in the Object Model.
- Please use the bim+ Bimplus ElementType Service for knowing the existing layers.
...