Dear all,
I have a set of obj files and its corresponding x,y,z coordinate, now I would like to find a automatic way to import these obj files into a multipatch featureclass, if ArcGIS Pro SDK provides any class or interface to do it, do you have any ideas?
Rose
Hi @RoseLui,
For ArcGIS Pro, the Import3DFiles is a tool exactly for that. Its in the 3DAnalyst toolset
https://pro.arcgis.com/en/pro-app/tool-reference/3d-analyst/import-3d-files.htm
Additionally, ArcGIS JS SDK allows you to code this to a web scene layer with Javascript – where users can add their obj files – this link below has codepen reference
https://developers.arcgis.com/javascript/latest/sample-code/import-gltf/index.html