*loadstepscreate
Creates a load step entity. Load steps can contain load collectors, output blocks, and groups.
Syntax
*loadstepscreate name mark
Type
HyperMesh Tcl Modify
Description
Creates a load step entity. Load steps can contain load collectors, output blocks, and groups.
Inputs
- name
- The name of the load step.
- mark
- ID of the mark of entities used to create the load step.
Example
To create a load step called "ls1" containing a group with the name "group 1"
*createmark(groups,1) "group1"
*loadstepscreate("ls1",1)
Errors
None.