Graph asset

References graphs.


Inputs

  • preload asset

    • Sets whether to load the referenced graph when the parent graph is loaded or not.
  • asset uri

    • The asset URI (as a string value) that defines what referenced graph asset to output. See Assets for more information.
  • latest version

    • Sets whether to load the latest version of the referenced graph or not.
  • parameters

    • A JSON string containing key-value pairs that defines what values to set parameters in the referenced graph.

Outputs

  • geometry

    • Output primitives.
  • points

    • The list of points of the output primitives.
  • points.x

    • The list of x values of the points of the output primitives.
  • points.y

    • The list of y values of the points of the output primitives.
  • points.z

    • The list of z values of the points of the output primitives.
  • asset uri

    • The asset URI (a string value) of the referenced graph. See Assets for more information.
  • asset name

    • The name of the referenced graph as a string value.
  • parameters

    • The JSON string containing key-value pairs of the referenced graph’s parameters.

Note(s)

  • Some examples of a JSON string for the parameter input are as follows (which can be input as a string value type):

    • {“Parameter1”:value,“Parameter2”:value}

    • {“Length”:1000,“Width”:500,“Thickness”:300}

  • The JSON string can be constructed using various methods, but it is recommended to use the Combine data and JSON builder nodes to do so. An example of this can be found in the example graphs linked below.

  • Other names for this node include: GraphAsset, Graph import, Graph reference, Subgraph.

Example(s)