NOTE: This script assumes the data has be loaded into the Tecplot GUI, and it runs in connected mode. x = zone.values(plot.axes.x_axis.variable) y = zone.values(plot.axes.y_axis.variable) try: z = ...
This connected-mode script creates STL files from currently active FE-Triangle zones. One STL file per zone. Exported files are indexed by zone number. Prior to execution of this script: 1. Before ...