how to "create geometry" from a tool path
how to "create geometry" from a tool path
(OP)
Hi everybody.
I am trying to perform, in a VB application, the operation of converting a manufacturing toolpath to geometry, such as it happens when one right click on the toolpath and click on "create geometry" (or something like that - i have an italian version). That creates the list of the segment in the open body of a selected part. I can't find how to perform that via Visual Basic.
Thanks for any help
dario
I am trying to perform, in a VB application, the operation of converting a manufacturing toolpath to geometry, such as it happens when one right click on the toolpath and click on "create geometry" (or something like that - i have an italian version). That creates the list of the segment in the open body of a selected part. I can't find how to perform that via Visual Basic.
Thanks for any help
dario





RE: how to "create geometry" from a tool path
Have you tried recording the macro? I know most of the time the record doesn't capture much but maybe you might get lucky.
RE: how to "create geometry" from a tool path
Unfortunately, the recorded macro is:
-
Sub CATMain()
End Sub
-
... not very helpful isn't it? :(
RE: how to "create geometry" from a tool path
Any luck in the online docs? Particularly under Infrastructure?