
Tue, 04/25/2023 - 19:05
Forums:
Hi guys! Is any method to make "optimize" prizm solid from BRepPrimAPI_MakePrism like it makes BRepAlgoAPI_Fuse::SimplifyResult?
I need to merge collinear wires segments to avoid face separation.
Now i do twice "extrude" of prizm by BRepPrimAPI_MakePrism and after - fuse it and after - SimplifyResult(), but this is wrong way of course :)
What is the correct way to remove extra edges on faces after extrusion by BRepPrimAPI_MakePrism?
Attachments:
Wed, 04/26/2023 - 00:31
Hi,
Use the class ShapeUpgrade_UnifySameDomain.
Wed, 04/26/2023 - 21:19
ohh danke :)