Forum archiveIssue archiveOther usage issues

Archived discussion

Boolean Operations

Other usage issuesWed, 02/27/2002 - 13:572 replies

Browse this forum
QuestionAuthor

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

Best regards,
Author Müller

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

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?

02Author

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,
Author Müller