Boolean Operations

Hi,
I've got same results with "cut". A workaround is healing the shape with ShapeFix_Shape.

Best regards,
Patrik Müller

d40ad9's picture

I have the same problem with missing faces (as do a lot of other people judging by the posts in the Forum).

Could you please describe how to appy the ShapeFix_Shape in more detail for everyone's benefit?

Patrik Mueller's picture

Ok,

it isn't the ultimate code but in most times it works:

ShapeFix_Shape FixShape;

FixShape.Init(ShapeToFix);
FixShape.Perform();
ShapeToFix = FixShape.Shape();

I've included this fragment in a function I call after each boolean operation.

HTH,
Patrik Müller