If "error", continue anyway
Altair Forum User
Altair Employee
Hi,
I have a problem.
I check the intersection between a line and some surfaces.
If there is no intersection found, the macro crashes.
Is there any way to do 'If error, continue anyway (and stock this line in this component)'
Thanks.
Regards,
Cya.
0
Answers
-
Hello,
yes, there is
you can ignore errors by
catch {#your codes here
}
0