There are some possibilites depending on what you want to do, but basically you must include the shapes you want to intersect.
You can look at BRepAlgoAPI_Section.hxx to see de definions.
I recommend you to search this (or other) string in the existing code as usually there are some examples to use on Drawexe.
In this case I also recommend you to look at the TopologyOperations.sln sample.
Fri, 04/24/2009 - 17:55
Hi,
There are some possibilites depending on what you want to do, but basically you must include the shapes you want to intersect.
You can look at BRepAlgoAPI_Section.hxx to see de definions.
I recommend you to search this (or other) string in the existing code as usually there are some examples to use on Drawexe.
In this case I also recommend you to look at the TopologyOperations.sln sample.
Regards,
Carlos