FreeCAD BOM Generator: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=2018 Progress=
=Tools That Can Be Used For Counting=
==Structured Way==
*The simplest method of obtaining a complete bom, line by line, is to export parts in a FreeCAD document, and simply count them.
*For this to work, the part names must be structured in an understandable way, such as "8 mm Screw #" such that every time it is copied, it appears as: "8 mm Screw #0",
*Check out what happens when you copy a part:
 
[[File:partcopies.png]]
 
*The count appears readily by observing the last number.
*
=FreeCAD Evolution=
 
==2018 Progress==


*Note comment: part organization is what makes for proper assemblies - not constraints! Exactly. [https://forum.freecadweb.org/viewtopic.php?f=8&t=23592&p=271798#p271798]
*Note comment: part organization is what makes for proper assemblies - not constraints! Exactly. [https://forum.freecadweb.org/viewtopic.php?f=8&t=23592&p=271798#p271798]
=2017=
==2017==
https://forum.freecadweb.org/viewtopic.php?t=23592
https://forum.freecadweb.org/viewtopic.php?t=23592

Revision as of 12:26, 18 September 2020

Tools That Can Be Used For Counting

Structured Way

  • The simplest method of obtaining a complete bom, line by line, is to export parts in a FreeCAD document, and simply count them.
  • For this to work, the part names must be structured in an understandable way, such as "8 mm Screw #" such that every time it is copied, it appears as: "8 mm Screw #0",
  • Check out what happens when you copy a part:

Partcopies.png

  • The count appears readily by observing the last number.

FreeCAD Evolution

2018 Progress

  • Note comment: part organization is what makes for proper assemblies - not constraints! Exactly. [1]

2017

https://forum.freecadweb.org/viewtopic.php?t=23592