pythonocc-core
pythonocc-core copied to clipboard
Merge two Topods_shape
Hi
I want to merge a bunch of brep files, so i read/create a list of topods_shape, but i'm lazy to explore/copy all data...
Is there a function to merge two topods_shape ?
I tried BRepAlgoAPI_Fuse (that's "brutal") but it doesn't work cause my topods_shape are heterogeneous (topods_compound almost all the times)
Best regards.