tomtom12
Automotive
- Jul 11, 2023
- 9
Hello,
I have so far developed small application with VB NET in VisualStudio which allows browsing parts and their details from SQL database. This also contains links to files, including CATpart.
Naturally I came to this idea that it would be nice o have a button that would send the CATpart file into 'Insert> Existing component' function.
Question is where to start and where to find documentation for this? Or maybe even close examples?
My understanding is that the external App would send full path to the actual CATpart file, while script automates what user would normally do (click Insert -> Existing component -> browse folders to find the part).
I do not need ( at least at this stage) any other functionality (i.e. happy to keep manual selection of the top level of the assembly or any later dialogs that appear after loading the part in ).
Any help would me much appreciated.
I have so far developed small application with VB NET in VisualStudio which allows browsing parts and their details from SQL database. This also contains links to files, including CATpart.
Naturally I came to this idea that it would be nice o have a button that would send the CATpart file into 'Insert> Existing component' function.
Question is where to start and where to find documentation for this? Or maybe even close examples?
My understanding is that the external App would send full path to the actual CATpart file, while script automates what user would normally do (click Insert -> Existing component -> browse folders to find the part).
I do not need ( at least at this stage) any other functionality (i.e. happy to keep manual selection of the top level of the assembly or any later dialogs that appear after loading the part in ).
Any help would me much appreciated.