Select to view content in your preferred language

Using a multipatch to select features

613
3
08-28-2012 09:25 PM
CPoynter
Frequent Contributor
Hi,

I have made a multipatch feature representing a dome like feature. I have created a point dataset with random elevated points along a path that crosses through the dome. I need to only select those point features that exist within my domed area.

Which tools should I be utilising?

Regards,

Craig
Tags (1)
0 Kudos
3 Replies
EricRice
Esri Regular Contributor
Hi Craig,

Have a look at the Inside 3D tool.  This will give you a table telling you which points are inside the multipatch.  Join it back to points and make selections accordingly.

Best,
Eric
0 Kudos
CPoynter
Frequent Contributor
Hi Eric,

Thanks for the reply. That tool should work a treat. Is it possible to also create random points using a multipatch as the limits to the area available (e.g. random points will only be created within the multipatch space)?

Regards,

Craig
0 Kudos
EricRice
Esri Regular Contributor
Craig,

You can't technically do it directly with the multipatch, but you can run the MultiPatch Footprint tool, then the Create Random Points tool using the footprints as the constraining feature class. The 3rd usage point in Create Random Points documentation indicates how to assign random values to randomly placed points, if you needed random Z's so you could later convert the points to 3d points.

Best,
Eric
0 Kudos