| |
| GIDi |
selects the nodes in the node group i (specified
in column 4 of the node matrix). Logical operators are accepted. |
| Group i |
selects the nodes linked to elements of group(s) i in the main model. Same as InElt{Group i} |
| Groupa i |
selects nodes linked to elements of group(s) i of the alternate model |
| InElt{sel} |
selects nodes linked to elements of the main model that are selected by the element selection command sel. |
| NodeId >i |
selects nodes selects nodes based relation of NodeId to integer i. The logical operator >, <,
>=, <=, ~=, or == can be omitted (the default is then ==). |
| NotIn{sel} |
selects nodes not linked to elements of the main model that are selected by the element selection command sel. |
| Plane == i nx ny nz |
selects nodes on the plane containing the
node number i and orthogonal to the vector
[nx ny nz]. Logical operators apply to the
oriented half plane. i can be replaced by string o xo yo zo specifying the origin. |
| rad <=r x y z |
selects nodes based on position relative to the sphere specified by radius r and position x y z node or number x (if y and z
are not given). The logical operator >, <,
>=, <= or == can be omitted (the default is then <=). |
| Setname name |
finds elements based on a set defined in the model stack. Note that the name must not contain blanks or be given between double quotes "name". |
| x>a |
selects nodes such that their x coordinate is larger than a. x y z r (where the radius r is taken in the xy plane) and the logical operators >, <,
>=, <=, == can be used. |
| x y z |
selects nodes with the given position. If a component is set to NaN it is ignored. Thus [0 NaN NaN] is the same as x==0. |