Length of extrusion or sweep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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