*removecrbrelation

Removes a main-secondary relationship for LS-DYNA *CONSTRAINED_RIGID_BODIES keyword.

Syntax

*removecrbrelation mark_id

Type

HyperMesh Tcl Modify Command

Description

Removes a main-secondary relationship for LS-DYNA *CONSTRAINED_RIGID_BODIES keyword.

If a main component is removed, then the constrainedrigidbodies entity is deleted. If all secondary components are removed, the constrainedrigidbodies entity is deleted.

Inputs

mark_id
The ID of the mark containing the components.

Example

To remove secondary 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