BCPropToElem
Converts property values to elemental values.
Inputs
- src
- A property value table.
- elems
- An element entity table.
- parts
- A part entity table.
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.
Syntax
BCPropToElem(src,elems,parts)XML Example
<call name="BCPropToElem" src="src_tab" elems="elem_tab"
parts="part_tab" answer="ans_tab" />