BCPlyToElem
Converts ply values to elemental values.
Inputs
- src
- A ply 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
BCPlyToElem(src,sets)XML Example
<call name="BCPlyToElem" src="src_tab" sets="set_tab"
pool_name="shell" answer="ans_tab" />