*importdummyfrompositioningfile
Creates a dummy by reading the positioner file in the PAM-CRASH 2G solver interface.
Syntax
*importdummyfrompositioningfile file=<value>
Type
HyperMesh Tcl Modify Command
Description
This command creates a mechanism entity of config 3 by reading a positioner file that ends with the ‘.pos’ extension. The ‘.pos’ file is typically obtained from the Visual-Safe application to define a dummy for the PAM-CRASH 2G solver.
- One ‘GROUP…ENDGROUP’ block exists with the ‘COR’ followed by a valid node ID from the model.
- The lines that start with ‘ARTICULATION’ must be followed by the lines that define the rotation angle limits.
- The joint elements referred to in the ‘ARTICULATION’ line must be of ‘JOINT /’ or ‘KJOIN /’ type.
- The root to leaf body paths defined within the ‘DEFCONF…ENDDEFCONF’ should not have multiple root bodies.
- The ‘ENDDEFSYSTEM’ is treated as the end-of-file.
Inputs
- file=<value>
- The absolute path to the file with an extension ‘.pos’ defining the dummy metadata.
Examples
*importdummyfrompositioningfile file=C:/dummy.pos
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2023.1