Templates Within Templates

You can embed templates inside of other templates. The nested template behaves like a component. This can be useful if the project can be broken down into many similar, small parts. Instead of build a template for a tank with a guage, a motor with a guage, and a compressor with a guage, it might instead be better to first build a simple guage template that can then be added to each of three templates so that it already is setup correctly.

To nest a template inside another template

  1. Drag an existing template from the Project Browser into the template that you are currently working on.

  2. Bind the nest template properties to the properties located on the parent template's Custom properties such as UDT parameters.

Similar Topics ...