subtracting one circle from the other

subtracting one circle from the other

Anonymous
Not applicable
356 Views
2 Replies
Message 1 of 3

subtracting one circle from the other

Anonymous
Not applicable
I am trying to subtract one solid from another. in lisp i would do it like this (command "subtract" cir1 cir2 ""), can anyone show me how i would do something like this with VBA
0 Likes
357 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Ok i figured out how to do that with the bollean, but can any help me with how to use the sweep command. i want to sweep an object on a path, but i do not see anywhere in VBA where you can run that command. Any help would be much appreciated. thank in advance
0 Likes
Message 3 of 3

Anonymous
Not applicable
See:


Object.AddExtrudedSolidAlongPath

-gnb


wrote in message news:6073653@discussion.autodesk.com...
Ok i figured out how to do that with the bollean, but can any help me with
how to use the sweep command. i want to sweep an object on a path, but i do
not see anywhere in VBA where you can run that command. Any help would be
much appreciated. thank in advance
0 Likes