
Wed, 02/27/2002 - 13:57
Forums:
Hi,
I've got same results with "cut". A workaround is healing the shape with ShapeFix_Shape.
Best regards,
Patrik Müller
Hi,
I've got same results with "cut". A workaround is healing the shape with ShapeFix_Shape.
Best regards,
Patrik Müller
Sat, 03/16/2002 - 14:59
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?
Mon, 03/18/2002 - 08:39
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