Effortlessly convert between various NURBS/Parametric and mesh 3D model formats, including STEP, STL, OBJ, and more.
This extension relies on having FreeCAD installed on the machine. You will be prompted to specify the path that FreeCAD is installed.
It's recommended to open FreeCAD at least once after installation so that MacOS can verify the installation.
Download the latest version of FreeCAD from the official downloads page. Once the file is downloaded:
To launch FreeCAD, double-click the app. If you encounter a message stating "FreeCAD can't be opened because it is from an unidentified developer," follow these steps:
Note: This extension functions independently of the FreeCAD GUI and utilizes FreeCAD's command-line and Python interfaces. You do not need to have FreeCAD opened to use this extension.
Alternatively, you can install FreeCAD using Homebrew, a package manager that helps you manage software installations and updates on macOS. After installing Homebrew, install FreeCAD by running the following command in your terminal:
brew install freecad
Special thanks to Stephen Kaplan skaplanofficial@gmail.com for creating SIPS on which this extension was heavily based.
Further credit to faeiretree on Github for his work on freecad_convert
, which laid the groundwork for this FreeCAD conversion functionality.