*morphshapepreview
Applies (with a multiplier of one) or unapplies selected shapes.
Syntax
*morphshapepreview entity_type mark_id mode
Type
HyperMesh Tcl Modify Command
Description
Applies (with a multiplier of one) or unapplies selected shapes.
Inputs
- entity_type
- Must be set to shapes.
- mark_id
- The ID of the mark containing the shapes. Valid values are 1 and 2.
- mode
- 0 - Unsets the preview flag and unapplies the shape for shapes which have their preview flag set
Examples
To set the preview flag for three shapes and apply them to the model:
*createmark shapes 1 11 12 13
*morphshapepreview shapes 1 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019