|
|
- Tcl syntax:
- completer D1 D2
- Description:
- This rule describes the resulting surface behavior in the areas of low data density. This rule applies to whole resulting surface. Here is simple example of "completer" D1 and D2 variables influence:
completer 0 1
completer 1 5
completer 1 0
- Parameters:
-
| D1 | weight coefficient for rule that the resulting surface should tend to constant surface |
| D2 | weight coefficient for rule that the resulting surface should tend to plane surface |
| alpha | anisotropy angle (degrees) |
| w | anisotropy factor |
- Math:
- This command adds the following functional to the functional sequence:
where
- Examples:
-
area.tcl, area_completer.tcl, area_ineq.tcl, area_mean.tcl, area_surf.tcl, area_surf_ineq.tcl, area_wmean.tcl, canyon_map.tcl, contour.tcl, contour_ineq.tcl, curve.tcl, curve_ineq.tcl, curve_surf.tcl, curve_surf_ineq.tcl, dem.tcl, dem_add.tcl, fault.tcl, fault_aniso.tcl, fault_approx.tcl, ineq.tcl, mask.tcl, mask_add.tcl, mask_completer.tcl, mask_ineq.tcl, mask_mean.tcl, mask_surf.tcl, mask_surf_add.tcl, mask_surf_ineq.tcl, mask_wmean.tcl, mean.tcl, points_approx.tcl, points_exact.tcl, points_ineq.tcl, surface.tcl, surface_add.tcl, surface_ineq.tcl, and wmean.tcl.
|