Using ANYCAD three-dimensional modeling controls in QT

Source: Internet
Author: User

The Anycad C + + SDK adds a AnyPlatformQt.lib module to the QT framework, which makes it easy to use ANYCAD three-dimensional modeling controls in Qt.

Download

qt High speed Download: Http://pan.baidu.com/s/1bng1kwJ

Anycad C + + SDK high-speed download: Http://pan.baidu.com/s/1qWFS1tE

Qtcreator Configuration

If the Anycad C + + SDK directory is ${ANYSDK}

To set the Include path:

Includepath + = ${anysdk}/inc

To set the Lib and Lib paths:

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

Using auwindow3d three-dimensional controls

Include header file

#include "AnyPlatformAPI.h"
#include "AnyPlatformQtInclude.h"
#include "Widgets/auwindow3d.h"

Anycad::qtui::auwindow3d is inherited from Qwidget and can be used like any other widget.

Examples are included with the specific reference.

modeling, display, etc. in other anycad::api are used like MFC.

Using ANYCAD three-dimensional modeling controls in QT

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.