Share

DataExchange

Get Exchange

The Get Exchange node consists of two options, one is to Load a Data Exchange from Autodesk Docs and view its information as an object in the output and the other is to Create an empty Data Exchange and save it in Autodesk Docs.

  1. Click the Get Exchange node from the DataExchange library.

    Logo

    Logo

  2. The Get Exchange node will get placed on the canvas.

Choose:

Supported Input Type Expected Output
Data Exchange from Autodesk Docs on Load button click. Data Exchange as an object.
  1. Click the Load button.

    Logo

  2. You will be prompted to sign in to the Autodesk Docs. Sign in using your Autodesk credentials.

    Logo

  3. Upon successful Sign in, you will be asked to return to the Dynamo application.

    Logo

  4. The Connector interface opens.

    Logo

  5. Click Load Data Exchanges and this opens another window that consists of a list of the Data Exchanges that are available in Autodesk Docs. You can also switch between different projects from the Project drop-down list.

    Logo

    Logo

  6. Select your project, select the Data Exchange, and click Preview to view the Data Exchange before loading or Load to load the Data Exchange.

  7. The Data Exchange will get loaded and the Connector interface will close.

  8. To view the detailed information of the loaded Data Exchange, connect the ExchangeInfo node with the output of the GetExchange node.

  9. Connect the output of the ExchangeInfo node to the input of multiple Watch nodes to view the Data Exchange information through separate outputs.

    Logo

Create:

Supported Input Type Expected Output
No input. Data Exchange as an object.
  1. Click the Create button.

    Logo

  2. You will be prompted to sign into the Autodesk Docs. Sign in using your Autodesk credentials.

  3. After signing in successfully, return to the Dynamo software.

  4. The Connector interface opens. If a latest version of the Connector is available you will see a notification at the bottom of the interface .

    Logo

    To download the latest Connector version, click Help menu and select Check for Updates. You will be redirected you to the download link.

    If you want to manually check for updates, click Help menu and select Check for Updates. You will be redirected to the download link or see a "no updates available" notification.

  1. To create a Data Exchangre, click Create Data Exchange.

    Logo

  2. Key in the Data Exchange Name and location in Autodesk Docs to save the Data Exchange.

    Logo

  3. This will create an empty Data Exchange in the Autodesk Docs and get listed on the Connector interface. You can add a List of lists of geometries to the empty Data Exchange using Send node. For detailed information refer to Send section of this document.

ExchangeInfo

This node takes the Data Exchange object as an input and provides information about the Data Exchange through separate outputs. You can view the Data Exchange information by using this node.

Supported Input Type Expected Output
Data Exchange as an object. Name of the Data Exchange.
File URN (Uniform Resource Name).
Folder URN .
Project URN .
ID Of Data Exchange (Exchange ID).
Last Updated Date
Last Updated By
  1. Click the ExchangeInfo node from the library.

    Logo

    Logo

  2. Connect the output of GetExchange node to the input of ExchangeInfo node.

  3. Connect the outputs of the ExchangeInfo node to the input of the multiple Watch nodes to view the Data Exchange information through separate outputs.

    Logo

Was this information helpful?