|
|
- Tcl syntax:
- contour_add weight "cntr_name_or_position"
- Description:
- This rule modifies a previous (modifiable) rule by adding the contour rule with some weight. Use this rule if you don't know contour values exactly. Using this rule the resulting surface approximates contour taking into account a previous (modifiable) rule.
- Parameters:
-
| weight | informational weight for this rule |
| cntr_name_or_position | contour name, or contour position number. |
- Math:
- This command modifies previous functional
by adding :
where - informational weight,
where (i,j) - indices of the cells cross with contour, - contour mean value for the (i,j) cell.
- Examples:
-
contour.tcl, map_hor_frac.tcl, and map_ver_frac.tcl.
|