Fri, 02/10/2017 - 16:18
Forums:
use a face to split a solid, how to exactly retrieve the left or right splitted solid
for example:
BOPAlgo_Builder aBuilder;
aBuilder.AddArgument(solid);
aBuilder.AddArgument(face);
aBuilder.Perform();
//const TopTools_ListOfShape& aSolSplits = aBuilder.Modified(inner_lower_solid);
//_shape = aSolSplits.First();
is there some function to check a solid is in a face' left or right ???
Wed, 08/05/2020 - 19:31
Hello, I also encountered a similar problem. I don't know if you have solved it. If it is solved, can you tell me? Thank you very much.