batch import 3D models with x,y,z programming

353
1
11-15-2020 06:32 PM
RoseLui
New Contributor

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

0 Kudos
1 Reply
HarishPalaniappan
New Contributor III

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

0 Kudos