
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We are in engineering-to-order (ETO) business of modular buildings. So, we produce components which are look-a-like but also specific to customer order. It's a problem specific for all ETO businesses. What I want to accomplish is to make a product model which can be changed according to specific parameters and I could calculate the costs, make a BOM and 2D-drawings. A kind of all-in-one integration. So I tried to methods:
1. Parametrical Modeling in Fusion 360 and using variables instead of fixed values.
2. Programming Interface and Python scripts.
The second approach is more preferable for my case as I see. I put some parameters and script builds a model. Then I use another script to export a BOM. But I have to make 2D drawings in visual interface because it is not available in API yet.
What approaches and stack do you use for such a case? If you are interested in this specific case I invite you to discuss.
Solved! Go to Solution.