Cut a shell with a shell

×

Warning message

Access denied. You must log in to view this page.

Everyone:
Hello! I'm trying to use BRepAlgoAPI_Cut but there is something dosent work. I am trying to cut a shell with a shell,is there some methods in OCC?

Forum supervisor's picture

Dear Derek,
You didn't get result because for the specified pair of arguments (shell, shell)
result is not defined.
You should used pair (shell, solid). Object - shell, Tool - solid.
Regards