<div dir="ltr">It's hard to say without a stack trace showing where the code is crashing. There can be problems with the boolean operations filter with complicated geometries.<div><br></div><div>Could you provide a stack trace?</div><div><br></div><div>Thanks,</div><div>Cory</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 21, 2015 at 11:26 PM, lee <span dir="ltr"><<a href="mailto:lihouxing@yeah.net" target="_blank">lihouxing@yeah.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi  Cory,<br>
 I tried this class,but when I do it crushed when I apply Updata() function,<br>
My code is as follow:<br>
<br>
<br>
        m_Cliper->SetInputData(0,m_input);//m_input is a polydata<br>
        m_Cliper->SetInputData(1,m_turbe);//m_turbe is another polydata<br>
        m_Cliper->SetOperationToUnion();<br>
        m_Cliper->Update();<br>
        m_output->DeepCopy(m_Cliper->GetOutput(0));<br>
        outputData->DeepCopy(m_output);<br>
<br>
<br>
Do your have any idear? Is it because the data is two complicated? m_input<br>
is 40M, and m_turbe is 3k.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/use-one-polydata-to-clip-another-polydata-tp5733029p5733034.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/use-one-polydata-to-clip-another-polydata-tp5733029p5733034.html</a><br>
<span class="">Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
</span>Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<span class="im HOEnZb"><br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
</span><span class="im HOEnZb">Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
</span><span class="im HOEnZb">Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
</span><div class="HOEnZb"><div class="h5">Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Cory Quammen<br>R&D Engineer<br>Kitware, Inc.</div>
</div>