Share

DxData.GetFromUrl

This node is useful as a Callable Node for Read workflow, which takes inputs as Exchange URLs, HubId and activate (bool), through which it retrieves DxData and Baked status. Important: Activate is an optional input for this node. Default value for Activate is set to true

Supported Input Type Expected Output
exchangeUrl DXData as an object
hubId Baked Status of Geometry
activate
  1. Click and drag the DxData.GetFromUrl node from the toolbar to canvas.

  2. Connect Exchange URLs to the exchangeUrl input port of DxData.GetFromUrl node and connect "true or false" to the activate port of the DxData.GetFromUrl node. The default value for the activate port is set to true.

Note: - For this Node we add HubId is a temporary input until we get it from DXSDK, then user can provide HubId.

  1. DxData.GetFromUrl node internally uses Bake Callable Node and Receive Exchange Callable Node . These nodes can only be used in Callable Node Read workflows. They are not compatible with other workflows.

Was this information helpful?