3.5.5. CREATE-SELECTION function

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.

Keywords

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.

Keywords

Name Data Type Data number Optional Default value Physical quantity
IDS INTEGER FREE NO
List of elements IDs to add to the selection.
CREATE-SELECTION  
  MODEL: MY_MODEL 
  NAME: LOAD_SELE
  NODES-LIST
    IDS: 1,2,3,4
  ELEMENTS-LIST
    IDS: 1,2,3

-

-

  • user_manual/sesamx/functions_description/create_selection.txt
  • Last modified: 2021/07/07 19:32
  • by Ali Baba