3.5.5. CREATE-SELECTION function
optional
Description
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.
Keywords
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. |
NODES-LIST branch
optional
This branch is used to provide the list of nodes to add to the selection.
Keywords
Name | Data Type | Data number | Optional | Default value | Physical quantity |
---|---|---|---|---|---|
IDS | INTEGER | FREE | NO | ||
List of nodes IDs to add to the selection. |
ELEMENTS-LIST branch
optional
This branch is used to provide the list of elements to add to the selection.
Keywords
Name | Data Type | Data number | Optional | Default value | Physical quantity |
---|---|---|---|---|---|
IDS | INTEGER | FREE | NO | ||
List of elements IDs to add to the selection. |
Examples
See also
-
References
-