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 plots professional layout sheets in AutoCAD. A few lines added in the Mathcad scripts generate desired plots after a system is designed in AutoCAD. Furthermore, the plots The generated sheets will include not only images drawings but also such critical information as dimensions. 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, paper spacedimensions, view ports, and dimensionsplots, etc. More details of the used AutoCAD commands are shown in the next section. MtoATranslator program is updated with new AutoCAD commands added in the script. The other AutoCAD design scripts will be renewed according to the updated MtoATranslator.

What are model space and paper space in AutoCAD?

Model space is the drawing space in AutoCAD in which users can model and design an object. The screen appears when AutoCAD is loaded is the model space. Paper space, also known as layout space, is the plotting environment in which users can plot and print the object drawn in the model space. This space can be loaded by using layout commands.

...

Important AutoCAD Commands

Below is the list of the AutoCAD commands required for creating professional layout sheets.

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.

...