Versions Compared

Key

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

...

Deck of Cards
idbimGetClashFilter


Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: clashdetection/filters

URLhttps://api-stage.bimplus.net/v2/<team_slug>/clashdetection/filters/<filter_id>

Example:https://api-stage.bimplus.net/v2/bimplus/clashdetection/filters/d76a6719c9d5ca15-d8582561-45d14c58-a8e985da-929efc58a356870a89242b87


Card
labelHTTP Method

GET


Card
labelDescription

Get details of single clash filter for a particular team


Card
labelRequest


Code Block
borderColorGreen
langxml
titleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json



Card
labelResponse


Code Block
borderColorGreen
langxml
titleStatus
Status: 200 Ok


Code Block
borderColorRed
langxml
titleJSON
{	
  	"name": "ShellTest",
  	"description": "Clashes of all main building elements objects. For example walls, floors, roof, stairs, openings, columns...with each other.test",
  	"tolerancex": 0.01,
  	"boxsize": 0.4,
  	"definitions": [
    {
      {
			"name": "Shell1Filter1",
      			"filterid": "0c39a1c5-2551-4587-8fd9-ec8b59372bcd",
      			"definition": "[I]0F106AF0-A919-44C5-B211-15BD5EF620B6",
      "id			"selectionid": "d76a67198541a1c5-d8582551-45d14587-a8e98fd9-929efc58a356ec8b59372bcd",
    },
    {
      			"selection": {
				"id": "8541a1c5-2551-4587-8fd9-ec8b59372bcd",
				"projectid": "2191084f-dd8f-407c-b47d-f1f4c9256ddc",
				"divisionid": "00000000-0000-0000-0000-000000000000",
				"revisionnr": null,
				"type": "RevisionElements",
				"elements": null,
				"revisionelements": [{
						"objectId": "e2c7c0e8-8524-445d-8f55-98fbd515271f",
						"revisionNr": 1
					}, {
						"objectId": "e2c7c0e8-8524-445d-8f55-98fbd515271f",
						"revisionNr": 1
					}
				],
				"topology": null,
				"filter": null,
				"structure": null,
				"topologystructure": null
			},
			"id": "c9d5ca15-2561-4c58-85da-870a89242b87"
		}, {
			"name": "Shell2Filter2",
      			"filterid": "0c39a1c5-2551-4587-8fd9-ec8b59372bcd",
      			"definition": "[I]0F106AF0-A919-44C5-B211-15BD5EF620B6",
      			"id": "d76a6719c9d5ca15-d8582561-45d14c58-a8e985da-929efc58a356870a89242b87"
    		}
  	],
  	"id": "d76a6719c9d5ca15-d8582561-45d14c58-a8e985da-929efc58a356870a89242b87"

}



Anchor
calculateClashes
calculateClashes

...