Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
β οΈ Important | Libfredo 15.6b introduces important bugfixes for Fredo's Extensions Update
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