Bentley Systems · Example Payload

Bentley Clash Test Example

Detect interferences between structural members and MEP routing.

Infrastructure EngineeringDigital TwinBIMCADReality CaptureConstructionAsset ManagementGeospatialiTwiniModel

Bentley Clash Test Example is an example object payload from Bentley Systems, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptionsetAsetBsuppressionRuleIdstolerance

Example Payload

Raw ↑
{
  "name": "Structural vs MEP Clash Test",
  "description": "Detect interferences between structural members and MEP routing.",
  "setA": {
    "namedGroupIds": [
      "group-structural-elements"
    ]
  },
  "setB": {
    "namedGroupIds": [
      "group-mep-elements"
    ]
  },
  "suppressionRuleIds": [],
  "tolerance": 0.01
}