|
|
bool trend_add(REAL weight, REAL D1 = 1, REAL D2 = 2, const char * surface_name_or_position = "0");
- Tcl syntax:
- trend_add weight D1 D2 "surface_name_or_position"
- Description:
- This function modifies previous (modifiable) rule by adding the trend rule with some weight.
- Parameters:
-
| weight | informational weight for trend rule |
| D1 | informational weight for rule that sounds "resulting surface should have the same gradients as trend surface" |
| D2 | informational weight for rule that sounds "resulting surface should have the same curvature as trend surface" |
| surface_name_or_position | name of surface dataset, or surface position number. This is a trend surface. |
|