| boolean operation |
 |
| niubiao |
2012/09/07 15:29 |
Hello everyone
How to perform the boolean operation between the two imported model? I do import the two format of .STL file into the view, then perform boolean operation using the function as following.
BRepBoolAPI_Fuse S(S1,S2); BRepBoolAPI_Common S(S1,S2);BRepBoolAPI_Cut S(S1,S2);
I will be appreciate for your help! |
 |
| | | |