Search found 2 matches

by mdk
Sat Sep 05, 2020 8:29 am
Forum: Help on using FreeCAD
Topic: Create & export parts list
Replies: 9
Views: 10249

Re: Create & export parts list

Working with wood I had to export a part list (to later build a cut list), so I needed label, width, length, height, this is doable in the Python console using: print("\n".join("{}: {} × {} × {}".format(o.Label, o.Height, o.Length, o.Width) for o in App.ActiveDocument.Objects if ...
by mdk
Tue Sep 01, 2020 12:11 pm
Forum: Help on using FreeCAD
Topic: Std part and ray tracing
Replies: 0
Views: 835

Std part and ray tracing

Hi! New to freecad, I'm trying to design a dresser / book shelf / work station to fit a specific place in my house. (I attached the current status of my experiences, don't hesitate to tell me if I'm doing it wrong). I'm trying to render it, to demo it to my wife, so I installed povray 3.7.0.8, but I...