HyperWorks Desktop

*Add()

Indicates a selection rule associated with a selection set.

*Add()

Indicates a selection rule associated with a selection set.

Previous topic Next topic No expanding text in this topic  

*Add()

Indicates a selection rule associated with a selection set.

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

Syntax

*Add(pool name, id, value)

Arguments

Name

Description

 

pool name

Describes the pool name associated with the selected entity.

 

id

Reserved keyword ID.

 

value

The ID values associated with the selection.  The values can also be in the format of a range.

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 statement applies to the Collision, Contour, FLD, Groups, Mask, Tensor, and Vector panels in HyperView.

This block captures the rules of a given selection set.

See also

 

*BeginSelection()

*EndSelection()

List of Session Statements