DiscussionsIssue archiveOther usage issues

Archived discussion

Warning: The shape is not valid!

Other usage issuesWed, 12/21/2011 - 17:331 reply

Browse this forum
QuestionAuthor

hi,

i got attached warning message while reading brep file.
(brep file is created by my model consists of multiple arcs)

what is wrong with my brep file?

thanks,

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Dear BAEK,
You can use for analysis Draw command :
pload ALL
restore cloud.brep s
checkshape s
##On Shape faulty_1 :
##BRepCheck_UnorientableShape
##Shape faulty_2 on shape faulty_1 :
##BRepCheck_NotClosed
##Faulty shapes in variables faulty_1 to faulty_2

or BRepCheck_Analyzer class.

Regards