Convert from GLB to autocad importable file?

Hello is there a format which is importable into autocad to which I can convert GLB in this library? I know fbx was importable. I know the CAD package has an option for conversions to DXF but I couldnt find out if the conversion is possible from GLB. I would like to stick with the 3D package which has other formats that I would like to use.

@hejdamax
I think you can try FBX in Aspose.3D, we have both importer/exporter for FBX/GLB, so it’s possible to convert GLB to FBX in Aspose.3D

Thank you for this information. FBX doesnt seem to be importable into Autocad - if my research didnt fail me this was removed around the 2019 version. Ideal would be dxf or dwg. I know the CAD package has options to convert to DXF but not from GLB if I looked correctly.

@hejdamax
Unfortunately Aspose.3D cannot export scene to DXF, a work around could be:

  1. Use Aspose.3D to convert GLB to OBJ
  2. Use Aspose.CAD to convert OBJ to DXF

Thanks.

Ok. Thank you very much.