*createcrbrelation
Creates a master-slave relationship for LS-DYNA *CONSTRAINED_RIGID_BODIES keyword.
Syntax
*createcrbrelation master_component_id slave_component_id
Type
HyperMesh Tcl Modify
Description
Creates a master-slave relationship for LS-DYNA *CONSTRAINED_RIGID_BODIES keyword.
Inputs
- master_component_id
- The ID of the master rigid component.
- slave_component_id
- The ID of the slave rigid component.
Examples
To create a master-slave relationship between master rigid component 100 and slave 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