Selecting a portion of a mesh within a box mesh

Hello everybody,

I was wondering, is there a way to select a portion of a mesh that happens to be within a certain box?

Thank you

Hi Parametricalb

you could try:

  1. explode mesh
  2. get mesh face centroids
  3. point in brep

could try:

  1. mesh split
  2. mesh explode
  3. get mesh face centroids
  4. point in brep
1 Like

Thank you Arkadius, that worked!