Notifications
Clear all

[Closed] Select Polygons inside other objects

I have below objects

edit poly Plane object with 1000 segments.
Sphere (intersecting that plane)

I have a edit poly plane object with many polygons. there is other object sphere which intersects with the plane object. now I want to select all polygon of my plane object only those who fall inside of the sphere.

is there non scripting way to do it? if not then how can i do it with maxscript?

Thanks in advance.

4 Replies
1 Reply
(@serejah)
Joined: 11 months ago

Posts: 0

vol.select modifier?

are you looking for a universal solution ie find any faces inside any mesh or the special case of finding faces inside a sphere of radius R ?

I want to select polygon from specified object who overlaps it. not all objects.

Yes that’s exactly I wanted. I never used Vol.Select before so had no idea.