Select to view content in your preferred language

Convert a Multipatch feature into Line feature

89
2
Jump to solution
yesterday
DarrenLloyd__DOIT
Regular Contributor

My goal is to create feature lines by converting multipatch features. I'm using a application on my iPhone which captures indoor floorplan data as a GTLF file. I then use the ArcGIS Pro 3.4 Import 3D Objects tool to import the GTLF file and the output file type has the geometry type of 3D Object V2 (Multipatch). Is there a tool or series of tools to complete this conversion? 

0 Kudos
1 Solution

Accepted Solutions
Robert_LeClair
Esri Esteemed Contributor

Yes, typically by converting the multipatch to a 2D footprint polygon, then converting that polygon to lines.

Run the Multipatch Footprint (3D Analyst Tools) | ArcGIS Pro documentation first then run the Polygon To Line (Data Management Tools) | ArcGIS Pro documentation second.

View solution in original post

0 Kudos
2 Replies
Robert_LeClair
Esri Esteemed Contributor

Yes, typically by converting the multipatch to a 2D footprint polygon, then converting that polygon to lines.

Run the Multipatch Footprint (3D Analyst Tools) | ArcGIS Pro documentation first then run the Polygon To Line (Data Management Tools) | ArcGIS Pro documentation second.

0 Kudos
DarrenLloyd__DOIT
Regular Contributor

I ran the tools in a 2D map and not a 3D scene which made all the difference. Thanks for the help!