Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Visual aids are important for developing a user-friendly design manual. The design team has manually created AutoCAD images to help users understand the plant designs. One major problem of this task, however, is that the developers need to regenerate the AutoCAD plots when they change a design of a single object in the system.
The major goal of this project is to automate the process of creating professional layout sheets in AutoCAD. The generated sheets will include not only drawings but also the dimensions and zoom scales of the models and the comments by the developers. Furthermore, the final layouts will be plotted into either JPEG or PNG files. The automation is based on AutoCAD features such as layout, dimensions, plots, and etc. More details of the used AutoCAD commands are shown in the next section. MtoATranslator program is updated with new AutoCAD commands. The other AutoCAD design scripts will be renewed according to the updated MtoATranslator.

...

Below is the list of the AutoCAD commands required for creating professional layout sheets.
*Layout
*Shademode
*Model Space
*Paper Space
*Viewports
*Viewports Layer
*Plot

To automate the layout creating process, updating MtoATranslator is necessary. The old MtoATranslator does not include layout creating commands such as layout, vplayer (view ports layer), and plot. In addition, because we want to include dimensions in our paper space, dimension and its related commands should be included. The testing version of the translator has worked successfully for layout and vplayer. More debugging is needed for plot and dimension.

...