Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

This page is written for SAP2000, though it also applies to CSiBridge.


SAP2000 models may be exported to DWG (Drawing) format through the process which follows:


  1. Within SAP2000, select File > Export > AutoCAD .dxf File, as shown in Figure 1:



    Unknown macro: {center-text}

    Figure 1 - Export SAP2000 model to DWG format



  2. Select AutoCAD .DWG Files (*.DWG) from the drop-down menu within the browse window, as shown in Figure 2:



    Unknown macro: {center-text}

    Figure 2 - Select file for export



  3. Choose the SAP2000 model you wish to export to DWG format from the list of saved files which are available.

  4. Select Save to begin the conversion process. During conversion, the destination software will automatically open and then close. The SAP2000 model will then be available in DWG format.


A few notes which concern this process are as follows:

  • AutoCAD or another DWG-supported software must be installed on the desktop to successfully export a SAP2000 model into DWG format. DXF import and export, however, does not require AutoCAD installation on the desktop.
  • SAP2000 uses
    Unknown macro: {new-tab-link}

    ActiveX

    late binding to create AutoCAD entities.
  • SAP2000 objects will convert into DWG entities as described in the following table:


 

MAPPING content

 

 

SAP2000 object

DWG entity

1

Point

AcadPoint

2

Line

AcadLine

3

NLink (2 or 3 points)

AcadLine

4

NLink (1 point)

AcadPoint

5

Area

Acad3DFace

6

Solid

AcadPolyFaceMesh


NOTE: DWG Solid objects differ between export and import. For export, AcadPolyMesh is useful for obtaining object coordinates. For import, AcadDb3DSolid is useful for DWG files.

See Also

  • No labels