optional
SesamX allows you to define selections of mesh entities (nodes and elements) facilitating the definition of other SesamX objects (for instance loading cases, constraints, and so on). A selection can contain both nodes and elements.
The CREATE-SELECTION
function is therefore used to create a new selection for the model. To create a selection, you have to provide the nodes and elements IDs composing this selection.
Name | Data Type | Data number | Optional | Default value | Physical quantity |
---|---|---|---|---|---|
MODEL | STRING | 1 | NO | ||
Name of the model on which to create the selection. | |||||
NAME | STRING | 1 | NO | ||
Name of the selection. |
optional
This branch is used to provide the list of nodes to add to the selection.
Name | Data Type | Data number | Optional | Default value | Physical quantity |
---|---|---|---|---|---|
IDS | INTEGER | FREE | NO | ||
List of nodes IDs to add to the selection. |
optional
This branch is used to provide the list of elements to add to the selection.
Name | Data Type | Data number | Optional | Default value | Physical quantity |
---|---|---|---|---|---|
IDS | INTEGER | FREE | NO | ||
List of elements IDs to add to the selection. |
-
-