DXData
TThis node is useful to create DXData by using Geometry and Parameters. This node takes the Data Tree of Geometry and Parameters as input and converts it to a single object DXData. Important: Parameters is an optional input for this node.
Supported Input Type | Expected Output |
---|---|
Data Tree of Geometry | |
Data Tree of Parameters | DXData as an object |
Click and drag the DXData node from the toolbar to canvas.
Connect the Output Exchange of GetExchange node to the input Exchange of SendExchange node.
RhinoObject Exchange Creation with Parameters
Connect the output Geometry of ReadObject node to the input Geometry of DXData node.
Connect the output Parameters of ReadObject node to the input Parameters of DXData node.
Connect the output DXData of DXData node to the input DXData of SendExchange node.
Click Send on SendExchange node to provide Geometry for Data Exchange creation.
RhinoObject Exchange Creation without Parameters
Connect the output Geometry of ReadObject node to the input Geometry of DXData node.
Connect the output DXData of DXData node to the input DXData of SendExchange node.
Click Send on SendExchange node to provide Geometry for Data Exchange creation.
Native GH Object Exchange Creation with Parameters
Connect the output Native GH Geometry node to the input Geometry of DXData node.
Connect the output of Panel containing parameters to the input Parameters of DXData node.
Connect the output DXData of DXData node to the input DXData of SendExchange node.
Click Send on SendExchange node to provide Geometry for Data Exchange creation.
Native GH Object Exchange Creation without Parameters
Connect the output Native GH Geometry node to the input Geometry of DXData node.
Connect the output DXData of DXData node to the input DXData of the SendExchange node.
Click Send on SendExchange node to provide Geometry for Data Exchange creation.