You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to use the getValue function with variable names "interpolationOrder" and "interpolationOrderValue".
Note, the row number is required (2nd parameter in ‘getValue’).
Row 0 is the first row in the dialog (numbered 1 in UI) – the one that says ‘start’
Row 1 is the second row in the dialog (numbered 2 in UI) – the one that says ‘function (n=value)’
database.getAttribute("Line Geometric", "LGeo1").getValue("interpolationOrder", 1) <- this will return ‘function’ in the example
database.getAttribute("Line Geometric", "LGeo1").getValue("interpolationOrderValue", 1) <- this will return the order value from the sub dialog
Returned strings should be:
"Constant"
"Linear"
"Quadratic"
"Cubic" [displayed as “Smoothed” in the dialog]
"Function"
Description:
Currently cannot query the function used to interpolation sections.
The text was updated successfully, but these errors were encountered: