Parametric CAD modeler – CAD Builder

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
jaisejames
Posts: 384
Joined: Sat Sep 24, 2016 6:51 am

Parametric CAD modeler – CAD Builder

Post by jaisejames »

Parametric CAD modeler – CAD Builder from Open Cascade
https://www.opencascade.com/content/op ... d-modeler

Image

Looking Nice.
Jee-Bee
Veteran
Posts: 2566
Joined: Tue Jun 16, 2015 10:32 am
Location: Netherlands

Re: Parametric CAD modeler – CAD Builder

Post by Jee-Bee »

If that means they have some ideas to improve at least there radius tools... that would be great!!
User avatar
Zolko
Veteran
Posts: 2213
Joined: Mon Dec 17, 2018 10:02 am

Re: Parametric CAD modeler – CAD Builder

Post by Zolko »

jaisejames wrote: Thu Jun 18, 2020 11:05 am Parametric CAD modeler – CAD Builder from Open Cascade
...
Looking Nice.
hum ... looks awfully close to FreeCAD on some aspects, doesn't it ? LGPL ?
try the Assembly4 workbench for FreCAD — tutorials here and here
User avatar
Zolko
Veteran
Posts: 2213
Joined: Mon Dec 17, 2018 10:02 am

Re: Parametric CAD modeler – CAD Builder

Post by Zolko »

Zolko wrote: Thu Jun 18, 2020 7:27 pm
jaisejames wrote: Thu Jun 18, 2020 11:05 am Parametric CAD modeler – CAD Builder from Open Cascade
https://www.opencascade.com/content/op ... d-modeler
hum ... looks awfully close to FreeCAD on some aspects, doesn't it ? LGPL ?
looks close because it IS FreeCAD: it uses the Sketcher's PlaneGCS solver. But the license in ~/src/Mod/Sketcher/App/planegcs/Constraints.cpp is GPL (not LGPL !)

Code: Select all

/***************************************************************************
 *   Copyright (c) 2011 Konstantinos Poulios <logari81@gmail.com>          *
 *                                                                         *
 *   This file is part of the FreeCAD CAx development system.              *
 *                                                                         *
 *   This library is free software; you can redistribute it and/or         *
 *   modify it under the terms of the GNU Library General Public           *
 *   License as published by the Free Software Foundation; either          *
 *   version 2 of the License, or (at your option) any later version.      *

aboutCADBuilder.png
aboutCADBuilder.png (34.65 KiB) Viewed 4236 times

How can GPL-ed code end-up in a closed proprietary software ?

You can also note that they themselves use OCC 7.3 and not the latest 7.4 ! Don't they trust their own latest code ? Or do they wait for FreeCAD to solve all the bugs ?
try the Assembly4 workbench for FreCAD — tutorials here and here
ickby
Veteran
Posts: 3116
Joined: Wed Oct 05, 2011 7:36 am

Re: Parametric CAD modeler – CAD Builder

Post by ickby »

It states
GNU Library General Public License
in the quote you posted, so LGPL. Which it should be, as freecad does not use any GPL sources in its bsae code. And with LGPL you are allowed to use it in closed source.
User avatar
Zolko
Veteran
Posts: 2213
Joined: Mon Dec 17, 2018 10:02 am

Re: Parametric CAD modeler – CAD Builder

Post by Zolko »

ickby wrote: Fri Jun 19, 2020 11:15 am It states
GNU Library General Public License
in the quote you posted, so LGPL. Which it should be, as freecad does not use any GPL sources in its bsae code. And with LGPL you are allowed to use it in closed source.
ah yes, you're right, I read too fast. So that's what this means.
try the Assembly4 workbench for FreCAD — tutorials here and here
wmayer
Founder
Posts: 20317
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Parametric CAD modeler – CAD Builder

Post by wmayer »

In the overview of CAD Builder it states:
Have a look at a free sample of CAD Builder for evaluation. Download an installation Wizard for a standalone Windows application.
So, is this just a version that expires after some time?
User avatar
Quaoar
Posts: 106
Joined: Thu Jul 27, 2017 11:56 am
Location: Nizhny Novgorod
Contact:

Re: Parametric CAD modeler – CAD Builder

Post by Quaoar »

Just to avoid some misunderstanding in this regard (though, I am not a developer of CAD Builder). The very essence of this tool is to substitute the old Geom module in Salome. It's not going to compete with FreeCAD, and OCC devs are very grateful for this opportunity to grab a piece of FreeCAD's code for a sketcher. Initially, there was also an idea to develop some in-house constraint solver, but this was not justified because of the significant efforts required for its implementation. Another option was SolveSpace but its license was not that permissive.
FOSS CAD model inspection utility and prototyping framework: http://analysissitus.org
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: Parametric CAD modeler – CAD Builder

Post by vocx »

Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
fc_tofu
Posts: 653
Joined: Sun Jan 05, 2020 4:56 pm

Re: Parametric CAD modeler – CAD Builder

Post by fc_tofu »

CAD Builder is a simplified version of Salome.
Salome is opersource software, download page below.
https://www.salome-platform.org/downloa ... nt-version
Post Reply