import aspose.threed as a3d
scene = a3d.Scene.from_file("Input.3ds")
scene.save("Output.3ds")
C#
VB.NET
F#
Java
Python
Node.js