I have created a macro that takes a straight cut material template such as an HSS tubing, inserts it into the assembly, and changes it to a virtual part. From there it allows you to change lengths and sizes very quickly. It works very well but when inserting the initial part it just puts it at the origin every time and changing this is the biggest request I have from my design team.
Is there a way to insert the part at the current mouse position, or even better so it functions just like inserting a part in Solidworks where you can click where you want it inserted?
Thanks in advance!
Hello. Try this:
1. Copy Module to the main module.
2. Right-click the project name in the Project Explorer and click Insert > Class Module.
3. Copy Class1 to the class module.
'Module
'Class1