*createcrbrelation
Creates a main-secondary relationship for LS-DYNA *CONSTRAINED_RIGID_BODIES keyword.
Syntax
*createcrbrelation main_component_id secondary_component_id
Type
HyperMesh Tcl Modify Command
Description
Creates a main-secondary relationship for LS-DYNA *CONSTRAINED_RIGID_BODIES keyword.
Inputs
- main_component_id
- The ID of the main rigid component.
- secondary_component_id
- The ID of the secondary rigid component.
Examples
To create a main-secondary relationship between main rigid component 100 and secondary
rigid component 200:
*createcrbrelation 100 200
Errors
Incorrect usage results in a Tcl error. To detect
errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0.120