Terrain Processor: Line: Mask: Line

From Bohemia Interactive Community
Revision as of 14:46, 9 August 2015 by Tom 48 97 (talk | contribs) (Created page with "Mark {{TerrainProcessorManual|Mask: line|BITasksPlugin.dll|Polyline, PolylineM, PolylineZ|No|= |DESCRIPTION=Algorithm removes all objects...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Task details

Task name : Mask: line

Dll plugin name : BITasksPlugin.dll

Geometry type : Polyline, PolylineM, PolylineZ

Heightmap : No

Description

Algorithm removes all objects in features database which are close to given polyline.

Task parameters

  • Objects distance - Distance between object and lines.
  • Spline interpolation - Use bezier spline instead of original polyline.


Usage

This task removes objects closer to line then given distance. You can use it for removing trees on roads, ...

Algorithm

  1. Algorithm finds all objects closer to polyline then given distance and removes them.