离线
onshape看起来不错不过似乎已经不是免费的了
离线
mark 一下
离线
我们公司同事用 qcad,没想到是开源的,而且还是qt的。
离线
为啥我下的qcad也是试用版,难道不再开源免费了?
离线
为啥我下的qcad也是试用版,难道不再开源免费了?
有些插件不开源,是试用版,比如DWG支持。
离线
试一试ubuntu18.04 编译qcad
克隆源码: git clone https://github.com/qcad/qcad.git
安装依赖包:
sudo apt-get install -y qt5-default \
qtbase5-dev \
qtmultimedia5-dev \
qtconnectivity5-dev \
libqt5opengl5-dev \
qtpositioning5-dev \
qtdeclarative5-dev \
qtscript5-dev \
libqt5sensors5-dev \
libqt5serialport5-dev \
libqt5svg5-dev \
qttools5-dev \
libqt5webkit5-dev \
libqt5websockets5-dev \
libqt5x11extras5-dev \
libqt5xmlpatterns5-dev \
qmake qcad.pro
make
正在编译了。
最近编辑记录 win32prog (2019-12-02 13:44:49)
离线
两台ubuntu18.04电脑都顺利编译完成, 运行也OK,
现在问题来了, Windows 不知道怎么弄。
打开 qcad.pro 提示一堆错误:
2019-12-02T14:59:51 Clang Code Model: Error: The clangbackend executable "d:\Qt\Qt5.12.3\Tools\QtCreator\bin\clangbackend.exe" could not be started (timeout after 10000ms).
Project MESSAGE: ..\build-qcad-Desktop_Qt_5_12_3_MinGW_32_bit-Debug
Project MESSAGE: ..\build-qcad-Desktop_Qt_5_6_3_MinGW_32bit-Debug
Could not find .pro file for subdirectory "..\build-qcad-Desktop_Qt_5_12_3_MinGW_32_bit-Debug" in "F:/qcad/../build-qcad-Desktop_Qt_5_12_3_MinGW_32_bit-Debug".
Could not find .pro file for subdirectory "..\build-qcad-Desktop_Qt_5_6_3_MinGW_32bit-Debug" in "F:/qcad/../build-qcad-Desktop_Qt_5_6_3_MinGW_32bit-Debug".
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project MESSAGE: Copying imageformats\qgif.dll
Project MESSAGE: Copying imageformats\qico.dll
Project MESSAGE: Copying imageformats\qjpeg.dll
Project MESSAGE: Copying imageformats\qsvg.dll
Project MESSAGE: Copying imageformats\qtga.dll
Project MESSAGE: Copying imageformats\qtiff.dll
Project MESSAGE: Copying imageformats\qwbmp.dll
Project ERROR: Unknown module(s) in QT: script scripttools
Project MESSAGE: Copying sqldrivers\qsqlite.dll
Project MESSAGE: Copying printsupport\windowsprintersupport.dll
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Project ERROR: Unknown module(s) in QT: script scripttools
Could not find .pro file for subdirectory "FlexPainter" in "F:/qcad/scripts/Misc/Examples/MathExamples/FlexPainter"
离线
我编译的版本只能保存成 R15 版本的 DXF 格式, 下载的专业版可以保存成R32版本以下的多种格式:
离线
有点意思, 油管一搜, 大把的 qcad 视频教程.
离线
我编译的版本只能保存成 R15 版本的 DXF 格式, 下载的专业版可以保存成R32版本以下的多种格式:
https://qcad.org/en/qcad-documentation/qcad-features
原来官网早就列出来了, 蓝色斜体字只有专业版才有的功能.
离线
感谢分享
离线
用了一下, qcad 真是太棒了, 以后公司的cad重构一定优先推荐基于这个软件修改.
离线
打开 SVG 图片
离线
基于Qt的CAD开源项目真挺多,但是开源版本的qcad功能太弱鸡了,收费版本功能比较全。
离线
基于Qt的CAD开源项目真挺多,但是开源版本的qcad功能太弱鸡了,收费版本功能比较全。
有些文件格式和结构都是申请了专利的,估计绕不过去,是要收费的
离线
谁能推荐个免费3D的,可以设计3D打印的
离线
开源 版本的qcad功能太弱鸡了,收费版本功能比较全
离线
谁能推荐个免费3D的,可以设计3D打印的
https://www.tinkercad.com 这个网址你可以看下,上手比较简单,在线设计3D模型。
离线
谢谢分享,收藏一下
离线
https://www.tinkercad.com 这个网址你可以看下,上手比较简单,在线设计3D模型。
看了下,只能组合修改已有模型,不能自己直接设计模型?
离线