DiscussionsIssue archiveOther usage issues

Archived discussion

Catching Geom_UndefinedValue

Other usage issuesTue, 12/17/2002 - 12:001 reply

Browse this forum
QuestionAuthor

I have created a ruled surface between 2 perpendicular lines.
I try to offset the surface.
I am unable to catch the exception 'Geom_UndefinedValue'.
The same happens in test harness also.
Catching Standard_ConstructionError works.
How to catch the other exceptions raised by this
class ?
regards

- Prasad

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hi !

It sounds pretty odd that you can catch one exception and not another, maybe you made a mistake in your code ?, as far as I know there are never any problems with exceptions (at least not if some works)

Commenter-1