Indicates a selection set is based on the selection of a group of entities, such as parts, elements, nodes, or a group of systems.
Syntax |
*BeginSelection(entity type, entity visibility) |
|
Arguments |
Name |
Description |
entity type |
The user selection type. It can be a part, element, node, or system. |
|
entity visibility |
Describes the selection visibility of the selection set, which can be Select Visible or Select All. |
|
Substatements |
||
Example |
*BeginSelection(Part, SelectVisible) *Add("Shell id 9000-9014") *Add("Shell id 9016") *EndSelection() |
|
Application |
HyperView. |
|
Context |
||
Comments |
This block captures your selection set from the GUI. This statement applies to the Collision, Contour, FLD, Groups, Mask, Tensor, and Vector panels in HyperView. |
|
See also |
|
|