Share

acdbGetModelerDwgVer Function

C++

ACDB_PORT int acdbGetModelerDwgVer(
    AcDb::AcDbDwgVersion dwgVer, 
    AcDbObject* pObj = nullptr
);

File

dbacis.h

Description

This function allows implementers of custom objects derived from AcDb3dSolid, AcDbRegion, or AcDbBody to specify the ACIS/ShapeManager version of the data to be saved to a DWG or DXF file.

Parameters

Parameters Description
dwgVer Input version to which the dxf file should be saved
pObj Input pointer to object

Was this information helpful?