*barpinsupdate

Updates pins of bar elements.

Syntax

*barpinsupdate mark_id update_pinsa pinsa update_pinsb pinsb

Type

HyperMesh Tcl Modify Command

Description

Updates pins of bar elements.

Inputs

mark_id
The ID of the mark containing the elements to update. Valid values are 1 and 2.
update_pinsa
0 - Do not update pinsa
1 - Update pinsa
pinsa
The pins at end a. Maximum value is 123456.
update_pinsb
0 - Do not update pinsb
1 - Update pinsb
pinsb
The pins at end b. Maximum value is 123456.

Examples

Release pins of elements 1-4, the translational and rotational X-axis at ends a and b respectively:

*createmark elements 2 1-4
*barpinsupdate 2 1 1 1 4

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

2019