Versions Compared

Key

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

<!-- Generated by documentation.js. Update this documentation by updating the source code. -->

Table of Contents

BimExplorer

Parameters

  • [BimExplorer|#bimexplorer]* [Parameters|#parameters]
  • * [getUrl|#geturl]
  • * [getUrl|#geturl-1]
  • * [sendMessage|#sendmessage]
  • * [sendMessage|#sendmessage-1]
  • * [getDOMElementId|#getdomelementid]
  • * [getDOMElementId|#getdomelementid-1]
  • * [load|#load]
  • * [load|#load-1]
  • * [load|#load-2]
  • * [resetView|#resetview]
  • * [centerObject|#centerobject]
  • [BimExplorer|#bimexplorer-1]* [Parameters|#parameters-1]
  • * [getUrl|#geturl-2]
  • * [getUrl|#geturl-3]
  • * [sendMessage|#sendmessage-2]
  • * [sendMessage|#sendmessage-3]
  • * [getDOMElementId|#getdomelementid-2]
  • * [getDOMElementId|#getdomelementid-3]
  • * [load|#load-3]
  • * [load|#load-4]
  • * [load|#load-5]
  • * [resetView|#resetview-1]
  • * [centerObject|#centerobject-1]
  • [BimPortal|#bimportal]* [Parameters|#parameters-2]
  • * [getUrl|#geturl-4]
  • * [sendMessage|#sendmessage-4]
  • * [getDOMElementId|#getdomelementid-4]
  • * [load|#load-6]
  • [BimProjectNavigationBar|#bimprojectnavigationbar]* [Parameters|#parameters-3]
  • * [getUrl|#geturl-5]
  • * [sendMessage|#sendmessage-5]
  • * [getDOMElementId|#getdomelementid-5]
  • * [load|#load-7]
  • [BimTaskList|#bimtasklist]* [Parameters|#parameters-4]
  • * [getUrl|#geturl-6]
  • * [sendMessage|#sendmessage-6]
  • * [getDOMElementId|#getdomelementid-6]
  • [ExternalClient|#externalclient]* [Parameters|#parameters-5]
  • * [initialize|#initialize]
  • * [addMessageHandler|#addmessagehandler]
  • * [removeMessageHandler|#removemessagehandler]
  • * [messageReceived|#messagereceived]
  • * [sendMessage|#sendmessage-7]
  • * [getClientName|#getclientname]
  • [getUrlParameter|#geturlparameter]* [Parameters|#parameters-6]

h2. BimExplorer

h3. Parameters

  • {{domId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] DOM Element Id of the containing iframe{{
  • token}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] a valid bimplus accesstoken{{
  • client}} [object|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object] The external client to connect with{{
  • env}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] environment to use: dev, stage or prod

...

getUrl

get the remote url of the Bim Portalh4.

Parameters

  • {{teamId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Team id{{
  • projectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Project id

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] url to embedded bim explorerh3.

getUrl

get the remote url of the Bim Portalh4.

Parameters

  • {{teamId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Team id{{
  • projectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Project id
  • {{objectId}}

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] url to embedded bim explorerh3.

sendMessage

send a message to Bim Explorer controlh4.

Parameters

  • {{message}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] message name{{
  • data}} [object|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object] message data

...

sendMessage

send a message to Bim Explorer controlh4.

Parameters

  • {{message}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] message name{{
  • data}} [object|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object] message data

...

getDOMElementId

get the Id of the bound iframe element

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] url to embedded bim portalh3.

getDOMElementId

get the Id of the bound iframe element

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] url to embedded bim portalh3.

load

Load the Bim Explorer into the bound iframe, loading the passed projecth4.

Parameters

  • {{teamId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Team id{{
  • projectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Project id

...

load

Load the Bim Explorer into the bound iframe, loading the passed projecth4.

Parameters

  • {{teamId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Team id{{
  • projectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Project id
  • {{objectId}}

...

load

Load the Bim Explorer into the bound iframe, loading the passed projecth4.

Parameters

  • {{teamId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Team id{{
  • projectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Project id

...

resetView

Reset the viewh3.

centerObject

Zoom to a given objecth4.

Parameters

  • {{objectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Object to zoom to
  • {{flyTo}} bool Animated zoom or jump to object

...

BimExplorer

...

Parameters

  • {{domId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] DOM Element Id of the containing iframe{{
  • token}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] a valid bimplus accesstoken{{
  • client}} [object|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object] The external client to connect with{{
  • env}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] environment to use: dev, stage or prod

...

getUrl

get the remote url of the Bim Portalh4.

Parameters

  • {{teamId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Team id{{
  • projectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Project id

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] url to embedded bim explorerh3.

getUrl

get the remote url of the Bim Portalh4.

Parameters

  • {{teamId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Team id{{
  • projectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Project id
  • {{objectId}}

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] url to embedded bim explorerh3.

sendMessage

send a message to Bim Explorer controlh4.

Parameters

  • {{message}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] message name{{
  • data}} [object|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object] message data

...

sendMessage

send a message to Bim Explorer controlh4.

Parameters

  • {{message}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] message name{{
  • data}} [object|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object] message data

...

getDOMElementId

get the Id of the bound iframe element

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] url to embedded bim portalh3.

getDOMElementId

get the Id of the bound iframe element

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] url to embedded bim portalh3.

load

Load the Bim Explorer into the bound iframe, loading the passed projecth4.

Parameters

  • {{teamId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Team id{{
  • projectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Project id

...

load

Load the Bim Explorer into the bound iframe, loading the passed projecth4.

Parameters

  • {{teamId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Team id{{
  • projectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Project id
  • {{objectId}}

...

load

Load the Bim Explorer into the bound iframe, loading the passed projecth4.

Parameters

  • {{teamId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Team id{{
  • projectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Project id

...

resetView

Reset the viewh3.

centerObject

Zoom to a given objecth4.

Parameters

  • {{objectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Object to zoom to
  • {{flyTo}} bool Animated zoom or jump to object

...

BimPortal

...

Parameters

  • {{domId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] DOM Element Id of the containing iframe{{
  • token}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] a valid bimplus accesstoken{{
  • client}} [object|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object] The external client to connect with{{
  • env}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] environment to use: dev, stage or prod

...

getUrl

get the remote url of the Bim Portal

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] url to embedded bim portalh3.

sendMessage

send a message to Bim Portal controlh4.

Parameters

  • {{message}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] message name{{
  • data}} [object|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object] message data

...

getDOMElementId

get the Id of the bound iframe element

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] url to embedded bim portalh3.

load

Load the Bim Portal into the bound iframeh2.

BimProjectNavigationBar

...

Parameters

  • {{domId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] DOM Element Id of the containing iframe{{
  • token}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] a valid bimplus accesstoken{{
  • client}} [object|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object] The external client to connect with{{
  • env}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] environment to use: dev, stage or prod

...

getUrl

get the remote url of the Bim ProjrctManagerh4.

Parameters

  • {{teamId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Team id{{
  • projectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Project id

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] url to embedded bim projectmanagerh3.

sendMessage

send a message to Bim BimProjectNavigationBar controlh4.

Parameters

  • {{message}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] message name{{
  • data}} [object|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object] message data

...

getDOMElementId

get the Id of the bound iframe element

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] url to embedded bim portalh3.

load

Load the Bim BimProjectNavigationBar into the bound iframe, loading the passed projecth4.

Parameters

  • {{teamId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Team id{{
  • projectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Project id

...

BimTaskList

...

Parameters

  • {{domId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] DOM Element Id of the containing iframe{{
  • token}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] a valid bimplus accesstoken{{
  • client}} [object|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object] The external client to connect with{{
  • env}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] environment to use: dev, stage or prod

...

getUrl

get the remote url of the task list controlh4.

Parameters

  • {{teamId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Team id{{
  • projectId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Project id

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] url to embedded task listh3.

sendMessage

send a message to Bim Portal controlh4.

Parameters

  • {{message}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] message name{{
  • data}} [object|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object] message data

...

getDOMElementId

get the Id of the bound iframe element

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] url to embedded bim portalh2.

ExternalClient

...

Parameters

  • {{clientName}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] client id

...

initialize

initialize and start listening to incomming messagesh3.

addMessageHandler

add a message handlerh4.

Parameters

  • {{message}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] message id{{
  • handler}} [function|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function] handler function

...

removeMessageHandler

remove a message handlerh4.

Parameters

  • {{message}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] message id

...

messageReceived

Handle a received messagesh4.

Parameters

  • {{message}} [object|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object] message object

...

sendMessage

Send a message to bimplus web applicationh4.

Parameters

  • {{elemId}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] DOM Element Id of the containing iframe{{
  • message}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Message name{{
  • data}} [object|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object] message data

...

getClientName

get the client id

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] connected client idh2.

getUrlParameter

get the current page url parameterh3.

Parameters

  • {{sParam}} [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Paramter name

Returns [string|https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String] Paramter value