*createautoddp
Create a design points from the selected elements.
Syntax
*createautoddp entity_type mark_id ?<option1>=<value1>? ?<option2>=<value2>? ... ?<optionN>=<valueN>?
Type
HyperMesh Tcl Modify Command
Description
Create a design points from the selected elements.
<option>=<value> options can be provided in any order.
Inputs
- entity_type
- The type of entity. Only elements are supported.
- mark_id
- The ID of the mark containing the entity_type entities. Valid values are 1 and 2.
- autoddptype=<value>
- The type of design point:
- groupid=<value>
- The ID of the design point set.
Example
To create a spring design point from elements 1000-2000:
*createmark elements 1 1000-2000
*createautoddp elems 1 groupid=1 autoddptype=7
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019.1
2020 - Added new autoddptype values 30 and 31.
2020.1 - Added new autoddptype values 1 and 2.