DiscussionsIssue archiveOther usage issues

Archived discussion

TopoDS_Shell.ShapeType() returns Random numbers

Other usage issuesFri, 04/05/2013 - 21:122 replies

Browse this forum
QuestionAuthor

Hi,

I am new to OpenCascade and created a new Box by using BRepPrimAPI_MakeBox.
The box is constructed correct ( tested with STEP output ).

When accessing the ShapeType() method (Box.ShapeType()) it will give me random numbers and when accessing the second time the program crashes (Segmentation fault , is trying to access 0x00 ).

Can you give me some hints which could cause this?

Cheers Tobias

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

Check if Box.IsNull is false. If it is true, the box is not created.

02Author

Box.IsNull is false