the shape is being created via a macro as well. It's all working now. I'd post the code but it uses user forms - so I'm not sure if all the code + user form layout would make it here.
Nevertheless - It's all working fine now, including the circular pattern.
Hello again,
I'm trying to create a circular pattern and continously fail at it.
Up to this moment I've managed to create a triangular "slice", with one of the vertices in the center, and the edges being 11.5deg away (32 instances planned).
This is a recorded macro fragment that should...
Wow it worked !
If I may, I have another question.
Let's assume that :
-I know specific point numbers and their coords.
-The sketch has N points in it
-Points <n1...n2> are going to be used to create a spline
How should I use them, since selectByID doesn't usually work?
Hey all,
I'm trying to write a macro that will collect information about all points in the selected sketch, will find the points' XYZ and finally will determine their IDs.
Once the data is collected, I'm expecting the macro to create a note at each sketch point, anchored at each point's XYZ...