Comentario
10-26-2020
12:49 AM
10-26-2020
12:49 AM
A follow-up workaround to schedule by slope (not filter though...):
Create the following calculated parameters:
Length: dely = top elevation - bottom elevation
Length: delx = sqrt(Length^2 - dely^2)
Slope: dely/delx
You can either filter dely/delx by "has no value" or delx < 0.1mm (allows some margin of error).