Hi everyone,
I am relatively new to ArcGIS Pro and am looking for advice on a workflow exporting 3D multipatch buildings to .OBJ format (for use in Rhino). I am running ArcGIS Pro 3.3.1 on a workstation laptop (i9, 32GB RAM, 16GB GPU).
I have attempted this workflow twice with different results, but I am hitting a roadblock regarding file management and missing geometry.
Chronological Breakdown of the Issue:
1. First Attempt: Full Dataset (County-wide) I initially attempted to process a file geodatabase containing the entire dataset of buildings. (which I received from the author of the data.)
• The Result: The process worked technically but was practically unmanageable. I successfully ran Add 3D Formats to Multipatch (took ~5.5 hours). I then ran Export 3D Objects, which successfully generated valid .OBJ files that I could read in Rhino.
• The Problem: The tool generated a separate folder for every single building. After generating ~700 folders, the process was only ~15% complete and had been running for over 9 hours. I had to abort it because it was too heavy, and managing thousands of individual folders/files is not feasible for my workflow. Each folder contained an .obj file along with .mtl, .prj, and _ESRI3DO.json files.
2. Second Attempt: Data Subset To address the performance issues, I obtained a specific subset of the data covering only my target area.
• The Result: The tools ran significantly faster. Add 3D Formats to Multipatch finished quickly, and Export 3D Objects reported success.
• The Problem: While the tool still created roughly 700 folders (one per building), this time the folders were empty of geometry. They contained support files (e.g., .mtl, .prj, .png textures, _ESRI3DO.json), but the actual .obj files were missing.
My Questions:
1. Missing "Merge" Option: In both attempts, the tool exports one folder per building. I need to export these as a single OBJ file (or a few merged files) to preserve relative positioning. I understand there should be a "Merge features into single 3D object" option, but this checkbox is completely missing from my Geoprocessing pane in Pro 3.3.1. Is there a way to enable this?
2. Missing Geometry: Why would the export succeed (with geometry) on the large dataset but fail to write the .OBJ files on the subset, despite reporting success? I contacted the person who gave me the subset, so waiting for him is my best option, but I wanted to make efforts on my end to troubleshoot this too.
Has anyone else experienced the "Merge" option disappearing or the tool creating folders without geometry?
Thanks for the help.