See the basic procedures for working with renderings and rendering definitions.
Creating rendering usage and definition elements
Creating rendering usage and definition elements via the Textual Editor
To create rendering usage and definition elements via the Textual Editor
In the Textual Editor, place the cursor where you want to create the element and declare the keyword:
rendering deffor a rendering definition.
renderingfor a rendering usage.
Specify the element name.
(Optional) Specify the rendering's features in the element body.
Click the Synchronize button.
renderingdefGraphicalRendering;
renderingasTreeDiagram : GraphicalRendering;
Rendering views
Rendering views via the Textual Editor
To render views via the Textual Editor
In the Textual Editor, within the curly braces of the view's body, declare the keywordrender followed by the name of the rendering usage you want to use.
Click the Synchronize button.
viewdef'Part Structure View' { renderasTreeDiagram; // references the rendering usage asTreeDiagram elsewhere in the model }