DiscussionsIssue archiveModeling Data and Algorithms

Archived discussion

BRepOffsetAPI_MakeOffset crashes

Modeling Data and AlgorithmsMon, 06/15/2009 - 20:061 reply

Browse this forum
QuestionAuthor

Hi,

It seems to me BRepOffsetAPI_MakeOffset crashes on offsets that might self-intersect.
Another ugliness of BRepOffsetAPI_MakeOffset is that even when Check() is called, it returns Shapes that are Null...
Seems to me that BRepOffsetAPI_MakeOffset is pretty buggy.

ipdb> rr = BRepOffsetAPI_MakeOffset(wi, GeomAbs_Tangent)
ipdb> rr.Perform(12)
ipdb> rr.Build()
ipdb> rr.Shape().IsNull()

Out[0]: 1

Cheers,

-jelle

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hi,

unfortunately it has has been left buggy until now :|

At least Perform() causes AccessViolations.

greetings

Alechseij