BCSetToElem

Assigns set values to elements.

Inputs

src
A set value table.
sets
A set entity table.
pool_name
Name of the element pool in the set.

Outputs

answer
An elemental value table.

Comments

  • If src is a vector or tensor table, it should be transformed to the global coordinate system.
  • Aggregation modes are not applicable for this operation.
  • The Expression Builder will auto-fill pool_name with @current_pool (assigned by the HyperWorks application).

Syntax

BCSetToElem(src,sets)

XML Example

<call name="BCSetToElem" src="src_tab" sets="set_tab" 
pool_name="shell" answer="ans_tab" />