Message 1 of 3
How do i automate clicking a square in a 2d sketch to make a larger square that offsets the original and makes corner cutouts?

Not applicable
08-13-2020
01:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was able to command-bash macros in excel using the macro recorder.
However inventor doesnt have any such function, im wondering how i would write a macro that does this.
The steps are:
1. Run Macro
2. Select a square/rectangle
3. This triggers the macro to use Offset command to create a square/rectangle with sides that are .001" equidistant
4. Draw circles (0.06") at each of the four corners of the offset square/rectangle
5.Done
Currently i can see how steps 1 and 5 would work with everything else being a blackbox. If anyone can guide me to a sample code that mimicks what I need, I could probably stumble my way to a solution.
Thanks!