*morphdisplayconstraints
Displays the vectors defining the constraints on the mark.
Syntax
*morphdisplayconstraints entity_type mark_id
Type
HyperMesh Tcl Modify Command
Description
This command will draw or undraw vectors to the screen for the various constraints specified on the mark. This command is used when reviewing constraints from the Morph constraints panel.
Inputs
- entity_type
- Must be set to morph constraints.
- mark_id
- The ID of the mark containing the morph constraints. Valid values are 1 and 2.
Examples
To display vectors for all morph constraints in the model:
*createmark morphconstraints 1 "all"
*morphdisplayconstraints morphconstraints 1To turn off the vector display:
*createmark morphconstraints 1
*morphdisplayconstraints morphconstraints 1Errors
Incorrect usage results in a Tcl error. To detect
        errors, you can use the catch
        command:
    if { [ catch {command_name...} ] } {
   # Handle error
}Version History
10.0