*removecrbrelation
Removes a master-slave relationship for LS-DYNA *CONSTRAINED_RIGID_BODIES keyword.
Syntax
*removecrbrelation mark_id
Type
HyperMesh Tcl Modify
Description
Removes a master-slave relationship for LS-DYNA *CONSTRAINED_RIGID_BODIES keyword.
If a master component is removed, then the constrainedrigidbodies entity is deleted. If all slave components are removed, the constrainedrigidbodies entity is deleted.
Inputs
- mark_id
- The ID of the mark containing the components.
Example
To remove slave rigid component 200:
*createmark comps 1 200
*removecrbrelation 1
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