*loadsupdatefixedvalue
Updates the fixed constraint value on SPC and SPCD constraint loads for OptiStruct.
Syntax
*loadsupdatefixedvalue mark_id fixed_value
Type
HyperMesh Tcl Modify
Description
Updates the fixed constraint value on SPC and SPCD constraint loads forOptiStruct.
Inputs
- mark_id
- The ID of the mark containing the SPC and SPCD constraints to update. Valid values are 1 and 2.
- fixed_value
- 0 – Do not retain the deformed boundary resulting from a preceding nonlinear subcase
Example
To update a fixed value for SPC load 4:
*createmark loads 1 4
*loadsupdatefixedvalue 1 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