Terrain Processor: Line: Mask: Line
From Bohemia Interactive Community
Category: Terrain Processor Manual
Task details
Task name : Mask: line
Dll plugin name : BITasksPlugin.dll
Geometry type : Polyline, PolylineM, PolylineZ
Heightmap : No
Description
This 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 according to the given distance. You can use it for removing trees on roads, ...
Algorithm
- Algorithm finds all objects closer to polyline then given distance and removes them.