SAVE_filter
(Experimental) Filtering of saved Pointcloud via expression
The
SAVE_filter allows for filtering of the pointcloud via a FilterExpression.
Only those points will be saved for which the FilterExpression has a value bigger than zero.
Supported formats (see SAVE_format):
Example 1: Apply filter to all SAVE environments
SAVE_format(1) = 'ENSIGHT6 BINARY N--T'
SAVE_filter = [Y%ind_kob%=%BND_free%]
# only save points of free surface.
Example 2: Apply filter only to a single SAVE environment