SysML v2 Modeling 2026x Model composition View Creating views Current: Views basics Views basics See the basic procedures for working with views and view definitions.Creating view usage and definition elementsCreating view usage and definition elements via the Textual EditorTo create view usage and definition elements via the Textual EditorIn the Textual Editor, place the cursor where you want to create the element and declare the keyword: view def for a view definition. view for a view usage.Specify the element name.Specify the view's features in the element body.Click the Synchronize button. view def 'Part Structure View' { // view definition private import Views::*; filter @SysML::Systems::SysML::PartUsage; render asNewTreeDiagram;}view 'vehicle parts view' : 'Part Structure View'; // view usage Creating view usage and definition elements via the Create Element commandTo create view usage and definition elements via the Create Element commandIn the Containment tree, right-click an element, and in the shortcut menu, click Create Element.In the Create Element dialog, select one of the following:view def to create a view definition element.view to create a view usage element.Name the element.Specify the view's features.Auto-creating view definition elements via the Extract Definition commandTo auto-create view definition elements via the Extract Definition commandSee the Extract Definition and Usage page. ×