*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
- pinsa
- The pins at end a. Maximum value is 123456.
- update_pinsb
- 0 - Do not 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
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019