SAP2000 models may be exported to DWG (Drawing) format through the process which follows:
- 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
- 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
- Choose the SAP2000 model you wish to export to DWG format from the list of saved files which are available.
- Specify the global vertical direction and the appropriate units, then select OK.
Unknown macro: {hidden-content}Unknown macro: {verify}
- Assign DWG layers to the SAP2000 objects, then select OK.
Unknown macro: {hidden-content}Unknown macro: {verify}
- The SAP2000 model will then automatically convert and open as a DWG file.
Unknown macro: {hidden-content}Unknown macro: {verify}
A few notes which concern this process are as follows:
- AutoCAD must be installed on the desktop to import or export between SAP2000 and DWG. This is because DWG files are in binary format, and must be read or written using the AutoCAD functions available through the AutoCAD API. DXF import and export, however, does not require AutoCAD installation because DXF is a text file of published and available format.
- SAP2000 uses
Unknown macro: {new-tab-link}late binding to create AutoCAD entities.
ActiveX
- SAP2000 objects will convert into DWG entities as described in the following table:
|
MAPPING content |
|
---|---|---|
|
SAP2000 object |
DWG entity |
1 |
AcadPoint |
|
2 |
AcadLine |
|
3 |
NLink (2 or 3 points) |
AcadLine |
4 |
NLink (1 point) |
AcadPoint |
5 |
Acad3DFace |
|
6 |
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
- Import DWG to SAP2000 article
- Export SAP2000 to DXF article