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!
đź«› Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
Sketchup SDK C++/C# - Convert dwg to glb (gltf)
-
I have a dwg file. i have a dwg file. I want to use sketchup sdk (c++/c#) to import and convert it to glb (gltf). Is there a way to convert?
Thanks!
-
@dunglh said:
I have a dwg file. i have a dwg file. I want to use sketchup sdk (c++/c#) to import and convert it to glb (gltf). Is there a way to convert?
Thanks!
SketchUp SDK is for reading / writing skp files. For reading a dwg file you would need e.g.: AutoDesks's RealDwg SDK ( https://www.autodesk.com/developer-network/platform-technologies/realdwg ) and for writing gltf, you need something like Microsoft's gltf SDK ( https://github.com/microsoft/glTF-SDK )
Advertisement