Preparing AutoCAD Drawings for Import
 
 
 

To successfully and efficiently use AutoCAD objects in a 3ds Max scene, it's important that the files be properly prepared. Specifically, you'll need to pay attention to layer management in the AutoCAD drawing.

In this lesson, you'll clean up a 2D AutoCAD drawing by deleting unnecessary objects and freezing unwanted layers to prevent them from being imported into 3ds Max. You'll also prepare a 3D AutoCAD file for import, taking advantage of the benefits of both 3ds Max and AutoCAD.

Understanding ByLayer Drawing Import

The 3ds Max Layer Manager is similar to the Layer Properties Manager in AutoCAD. Both enable you to hide and freeze layers, and to control the visibility and color of objects on those layers. You can also determine whether a layer’s objects are plotted in AutoCAD or rendered in 3ds Max, regardless of the visibility of the objects in viewports.

3ds Max Layer Manager

AutoCAD Layer Properties Manager

Once imported, each layer in AutoCAD becomes a new layer in 3ds Max, and each object becomes a new object on its respective layer. Because AutoCAD generally produces a new object with each entity created, this can translate to an enormous number of entities that are imported into 3ds Max. You can significantly reduce this number by converting and consolidating lines into polylines and combining objects into blocks, which 3ds Max then converts into groups during import.

TipObjects that you import from AutoCAD with the ByLayer color assigned will maintain that color. Objects with a specific color assigned in AutoCAD will be changed to match the layer color.

Next, you'll learn how to control layers in AutoCAD.

Set up the scene:

  1. AutoCAD 2000 or laterFrom AutoCAD, choose File menu > Open and browse to the \tutorials\designviz folder and open ww_cad_drawings1.dwg.
  2. AutoCAD R14From AutoCAD, choose File menu > Open and browse to the \tutorials\designviz folder and open ww_cad_drawings1_r14.dwg.
Note
  • If you are opening the drawing in the latest version of AutoCAD, you will see a warning stating that the drawing was last saved in an earlier version. Click OK.
  • You might also see a Proxy Objects Detected dialog while opening the drawing. This means that the drawing was created in another program such as AutoCAD Architecture (formerly Architectural Desktop) and you are missing some Object Enablers. This does not adversely affect this part of the tutorial, so you can click OK.

This is a floor plan drawing of a small condominium complex. You'll focus on the interior views of the lower-right tenant space.

Control the layers:

One thing most people notice about architectural drawings is the fact that there is a lot of information necessary for all the contractors who will eventually construct the building. Hopefully, the architect took advantage of AutoCAD's layer features to separate information and organize the drawing.

  1. Click the Model tab at the bottom of the window, or, if it's not visible, click the Model button on the lower toolbar.

    3ds Max imports only objects in model space. Objects in paper space are ignored.

  2. Open the Layer Properties Manager.

    If you're prompted to delete filter layers, click Yes to comply.

  3. Highlight and freeze the following Layers and click OK when done:
    • 05MED
    • 05THIN
    • 14archdimensions
    • A-14ARCH
    • A-Flor-Pfix
    • door tag
    • lite
    • noplot
    • Park-Strip
    • room tag
    • SQ_ft_UP
    • Trash-DET1
    • xref14archdimensions
    • xrefdoor tag
    • xrefEQUIP-APPLIANCES

    The designer who's charged with making the presentation model doesn't need the more detailed layer data pertaining to the electrical or heating, ventilation and air conditioning (HVAC) systems, dimensioning, drawing borders, etc. They primarily need the floor plan of the structure. The layers you've just frozen contain objects that are not required when this drawing is used as a template for building the 3D model.

    The drawing after unnecessary layers are frozen

    TipAlthough you can control the layers to be imported in the AutoCAD DWG/DXF Import Options dialog in 3ds Max (explained in another lesson), it is often easier to define the layer states in AutoCAD or AutoCAD Architecture, where you can see the results of the import immediately.
  4. Save the file as my2Ddrawing1.dwg.

Next

Editing and Creating Objects