您尚未登录。

楼主 #1 2019-12-02 10:58:05

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

离线

#2 2019-12-02 11:22:46

达克罗德
会员
注册时间: 2018-04-10
已发帖子: 1,133
积分: 1085.5

Re: 8款免费/开源的 CAD 软件

onshape看起来不错不过似乎已经不是免费的了

离线

#3 2019-12-02 11:36:07

hzqlz
会员
注册时间: 2018-03-23
已发帖子: 141
积分: 135

Re: 8款免费/开源的 CAD 软件

mark 一下

离线

#4 2019-12-02 11:38:00

超级萌新
会员
注册时间: 2018-05-04
已发帖子: 408
积分: 407

Re: 8款免费/开源的 CAD 软件

我们公司同事用 qcad,没想到是开源的,而且还是qt的。

离线

#5 2019-12-02 12:54:07

达克罗德
会员
注册时间: 2018-04-10
已发帖子: 1,133
积分: 1085.5

Re: 8款免费/开源的 CAD 软件

为啥我下的qcad也是试用版,难道不再开源免费了?

离线

#6 2019-12-02 13:17:15

Quotation
会员
注册时间: 2018-10-04
已发帖子: 289
积分: 271.5

Re: 8款免费/开源的 CAD 软件

达克罗德 说:

为啥我下的qcad也是试用版,难道不再开源免费了?

有些插件不开源,是试用版,比如DWG支持。

离线

楼主 #7 2019-12-02 13:41:37

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

Re: 8款免费/开源的 CAD 软件

试一试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)

离线

楼主 #8 2019-12-02 16:21:24

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

Re: 8款免费/开源的 CAD 软件

两台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"

离线

楼主 #9 2019-12-02 17:37:28

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

Re: 8款免费/开源的 CAD 软件

我编译的版本只能保存成 R15 版本的 DXF 格式, 下载的专业版可以保存成R32版本以下的多种格式:

2019-12-02_173652.png

离线

楼主 #10 2019-12-02 18:37:58

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

Re: 8款免费/开源的 CAD 软件

有点意思, 油管一搜, 大把的 qcad 视频教程.

离线

楼主 #11 2019-12-02 18:42:41

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

Re: 8款免费/开源的 CAD 软件

win32prog 说:

我编译的版本只能保存成 R15 版本的 DXF 格式, 下载的专业版可以保存成R32版本以下的多种格式:

https://whycan.cn/files/members/2532/2019-12-02_173652.png

https://qcad.org/en/qcad-documentation/qcad-features

原来官网早就列出来了, 蓝色斜体字只有专业版才有的功能.

离线

#12 2019-12-02 18:47:48

微凉VeiLiang
会员
所在地: 深圳
注册时间: 2018-10-28
已发帖子: 595
积分: 525
个人网站

Re: 8款免费/开源的 CAD 软件

感谢分享

离线

楼主 #13 2019-12-02 18:58:23

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

Re: 8款免费/开源的 CAD 软件

用了一下, qcad 真是太棒了, 以后公司的cad重构一定优先推荐基于这个软件修改.

离线

楼主 #14 2019-12-02 19:21:21

win32prog
会员
注册时间: 2019-11-28
已发帖子: 138
积分: 138

Re: 8款免费/开源的 CAD 软件

2019-12-02_192034.png

打开 SVG 图片

离线

#15 2020-05-08 08:43:45

smartcar
会员
注册时间: 2018-02-19
已发帖子: 735
积分: 735

Re: 8款免费/开源的 CAD 软件

基于Qt的CAD开源项目真挺多,但是开源版本的qcad功能太弱鸡了,收费版本功能比较全。

离线

#16 2020-05-08 15:03:08

liuchangyin
会员
注册时间: 2020-03-17
已发帖子: 204
积分: 199

Re: 8款免费/开源的 CAD 软件

smartcar 说:

基于Qt的CAD开源项目真挺多,但是开源版本的qcad功能太弱鸡了,收费版本功能比较全。

有些文件格式和结构都是申请了专利的,估计绕不过去,是要收费的

离线

#17 2020-05-08 15:30:19

达克罗德
会员
注册时间: 2018-04-10
已发帖子: 1,133
积分: 1085.5

Re: 8款免费/开源的 CAD 软件

谁能推荐个免费3D的,可以设计3D打印的

离线

#18 2020-05-08 16:42:00

wnwq
会员
注册时间: 2020-05-08
已发帖子: 7
积分: 7

Re: 8款免费/开源的 CAD 软件

开源  版本的qcad功能太弱鸡了,收费版本功能比较全

离线

#19 2020-05-08 23:25:46

illusion
会员
注册时间: 2018-05-09
已发帖子: 81
积分: 368

Re: 8款免费/开源的 CAD 软件

达克罗德 说:

谁能推荐个免费3D的,可以设计3D打印的

https://www.tinkercad.com 这个网址你可以看下,上手比较简单,在线设计3D模型。

离线

#20 2020-05-08 23:47:27

kq851211
会员
注册时间: 2020-05-01
已发帖子: 47
积分: 31.5

Re: 8款免费/开源的 CAD 软件

谢谢分享,收藏一下

离线

#21 2020-05-09 23:54:12

达克罗德
会员
注册时间: 2018-04-10
已发帖子: 1,133
积分: 1085.5

Re: 8款免费/开源的 CAD 软件

illusion 说:

https://www.tinkercad.com 这个网址你可以看下,上手比较简单,在线设计3D模型。

看了下,只能组合修改已有模型,不能自己直接设计模型?

离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn