GSTPy.AreaLimiter

class GSTPy.AreaLimiter

Defines the selection area, selection mode and load threshold for partial feature downloads.

__init__((object)arg1, (Area)area, (GeometryLoadMode)geometry_load_mode, (GeometryLoadThreshold)geometry_load_threshold[, (float)safe_area_width=0.0[, (bool)include_overlapping_border_simplexes=False]])object :

Constructor.

Parameters
  • area (Area) – The selection area.

  • geometry_load_mode (GeometryLoadMode) – The load mode.

  • geometry_load_threshold (GeometryLoadThreshold) – The load threshold.

  • safe_area_width (float) – The safe area width. Optional, Default: 0 = unused.

  • include_overlapping_border_simplexes (bool) – Whether to include overlapping border simplexes. Optional, Default: false. If true, simplexes are also included if only some of the vertices are in the selection area. Otherwise these simplexes are not included.