2
How many people have worked on "configurators" or "smart assemblies"?
(self.mechanical_engineering)
Welcome to the Mechanical Engineering Community!
Rules:
1.) Be constructive and respectful.
2.) No advertising/self-promotion.
3.) No low-effort posts.
4.) No "design this for me" posts.
5.) Images must be relevant to Mechanical Engineering or the posted topic.
6.) We're not doing your homework for you.
Nope. I use Inventor iLogic to create automated designs. For example, my company has a product that we generate numerous times a week. It would typically take us 4-5 hours to generate all of the necessary models, create the drawings, and then submit to customers for approval. I created a configurator that takes all of the customer requirements and modifies the design to fit their parameters, and then automatically generates a BOM for Purchasing to quote, and a drawing for our customers to approve prior to purchasing the components.
Edit: It does all of this in under a minute.
Sounds extremely similar to scripting combined with parametric designs. I have used scripts for Abaqus CAE and the more tedious the repetitive the work is, the more savings you get from the script.
Just curious, what’s the language involved in iLogic scripting?
It's VBA. iLogic adds some additional functionality by enabling the VBA to target most of the API functions within the program, so you can get the software to do just about anything that you have the patience (and experience) to code.