yanjianqing Fri, 03/26/2010 - 08:43 Forums: Other usage issuesHow to intersect two Shape? yanjianqing Fri, 03/26/2010 - 08:45 How to intersect two Shape? I do, BRepAlgoAPI_Cut m_Cut(Box,cylinder); TopoDS_Shape ShapeCut1 = m_Cut.Shape(); if(m_Cut.HasDeleted()) { AfxMessageBox("Ïཻ"); } ,but is not use Log in to post comments
Fri, 03/26/2010 - 08:45
How to intersect two Shape? I do,
BRepAlgoAPI_Cut m_Cut(Box,cylinder);
TopoDS_Shape ShapeCut1 = m_Cut.Shape();
if(m_Cut.HasDeleted())
{
AfxMessageBox("Ïཻ");
} ,but is not use