visual3d:documentation:pipeline:model_based_data_commands:compute_model_based_data
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:model_based_data_commands:compute_model_based_data [2024/07/17 15:42] – removed sgranger | visual3d:documentation:pipeline:model_based_data_commands:compute_model_based_data [2025/05/15 13:58] (current) – Cleaned up page for a customer, notably adding subject tag information. Still needs to be put into Pipeline project format. wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Compute Model Based Data ====== | ||
+ | |||
+ | The **Compute_Model_Based_Data** command computes a [[Visual3D: | ||
+ | |||
+ | < | ||
+ | Compute_Model_Based_Data | ||
+ | / | ||
+ | / | ||
+ | /FUNCTION= | ||
+ | /SEGMENT= | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! /AXIS1=X | ||
+ | ! /AXIS2=Y | ||
+ | ! /AXIS3=Z | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ===== Parameters ===== | ||
+ | |||
+ | ^ Parameter ^ Description ^ Default Value ^ | ||
+ | | / | ||
+ | | / | ||
+ | | /FUNCTION | The [[[[Visual3D: | ||
+ | | /SEGMENT | The Link_Model_Based item's segment in question. | | | ||
+ | | / | ||
+ | | / | ||
+ | | / | ||
+ | | / | ||
+ | | / | ||
+ | | / | ||
+ | | /NEGATEX | Whether or not to negate the Link_Model_Based item's X-component. | FALSE | | ||
+ | | /NEGATEY | Whether or not to negate the Link_Model_Based item's Y-component. | FALSE | | ||
+ | | /NEGATEZ | Whether or not to negate the Link_Model_Based item's Z-component. | FALSE | | ||
+ | | /AXIS1 | The first rotation axis for a Cardan sequence. | X | | ||
+ | | /AXIS2 | The second rotation axis for a Cardan sequence. | Y | | ||
+ | | /AXIS3 | The third rotation axis for a Cardan sequence. | Z | | ||
+ | | / | ||
+ | | / | ||
+ | | / | ||
+ | |||
+ | |||
+ | If Cardan angles are being used, then the order of rotation can be specified by the axes X, Y, and Z, or it can be specified by the anatomical axes ML, AP, and AXIAL. | ||
+ | |||
+ | ===== Model-based Items and the RECALC Pipeline ===== | ||
+ | |||
+ | This command structure is the same regardless of whether the command is in the Pipeline or RECALC Pipeline. When this signal is created, the definition of the model-based item is stored automatically in the [[visual3d: | ||
+ | |||
+ | **Note that the command can be executed from the pipeline, but it isn't possible to execute the RECALC pipeline. This is a quirk of the default structure. The RECALC pipeline is executed by selected the RECALC button on the toolbar or executing the [[visual3d: | ||
+ | |||
+ | ===== Example: Right Knee Angle ===== | ||
+ | |||
+ | For example, the Right Knee Angle signal could be represented as: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | If the text representation of this signal is opened, the following information will be stored | ||
+ | |||
+ | < | ||
+ | Compute_Model_Based_Data | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! /AXIS1=X | ||
+ | ! /AXIS2=Y | ||
+ | ! /AXIS3=Z | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | What is notable is that the segments are identified as **RSK** and **RTH**, not **Right Shank** and **Right Thigh** as seen in the dialog. | ||
+ | |||
+ | In other words, it appears that the dialog was created as follows: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | This is because the lower level representations are stored with the standard Visual3D acronyms (e.g. those names that are used under the covers), whereas the interface to Visual3D uses the names that are mapped by the config files. | ||
+ | |||
+ | |||
+ | |||
+ | |||
visual3d/documentation/pipeline/model_based_data_commands/compute_model_based_data.1721230951.txt.gz · Last modified: 2024/07/17 15:42 by sgranger