generate
The generate
command is used to generate node/element groups according to predefined rules.
For custom rules, please refer to CustomNodeGroup
.
form one: generate based on a fixed interval
It shall be noted that the starting tag does not have to be smaller than the ending tag.
form two: generate a node group based on polynomial
The polynomial constraint is defined to be
form three: generate a node group based on the line segment
It is sometimes useful to select all nodes lie in a straight line segment. The following command can be used.
form four: generate a node group based on plane
A plane is defined by
For example, a plane can be defined as
Then
finds all nodes that fall in this plane and groups them.
Last updated