Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > Transformation Development Kit (TDK) > Customizing an ACS Code Generator DLL > Customizing aTDK legacy model - TDK 6.2 and earlier models > Creating a generation template in a TDK legacy model (TDK)
  
Creating a generation template in a TDK legacy model (TDK)
This topic provides information for customizing a TDK Legacy model - TDK Legacy models were provided with TDK 6.2 and earlier. Tell me more...
To create a generation template in a TDK legacy model:
1. In Modeler, open the TDK Legacy model you want to customize.
2. In the Packages pane, expand the TheGenerator package.
3. Right-click the TheGenerator package, point to New, point to UML, point to Behavior, and then click Operation.
4. Type the name of the new generation template, and the press the Enter key.
5. Right-click the Operation you created, point to Links > Stereotypes, and then click GenModule.
6. Open the Property Pages of the generation template (Operation) you have created.
7. In the Property Pages, click the Body tab.
8. Type the text of the generation template in the Body property.