<node3d:custom>.get

This action will return data from the custom node plugin

 

<node3d:custom>.get()

 

Remarks

This action will return data from the custom node plugin. The size of the data depends on the plugin.

Return Value

A list of numbers retrieved from the custom node plugin

Example

node = viz.add('custom.dlc')
print node.get()