CreatePartsFromElements
Creates parts from elements.
Inputs
- elems
- An element entity table.
Outputs
- parts
- A part entity table.
Comments
- A model may contain elements that refer to parts with no corresponding part entity. This utility operator is used to create those parts that have not explicitly been created so that a lookup failure will not occur.
- This operator should be called within the model/commit block to insure parts are created when a model is attached (see Globalize).
- This operator is not available in the Expression Builder.
Syntax
N/AXML Example
<call name="CreatePartsFromElements" elems="elem_tab" parts="part_tab" />