About VB.Net and Sketchup Integration
-
Hi,
I'm develpping a VB. net project.
Is there a possibility to integrate Google Sketchup in my appliaction ? ie can i create and manipulate .skp file through my application ?
Thanks in advance -
I have moved this to the most suitable forum.
I fear likely not [at least without more info from you].
The SketchUp SDK 'C' API does not directly support VB...
But look at their developers' web-site for more info.
The SDK can however access a SKP using other coding methods - mainly aimed at import/export of data... -
The C API allow you to read and write files. For .NET integration you would have to create a wrapper that bridges the two.
Advertisement