freecad Questions
1
Solved
How do I setup a Python virtual environment with the FreeCAD library embedded as to enable import as a module into scripts?
I would like to avoid using the FreeCAD GUI as well as being dependent on...
Denise asked 29/4, 2021 at 21:41
0
I am writing a program using python, in which some 3D plot functions are needed like importing OBJ files, view 3d objects in different views and so on
I know Blender and Freecad can work with pytho...
2
Solved
I want to be able to import FreeCAD into my python scripts, but only in one conda virtual environment. Is there a way to do this without adding FreeCAD to the path at the beginning of each file? I ...
1
Solved
I am working on a project in which I have to convert a .dae file to .stl file. I am using the code given below
import sys
sys.path.insert(0, "C:\\Program Files (x86)\\FreeCAD 0.17\\bin\\"...
Cathepsin asked 24/4, 2019 at 18:15
1
Solved
I want to convert a STEP file into an STL file format using Python. I have looked online and it looks like the best option is to either use FreeCAD or OpenCascade (OCC). However, I am a beginner an...
Anchylose asked 16/4, 2019 at 18:49
1
Solved
I'd like to create an arch in FreeCAD to be used in the architecture module. In OpenSCAD it'd look like this:
Source:
rotate(270, v=[1,0,0]) {difference() {rotate_extrude(fn=500) {translate([75...
Countrified asked 9/9, 2016 at 19:24
0
I am trying to run FreeCAD modules from a python script. Here is the code I have written to import the FreeCAD modules according with this tutorial" (eventhoug I don't have any FreeCAD.dll installe...
1
© 2022 - 2024 — McMap. All rights reserved.