SAVE_filter

(Experimental) Filtering of saved Pointcloud via expression

The SAVE_filter allows for filtering of the pointcloud via a FilterExpression.
SAVE_filter = [ 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
begin_save{} SAVE_format = 'ENSIGHT6 BINARY N--T' SAVE_file = 'Results_Chamber2' SAVE_filter = [ Y%ind_cham%=2 ] end_save