HyperWorks Desktop

*BeginSelection()

Indicates a selection set is based on the selection of a group of entities, such as parts, elements, nodes, or a group of systems.

*BeginSelection()

Indicates a selection set is based on the selection of a group of entities, such as parts, elements, nodes, or a group of systems.

Previous topic Next topic No expanding text in this topic  

*BeginSelection()

Indicates a selection set is based on the selection of a group of entities, such as parts, elements, nodes, or a group of systems.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*Add()

Example

*BeginSelection(Part, SelectVisible)

    *Add("Shell id 9000-9014")

    *Add("Shell id 9016")

*EndSelection()

Application

HyperView.

Context

*BeginCollision()

*BeginContour()

*BeginFLD()

*BeginGroup()

*BeginMask()

*BeginTensor()

*BeginVector()

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

 

*Add()

*EndSelection()

List of Session Statements