Versions Compared

Key

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

...

Deck of Cards
idbimCalculateClashes
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: clashdetection/filters

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

Example:https://api-stage.bimplus.net/v2/bimplus/clashdetection/filters

JSON Structure

Name

Mandatory / Optional

Type

Description

filteridmandatoryguidID of clash filter
projectidmandatoryguidProject ID
tolerancexoptionaldoubleTolerance by clash detection in x-direction
toleranceyoptionaldoubleTolerance by clash detection in y-direction
tolerancezoptionaldoubleTolerance by clash detection in z-direction.
boxsizeoptionaldouble 
renewoptionalbooleanDefines faith of previously calculated clashes. If false - clashes will be updated, if true - all clashes will be deleted and new ones will be calculated. Default value is false.


Card
labelHTTP Method

POST

Card
labelDescription

Calculates, updates or recalculates ( see "renew" property ) clashes for a project, using the clash filter provided in the request json.

Remark: If there is only one tolerance value present - tolerancex - this value is used for all three tolerances.