BCSetToNode
Assigns set values to nodes.
Inputs
- src
 - A set value table.
 - sets
 - A set entity table.
 - pool_name
 - Name of the node pool in the set.
 
Outputs
- answer
 - An nodal 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 application).
 
Syntax
BCSetToNode(src,sets)XML Example
<call name="BCSetToNode" src="src_tab" sets="set_tab" 
pool_name="shell" answer="ans_tab" />