
@stetson.smith wrote:
@chriscowgill
Saying there isn't an answer isn't an answer. It's merely stating that you don't have one.
I'm not sure why I'm responding to a post that is well over 2 years old, but looking back to this post and what the OP originally asked, I did not say there was not an answer, (and I have no clue who thought my answer was the solution, perhaps the OP, perhaps someone at Autodesk). I provided a response to their question about other users experience with trying to run AutoCAD on Wine. I spent a lot more time than I should have trying to get it to work in the past, unsuccessfully, so I provided that insight. I provided an alternative suggestion, which I was not willing to try myself, due to having moved on and not wanting to spend more time on something that I felt was not of benefit to myself. Running AutoCAD on VMWARE is not running it on Linux, it is running it on a Virtual machine that still has a Windows OS, which is not what the OP was asking.
If that was not what the OP was asking, they never came back to offer any further information or clarification, in fact their user profile shows that they only ever made a single post.
Christopher T. Cowgill, P.E.
AutoCAD Certified Professional
Civil 3D Certified Professional
AEC Industry Collection (C3D) on Windows 10

Please select the Accept as Solution button if my post solves your issue or answers your question.
Welcome to CAELinux
- Details
- Written by Joël Cugnoni
- Category: News
- Hits:
Welcome to CAELinux.com, the website dedicated to the open source computer aided engineering Linux distribution CAElinux.
Thanks to Open Source, now you just need to insert the CAELinux LiveUSB in your computer to turn it into a free and open engineering development workstation with CAD, CAM, CAE / FEA / CFD, electronic design and 3D printing features: no licence and even no installation is required !
Based on the open-source CAD/CAM software such as Freecad, LibreCAD, PyCAM and CAE softwares like Salomé, Code_Aster, Code_Saturne, Calculix, OpenFOAM and Elmer , you can design your CAD geometry, perform multiphysics simulations to optimize your design, generate G-code for prototyping with 3D printing & milling, and even develop your own PCBs & microcontroller based electronic circuits for automation.
Read more: Welcome to CAELinux
- Fond du lac restaurants open
- North american grappling association
- Free movies discord
- Plot summary of star wars
Open source CAD programs
Editor's note: This article was originally published in May , and has been updated to include a few additional options.
CAD—computer-aided design or computer-aided drafting, depending on who you ask—is technology created to make it easier to create specifications for real-world objects. Whether the object you're building is a house, car, bridge, or spaceship, chances are it got its start in a CAD program of one type or another.
Among the best-known CAD programs is AutoDesk's AutoCAD, but there are many others, proprietary and open source, out there. So how do the open source alternatives to AutoCAD stack up? The answer depends on how you plan to use them.Let's start by being honest and upfront about something: If you're looking for a drop-in replacement for your existing CAD program that will provide identical functionality and workflow without making any changes to your processes, you're going to be disappointed. But I would argue that the reason for your disappointment has nothing to do with the licensing of the product—drop-in replacements for complex programs with long-time users who have specific needs and expectations for their software are hard.
The trick for deciding whether a replacement piece of software, whether open or closed, is a good choice for you is to tease out exactly what your needs are. The situation is no different than discovering that the person who insists that they "need" Photoshop is just using it to draw a few geometric shapes and remove red-eye from photos; what they really need is a graphics editing tool that can replace those specific functions. Whether it has all of the bells and whistles of the original is irrelevant if those features sit paid for but unused.
My personal journey through open source CAD programs was no different. I worked with AutoCAD briefly in grad school, so when I wanted to play with drawing three-dimensional plans for something, it was pretty much all I knew. But that alone didn't make AutoCAD the best choice.
As I've strived to replace more and more software in my life with open source options, Blender turned out to be just as good for my 3D modeling needs, whether I was playing with models created for a 3D printer or looking at landscapes exported from other programs. And for the relatively simple task of planning out my home landscaping projects, Sweet Home 3D has been an excellent open source alternative.
If your needs are a little more specific and you really need a dedicated CAD program, here are great open source choices to consider:
SALOME
The SALOME platform is an application and framework suitable for industrial design and simulation. It's a side-project of the 3D powerhouse, OpenCascade, and has some serious industrial users. SALOME integrates a CAD and CAE modeling tool with industrial meshing algorithms and advanced 3D visualization. Its geometry editor can import STEP, BREP, IGES, STL, and XAO files, and its mesh editor can import UNIV, MED, GGNS, SAUV, and more. It has integrated Python support.
As with all other CAD applications on this list, it's open source, so if you have in-house developers creating plugins for it, there's no need to deal with a clunky API. You have direct access to the code base.
BRL-CAD
BRL-CAD is a cross-platform CAD tool that dates back to , although it would take 25 years for the source code to be released under an open source license. In fact, BRL-CAD is so old that it has been credited with being the oldest source code repository of an application currently in active development.
Originally developed by Mike Muuss at the Army Research Laboratory, BRL-CAD is been used for decades by the United States military for modeling weapon systems, but it also has been used for much more everyday design tasks, from academic to industrial design to health applications.
So what does more than 35 years of development bring you? BRL-CAD is made up of more than different constituent tools and applications spread across more than a million lines of source code. Not all parts are under the same license, with licenses ranging from BSD to LGPL to simple public domain; the COPYING file within the project's source code on SourceForge has more details.
FreeCAD
FreeCAD is a parametric open source CAD program that was created to be able to design "real-life objects of any size," and although it's clear that many of the showcased examples created by users are smaller objects, there's no specific reason it couldn't be used for architectural applications as well. FreeCAD is written primarily in C++, and if you're a Python coder you'll want to take advantage of the ability to extend and automate FreeCAD using its Python interface.
FreeCAD can import and export from a variety of common formats for 3D objects, and its modular architecture makes it easy to extend the basic functionality with various plugins. The program has many built-in interface options, from a sketcher to renderer to even a robot simulation ability. Currently in beta, FreeCAD is being actively developed with regular releases, but the developers warn that it may not yet be suitable for production use.
FreeCAD's source code is hosted on GitHub and is made available as open source under an LGPL license.
LibreCAD
LibreCAD is another CAD program that is designed to work across Windows, Mac, and Linux alike. A fork of QCAD (mentioned below), LibreCAD has an interface that will look familiar to AutoCAD users, and by default it uses the AutoCAD DXF format for importing and saving, though it can use other formats as well. LibreCAD is 2D only, though, so it makes more sense if your intended use is a site plan or something similarly, err, flat.
LibreCAD is licensed under the GPL and you can find its complete source code on GitHub.
These aren't the only options. Other good choices that are worth your time to check out include:
- OpenSCAD, which is billed as "the programmer's solid 3D CAD modeller," owing to the fact that it is not an interactive modeler, but one where modeling is done with a script file.
- QCAD, which is cross-platform but limited to two-dimensional applications.
- SolveSpace, which is a parametric two- and three-dimensional CAD program.
- OpenJSCAD.org, which is an updated frontend for OpenJsCad. Both are JavaScript-based 2D and 3D modeling tools that run in the browser and are made available under the MIT license.
Since we can't include all of the options here, if you have a favorite, let us know in the comments below.
Are you interested in reading more articles like this? Sign up for our weekly email newsletter.
Hello Techies, If you are using Linux Desktop operating system like Ubuntu and Linux Mint and looking for similar tools of AutoCAD then we can consider there are couple of tools like FreeCAD, LibreCAD, KediCAD, BRL-CAD and DraftSight that can be used as AuotCAD alternative in Ubuntu and Linux Mint.
In this post we will demonstrate how to install these tools in Ubuntu / and Linux Mint
FreeCAD
FreeCAD is a free and open source 3D( Three Dimensions) modeler and CAD (Computer aided Design) software. It is used for product design and also used in mechanical engineering. Freecad debian packages are available in the Ubuntu and Linux Mint 18 default repositories.
Run the following command from the terminal to Install FreeCAD
[emailprotected]:~$ sudo apt update [emailprotected]:~$ sudo apt install freecadOnce you are done with installation type freecad command from the terminal to start FreeCAD.
[emailprotected]:~$ freecadLibreCAD
LibreCAD is another free and open source CAD Software in 2 two dimensions. LibreCAD is used for creating technical drawings like plans for building, interiors and mechanical parts.
LibbreCAD can be installed and used in Linux, Apple and Windows platform. Run the below apt command from the terminal to install librecad on Ubuntu and Linux Mint.
[emailprotected]:~$ sudo apt install librecadOnce installation is completed, Access LibreCAD.
Select the GUI and Command Language as per your setup and click on OK.
KediCAD
KediCAD is a two dimension ( 2D) CAD software for linux like operating system. KediCAD has simulation feature and it can make the anticapted changes to the general drawings. KediCAD can be used in for creating drawing from moment of inertia calculations, buckling power calculations and lot more…
KediCAD package is not available in the Ubuntu and Linux Mint repositories, so download the kedicad Debian package from its official web site using below wget command.
[emailprotected]:~$ wget http://kedicad.com/indir/kedicad2b__all.debInstall the downloaded KediCAD Debian package.
[emailprotected]:~$ sudo dpkg -i kedicad2b__all.deb [emailprotected]:~$ sudo apt install -fBRL-CAD
BRL-CAD is a free and open source CAD (Computer Aided Design) software. It provides the features of graphics rendering and geometric analysis. Refer the below steps to install BRL-CAD on Ubuntu / and Linux Mint
Download the latest and stable version of BRL-CAD from source forge site :
https://sourceforge.net/projects/brlcad/files/
Or use the below wget command to BRL-CAD from the console
[emailprotected]:~$ wget https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Linux//brlcad__amddebInstall the downloaded package using dpkg command
[emailprotected]:~$ sudo dpkg -i brlcad__amddebRun the below command to run brlcad
[emailprotected]:~$ sudo /usr/brlcad/bin/benchmark run [emailprotected]:~$ /usr/brlcad/bin/mgedDraftSight
DraftSight is free CAD software which can be used in Ubuntu and Linux Mint. DraftSight can be considered as the alternative of AutoCAD tool on Linux like operating system. It permits the users to edit and save DWF and DXF files and allows users to export files as .pdf, .jpg, .png, and .svg.
Let’s First download the DraftSight package for Ubuntu and Linux Mint 18 using below URL :
Download DraftSight Debian Package
Install the Downloaded draftsight debian package using below dpkg command :
[emailprotected]:~$ sudo dpkg -i draftSight.debClick on Aceept
Once the Installation is completed and try to access Draftsight using below commands
[emailprotected]:~$ cd /opt/dassault-systemes/DraftSight/Linux/ [emailprotected]:/opt/dassault-systemes/DraftSight/Linux$ ./DraftSightWe can use DraftSight for 30 days without activation. For Activation we need to enter email address and other required fields only and an email will be delivered to the mailbox for activation.
That’s all, Kindly share your feedback and comments. Please don’t hesitate to share the name of the tools that can be used as AutoCAD alternative in Ubuntu and Linux Mint.
Tags:AutoCAD tools in Ubuntu and LinuxMint
Sours: https://www.linuxtechi.com/autocad-alternative-tools-for-ubuntu-linuxmint-users/2017 linux cad software
Computer-aided design (CAD) is the use of computer technology for the design of objects, real or virtual. It often refers to the drafting (technical drawing and engineering drawing) of a part or product, including entire buildings. However, CAD software is used in a wide variety of other fields such as electronics and woven fabrics.
CAD software may be used to design curves and figures in two-dimensional (2D) space; or curves, surfaces, or solids in three-dimensional (3D) objects.
The Windows CAD world has long been dominated by the extremely powerful AutoCAD software. Unfortunately, Unix support was dropped way back in , and its authors, Autodesk, have no current plans to bring it to Linux. Whilst it is possible to run AutoCAD in Linux using Wine, the fact remains that it is expensive software, with no source code available. This article instead focuses on CAD software released under a freely distributable license, yet which retains a lot of the functionality offered by AutoCAD.
To provide an insight into the quality of software that is available, we have compiled a list of 9 high quality free Linux CAD applications. Hopefully, there will be something of interest here for anyone who wants to produce professional drawings.
Now, lets explore the 9 CAD applications at hand. For each title we have compiled its own portal page, a full description with an in-depth analysis of its features, screenshots, together with links to relevant resources.
CAD Software | |
---|---|
QCAD | Professional CAD System |
FreeCAD | 3D-Solid and general purpose design CAD/CAE |
OpenCASCADE | Technology, 3D modeling & numerical simulation |
BRL-CAD | Constructive Solid Geometry (CSG) solid modeling system |
OpenSCAD | Programmers solid 3D CAD modeller |
KiCad | Integrated environment for all of the stages of the design process |
LibreCAD | CAD in two dimensions |
Electric | The Electric VLSI Design System |
gCAD3D | 3D CAD-CAM application which features an integrated 3D OpenGL viewer |
Read our complete collection of recommended free and open source software. The collection covers all categories of software. The software collection forms part of our series of informative articles for Linux enthusiasts. There's tons of in-depth reviews, alternatives to Google, fun things to try, hardware, free programming books and tutorials, and much more. |
Related articles
Install Freecad Open Source Cad Software On Linux Ubuntu
Install FreeCAD open source cad software on Linux Ubuntu. This Linux open source 3d cad software is an open-source parametric 3D CAD modeler.
FreeCAD
FreeCAD is a parametric 3D modeler made primarily to design real-life objects of any size. Parametric modeling allows you to easily modify your design by going back into your model history and changing its parameters. FreeCAD is open-source and highly customizable, scriptable and extensible. FreeCAD reads and writes many open file formats such as STEP, IGES, STL, SVG, DXF, OBJ, IFC, DAE and many others.
FreeCAD features tools similar to Catia, SolidWorks or Solid Edge, and therefore also falls into the category of MCAD, PLM, CAx and CAE. It is a feature based parametric modeler with a modular software architecture which makes it easy to provide additional functionality without modifying the core system.
Features
- A complete Open CASCADE Technology-based geometry kernel allowing complex 3D operations on complex shape types, with native support for concepts like brep, nurbs curves and surfaces, a wide range of geometric entities, boolean operations and fillets, and built-in support of STEP and IGES formats
- A full parametric model. All FreeCAD objects are natively parametric, which means their shape can be based on properties or even depend on other objects, all changes being recalculated on demand, and recorded by the undo/redo stack. New object types can be added easily, that can even be fully programmed in Python
- A modular architecture that allow plugins (modules) to add functionality to the core application. Those extensions can be as complex as whole new applications programmed in C++ or as simple as Python scripts or self-recorded macros.
- You have complete access from the Python built-in interpreter, macros or external scripts to almost any part of FreeCAD, being geometry creation and transformation, the 2D or 3D representation of that geometry (scenegraph) or even the FreeCAD interface
- Import/export to standard formats such as STEP, IGES, OBJ, STL, DXF, SVG, STL, DAE, IFC or OFF, NASTRAN, VRML in addition to FreeCADs native Fcstd file format. The level of compatibility between FreeCAD and a given file format can vary, since it depends on the module that implements it.
- A Sketcher with constraint-solver, allowing to sketch geometry-constrained 2D shapes. The sketcher currently allows you to build several types of constrained geometry, and use them as a base to build other objects throughout FreeCAD.
- A Robot simulation module that allows to study robot movements. The robot module already has an extended graphical interface allowing GUI-only workflow.
- A Drawing sheets module that permit to put 2D views of your 3D models on a sheet. This modules then produces ready-to-export SVG or PDF sheets. The module is still sparse but already features a powerful Python functionality.
- A Rendering module that can export 3D objects for rendering with external renderers. Currently only supports povray and LuxRender, but is expected to be extended to other renderers in the future.
- An Architecture module that allows BIM-like workflow, with IFC compatibility.
Path module dedicated to mechanical machining like milling (CAM), and is able to output, display and adjust G code.
Download & Install FreeCAD
Download Ubuntu32/64bitAppImage64bit
The pivy python module (usually named python-pivy) is needed by FreeCAD from version or above. If it is not available on your system, you must download it from here too.
AppImage should work on most modern 64 bit Linux distributions. Download the file and make it executable. Its self contained and should be portable.
Tags: 2D Cad Ubuntu, 3D Cad Ubuntu, Archimedes Cad, Best Open Source Cad, Brl-Cad, Free 2d Cad Software, Freecad Linux, Freecad Linux Ubuntu, Freecad Ubuntu, Libre Cad, Linux Cad Software , Open Source 3d Cad, Open Source Cad Software, Open Source Cad Software Linux, Open Source Cad Software Linux Ubuntu, Open Source Cad Software Ubuntu, Ubuntu 2D Cad, Ubuntu 3D Cad
Sours: https://sourcedigit.com/install-freecad-open-source-cad-software-on-linux-ubuntu/Similar news:
- Mister negative origin
- Times gazette classifieds
- Patient first parkville
- Origins perfume ginger
- Battery holder case box
- Eatx spec
- Average rent auckland
- Chegg press release
Comparison of computer-aided design software
(USD)
No cost
by Bricsys
Parametric direct modeling,
BIM,
Mechanical,
Sheet metal,
Rendering
(bit, bit)
No cost
DXF, ACIS SAT, DAE(COLLADA), BMP, JPEG, PCX, PNG, GIF, TGA, TIF, JP2, J2K, ECW, SID
With extra Communicator license:
STE, STP, STEP, IGS, IGES, CATIAV4/V5, VDA, IAM, IPT, PARASOLID, PAR, PSM, PRT, ASM, PRT, SLDASM, SLDPRT
DXF, DWF, ACIS SAT, DAE(COLLADA), SLT(3D Printing), PDF, BMP, WMF, EMF
With extra Communicator license:
STE, STP, STEP, IGS, IGES, CATIAV4/V5, VDA, 3D PDF
$ Pro,
$ Classic,
$ Communicator
10, 8, 7, Vista

No cost
CAE
CAM
7, , 10+ (x32 or ×64)
32bit and 64bit

No cost
XP, Vista
32bit and 64bit

No cost
No cost

No cost


No cost
SketchUp Pro: $
No cost

No cost
3D documents: Parasolid, STEP, IGES, ACIS, JT, PRC
3D documents with mesh (polygonal) geometry: DXF 3D, STL, OBJ, PLY, VRML , 3D PDF, U3D, X3D, 3DM, POV, Open Inventor, IFC, 3MF
Raster images: BMP, JPEG, PNG, GIF, TIFF
XP/Vista/7
(USD)