visual3d:documentation:pipeline:expressions:assigned_force_functions
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:expressions:assigned_force_functions [2024/06/17 17:06] – removed sgranger | visual3d:documentation:pipeline:expressions:assigned_force_functions [2024/09/11 17:22] (current) – Cleaned up formatting. wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Assigned Force Functions ====== | ||
+ | |||
+ | The model-based items [[Visual3D: | ||
+ | |||
+ | ==== Forces ==== | ||
+ | |||
+ | Syntax: **FORCE**(segment) | ||
+ | |||
+ | Example: Select the force assigned to the Left Foot segment (whose [[Visual3D: | ||
+ | |||
+ | < | ||
+ | Evaluate_Expression | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | ==== Center of Pressure ==== | ||
+ | |||
+ | Syntax: **COFP**(segment) | ||
+ | |||
+ | Example: Select the center of pressure assigned to the Left Foot segment (whose [[Visual3D: | ||
+ | |||
+ | < | ||
+ | Evaluate_Expression | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | ==== Free Moment ==== | ||
+ | |||
+ | Syntax: **FREEMOMENT**(segment) | ||
+ | |||
+ | Example: Select the Free Moment assigned to the Left Foot segment (whose [[Visual3D: | ||
+ | |||
+ | < | ||
+ | Evaluate_Expression | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | ==== Error Messages ==== | ||
+ | |||
+ | There are several possible error messages related to the Assigned Forces expressions. | ||
+ | |||
+ | === Segment Name must be Quoted === | ||
+ | < | ||
+ | Evaluate_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | WARNING! No Segment Name was specified. Did you forget the quotes? | ||
+ | </ | ||
+ | |||
+ | In order to ensure that a string containing the segment name is recognized quotes must be used. | ||
+ | |||
+ | === Segment Not in Link Model === | ||
+ | < | ||
+ | Evaluate_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | INFO! Segment Junk was not found | ||
+ | </ | ||
+ | |||
+ | The segment must be a part of the Link Model in order to be findable. | ||
+ | |||
+ | === Use Default Segment Names === | ||
+ | < | ||
+ | Evaluate_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | WARNING! Evaluate_Expression requires default segment names. For Right Foot use RFT | ||
+ | </ | ||
+ | |||
+ | Visual3D has a set of [[Visual3D: | ||
+ | |||
+ | === Can't Use Kinematic Only Segments === | ||
+ | < | ||
+ | Evaluate_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | INFO! Segment Right Fore Foot is Kinematic Only, so there is no Force Assignment possible. | ||
+ | </ | ||
+ | |||
+ | Only kinetic segments can be assigned a force. | ||
+ | |||
visual3d/documentation/pipeline/expressions/assigned_force_functions.1718644007.txt.gz · Last modified: 2024/06/17 17:06 by sgranger