A program to recognize and reward our most engaged community members
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.
Hello,
yes, there is
you can ignore errors by catch {
#your codes here
}