DiscussionsIssue archiveOther usage issues

Archived discussion

Shell closedness

Other usage issuesThu, 12/23/2010 - 11:131 reply

Browse this forum
QuestionAuthor

I have created a Shell by sewing faces together. Once all the faces sewed in it should be a closed shell.
Using ShapeAnalysis_Shell I check for bad edges and free edges. There is none.

However, when I check shell.Closed() I get 0.How can that happen when there are no free edges?

I can make a solid out of this, export it to proE and view that as a solid object, which confirms that it is closed.

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

BRepCheck_Shell::Closed() returns BRepCheck_NoError if the shell is ok.. that is 0

https://dev.opencascade.org/doc/refman/html/_b_rep_check___status_8hxx.h...