Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
donaldleigh
539 Views, 4 Replies

Length of extrusion or sweep

Evening all

 

I have 2 rules, one returns the length of the 1st feature if its an extrude "Length Extrude" and the other returns the length of a sweep, the browser name must be called "Sweep1", This rule is called "Length Sweep". Both these rules work well.

 

What I an trying to do is to have another rule like below.

 

If (1st feature if its an extrude) Then

       Run rule "Length Extrude"

Else if 1st feature is a sweep and called "Sweep1" Then

      Run Rule "Length Sweep"

Else

End If

 

Any help would be great