*stackdisplay

Displays the stack direction of selected entities.

Syntax

*stackdisplay entity_type mark_id size

Type

HyperMesh Tcl Modify Command

Description

Displays the stack direction of selected entities. Currently only supported for Abaqus continuum shell elements.

Inputs

entity_type
The type of entity to display. Valid values are elements and components.
mark_id
The ID of the mark containing the entities to display. Valid values are 1 and 2.
size
The size in model units of the stack display.

Example

To display the stack direction of elements 1-10 using a size of 10.0:

*createmark elems 1 1-10
*stackdisplay elems 1 10.0

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

11.0.120