在Qt中使用AnyCAD三維建模控件

下載

Qt高速下載:http://pan.baidu.com/s/1bng1kwJ spa

AnyCAD C++ SDK高速下載:http://pan.baidu.com/s/1qWFS1tE debug

 

QtCreator配置

假如AnyCAD C++ SDK目錄爲 ${AnySDK} 3d

設置include路徑:

INCLUDEPATH +=  ${AnySDK}/inc orm

設置lib和lib路徑:

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

使用AuWindow3d三維控件

包含頭文件 get

#include 「AnyPlatformAPI.h」
#include 「AnyPlatformQtInclude.h」
#include 「Widgets/AuWindow3d.h」 form

AnyCAD::QtUi::AuWindow3d是從QWidget繼承而來,能夠像使用其餘Widget同樣使用它。 配置

具體參考附帶示例。 下載

其餘AnyCAD::API中的建模、顯示等與MFC同樣使用。

相關文章
相關標籤/搜索