Creating a Drawing, a Sheet and a View
- Last UpdatedNov 20, 2025
- 1 minute read
The top-level element in a database is the World. Users cannot delete or create the World. Starting with the World as the current element, you can create the hierarchy under the World using a command sequence such as:
NEW DEPT /PIPES
NEW REGI /PIPREG
NEW DRWG /PD101
NEW SHEET /SHEET1
NEW VIEW /PLAN
You can omit all commands except for NEW DRWG and NEW VIEW if there is only Department, one Registry and one Sheet on the Drawing. If the administrative elements do not exist they will be created automatically.
Departments (DEPT) and Registries (REGI) are administrative elements. Departments own Registries, as shown in the following diagram.
Figure 3:2. Top part of the Draft Database Hierarchy
Note: You can have several VIEWs on a Sheet. Each VIEW can contain a picture of a different part of the Design model, or different views of the same part of the model. See Changing the Picture by Changing VIEW Attributes for further information on manipulating the contents of a VIEW.