<div>Hello everybody,</div>
<div>&nbsp;</div>
<div>I have an&nbsp;open triangular mesh surface in the form of vtkPolyData.</div>
<div>&nbsp;</div>
<div>And i also have a Region of Interest ( ROI )&nbsp;bounding box.&nbsp;</div>
<div>&nbsp;</div>
<div>How do i extract the geometry within this ROI bounding box from the vtkPolyData surface ?</div>
<div>&nbsp;</div>
<div>I know that, one method is to create a scalar array and assign all&nbsp;the geometry inside the ROI&nbsp;to be of one value ( inside value ) and&nbsp;all the geometry outside the ROI to be of another value ( outside value ).</div>

<div>&nbsp;</div>
<div>But for this, i have to write a loop which sets a scalar value for each and every point in the vtkPolyData, which will take a long time.&nbsp;</div>
<div>&nbsp;</div>
<div>I was looking for a vtk filter which can do this clipping faster.........or is there a way to generate the scalars faster ?</div>
<div>&nbsp;</div>
<div>I am sure there is a nice way of doing this and i am sure there might be a VTK filter for this job, since this is a very commonly performed&nbsp;operation. </div>
<div>&nbsp;</div>
<div>But i could not find a filter in vtk for this.</div>
<div>&nbsp;</div>
<div>Does any one know how to do this ?</div>
<div>&nbsp;</div>
<div>Thanks in advance.</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>&nbsp;</div>
<div>Deepak Roy</div>
<div>&nbsp;</div>