Query

From Software Product Documentation
Revision as of 13:11, 5 September 2018 by Wikisysop (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Query Parameter in Visual3D

Several commands in Visual3D have the Query parameter. The Query allows you select a subset of files based data within the files.

The query allows you to reference the data table to set a file as active. If the expression is true, that file will be set to active. If the expression is false, the file will not be set as active. You can use expressions as they are found here.

Example:

Select_Active_File
/FILE_NAME=ALL_FILES
/QUERY=METRIC::PROCESSED::RKNEE_MAX::X > 70
;


The above will set any C3D files that the specified value is above 70. The value (METRIC::PROCESSED::RKNEE_MAX::X) must be previously created.

Retrieved from ""