Qt高速下載:http://pan.baidu.com/s/1bng1kwJ spa
AnyCAD C++ SDK高速下載:http://pan.baidu.com/s/1qWFS1tE debug
假如AnyCAD C++ SDK目錄爲 ${AnySDK} 3d
INCLUDEPATH += ${AnySDK}/inc orm
win32:CONFIG(release, debug|release): LIBS += -L${AnySDK}/lib/release/ -lAnyPlatformAPI
else:win32:CONFIG(debug, debug|release): LIBS += -L${AnySDK}/lib/debug/ -lAnyPlatformAPI 繼承
win32:CONFIG(release, debug|release): LIBS += -L${AnySDK}/lib/release/ -lAnyPlatformQt
else:win32:CONFIG(debug, debug|release): LIBS += -L${AnySDK}/lib/debug/ -lAnyPlatformQt ci
包含頭文件 get
#include 「AnyPlatformAPI.h」
#include 「AnyPlatformQtInclude.h」
#include 「Widgets/AuWindow3d.h」 form
AnyCAD::QtUi::AuWindow3d是從QWidget繼承而來,能夠像使用其餘Widget同樣使用它。 配置
具體參考附帶示例。 下載
其餘AnyCAD::API中的建模、顯示等與MFC同樣使用。