How to use iLogic to change dimensions in a sketch?
It is a bit tricky but you can add a new rule and inside that rule set the named dimensions and parameters. Inside a part add a rule. Here is an example, Blue words are…
It is a bit tricky but you can add a new rule and inside that rule set the named dimensions and parameters. Inside a part add a rule. Here is an example, Blue words are…
Teamcenter is a product lifecycle management software owned by Siemens. iLogic is an automated programming design program in the inventor software. How to automatically download 3D models in Teamcenter through the iLogic automation programming program? In…
Use Inventor iLogic to automatically convert 3D drawings to stp format files, the code is as follows: ‘ Get the STEP translator Add-In. Dim oSTEPTranslator As TranslatorAddIn oSTEPTranslator = ThisApplication.ApplicationAddIns.ItemById(“{90AF7F40-0C01-11D5-8E83-0010B541CD80}”) Dim oContext As TranslationContext oContext…
Use Inventor iLogic to automatically convert 2D drawings into AutoCAD files in dwg format. The code is as follows: Dim oDoc As Document oDoc = ThisApplication.ActiveDocument Dim DWGAddIn As TranslatorAddIn DWGAddIn = ThisApplication.ApplicationAddIns.ItemById(“{C24E3AC2-122E-11D5-8E91-0010B541CD80}”) Dim oDocument…
Generally speaking, the birth of a masterpiece is not to spend more time and resources to solve the problem itself, but to do more with less nonsense. In the past I thought that as technology…
Tank traps are designed to block tanks in a known area and buy time for other defenses. It is very difficult for artillery to fire on moving tanks, and it used to be much more…
Physics is not the problem. You can make the plane wider, longer, or taller. It won’t sell. Airlines have realized that large planes are uneconomical because runways, engines, wings, loading, unloading, and flight times put 400 to…
For a junior product manager, whether it is the improvement of product capabilities or the content of daily work, it is inseparable from the functional design of the product, but how can the functional design of the product be done well? The following are some thoughts from the author’s own work, I hope it can help you who are also juniors.