The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
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
}