You can define at build time the way these inputs are
valuated at run time. To do so, create on the Instantiate engineering template
the variables having the same name than the inputs of the engineering template
and link them to the outputs of other operations.
Let's take the example of an engineering template having an
input MySketch whose type is "sketch". At run time, this engineering template
is to be instantiated under a Product having a 3DShape containing a Sketch. To
instantiate the engineering template with a user operation, the sequence is
enriched using a
Bind a Representation operation and a
Bind a component operation to retrieve
the Sketch from the 3DShape.
An input variable named "MySketch" is created on the
Instantiate engineering template and is linked to the output Link of the
BindObject.2.
At run time the instantiate engineering template maps its
inputs variables with the inputs of the engineering template and when all
templates inputs are valuated, the instantiation is performed in batch mode.
|