Send Exchange
This node is useful to send the Data Exchange. This node takes Data Exchange information and DXData as input and provides the send status of the Data Exchange as output.
Supported Input Type | Expected Output |
---|---|
Data Exchange as a List | Status of Data Exchange creation |
DXData as Object |
Click and drag the SendExchange node from the toolbar to canvas.
Connect the output of the GetExchange node to the input of the SendExchange node “Exchange.”
Connect the output of the ReadObject node “Geometry” to the input of the DXData node “Geometry.”
Connect the output of the ReadObject node “Parameters” to the input of the DXData node “Parameters.”
Connect the output of DXData node DXData to the input DXData of SendExchange node.
Connect the output of the SendExchange node to the Panel to view the Data Exchange Status.
Attribute Creation for Native Grasshopper Nodes:
Click and drag the SendExchange node from the toolbar to canvas.
Connect the output of the GetExchange node to the input of the SendExchange node “Exchange.”
Take the desired geometry using native Grasshopper node and connect their output to the input of Entwine node.
Connect the output of Entwine node to the input Geometry of DXData node.
Take the same number of panels as the number of native geometry nodes of Grasshopper after giving desired attributes of the geometries in panel.
Take Entwine node and connect the output of panels to the input of Entwine node.
Connect the output of Entwine node to the input Parameters of SendExchange node.
Connect the output of DXData node to the input DXData of SendExchange node.
Connect the output of the SendExchange node to the input of another panel to view status.
Click Send to create a Data Exchange.