translate fbx file, but viewer don't have any texture.
my fbx file(17MB) madeby contextcapture. ( LiDAR )
fbx file's texture is fine. i checked by windows viewer and navisworks.
Unfortunately, I believe Autodesk Forge Model Derivative API still does not extract material, nor textures for FBX files today (as the time of this post).
Please also refer the answer to this post at Texture of 3D model in FBX extension in Autodesk forge not visible
Related
I want to view the revit file offline in Forge viwer. For this, I need to convert the rvt file to svf or gltf file format. I couldn't find any free open source code to export as svf. Although I managed to export it as a gltf file format, I could not view this gltf file in forge-viewer due to some errors that I could not resolve. Can you share the open source code that I can use to export the Revit file as svf or gltf format without any errors?
Unfortunately, The SVF file format is Autodesk's private property designed for the Autodesk Forge platform, so the only way of exporting SVF is via Forge Model Derivative API. There is no such open source tool to generate SVF.
For glTF, it depends on your Gltf file structure. As I know, Forge Viewer doesn't fully support glTF 2.0 specs. See https://forge.autodesk.com/blog/gltf-20-support-forge-viewer
Could you share a non-confidential reproducible glTF file demonstrating the issue to forge (dot) help (at) autodesk (dot) com? We can help pass it to our engineering team for investigation.
I would like to export circuit file to idf format in Altium Designer and see it on Forge. Is it possible?
If you talk about the forge viewer, you will find a list of supported formats for translation here :
https://forge.autodesk.com/en/docs/model-derivative/v2/developers_guide/supported-translations/
To visualiaze a file in forge viewer you need to previously upload, then translate it to SVF/SVF2 which is the viewer default format
We have a 2D DWG file that is georeferenced with coordinates and translate the file using forge API.
We load the file on the forge viewer and load Autodesk georeference Extension. (checked on AutoCad 2021 tool as well)
I am trying to retrieve these properties but get
hasgeoreference false,
globaloffset undefined
Because of this, I am unable to use the LMV LAT functions in the georeference Extension.
could someone tell me if I have missed something...?
What application is your georeferenced DWG coming from? The Forge Model Derivative service supports georeference data coming from Revit 2D sheets but I'm not sure about other applications. Also, if you could privately share one of the DWGs with us via forge (dot) help (at) autodesk (dot) com, we'd be happy to pass it on to the engineering team and investigate further on our end.
Is there any documentation for converting a JPEG file via Model Derivative API and viewing it as an underlay of another 2D PDF drawing, in Forge 2D Viewer?
JPEG files aren't supported accordingly to this page. PDF is supported and translating a PDF is not different from other file types. Here is a step by step documentation to do it.
Now back on JPEG, the Model Derivative API will not handle JPEG format, but you can still display JPEG in the Autodesk Forge Viewer using native THREE.JS API. All you need to do is to assign the JPEG to a THREE.JS mesh and add the mesh to the THREE.JS scene in the Viewer.
I have uploaded a model with texture in a folder on A360 in FBX extension. At the time of checking view of model in this link "https://dm.autodesk.io" the texture of model not showing only default materials color are available there.
Please suggest how can i upload FBX with texture ?
Unfortunately, Autodesk Forge Model Derivative API does not extract material, nor textures for FBX files today (as the time of this post). It might in future, but have no ETA on this. This has been a long time request since Forge came out. If the goal is to show textures in the viewer, you can take a look to this post for a workaround.