Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

union

Create the same Geometry > Union boolean feature exposed by the UI.

Reference

FieldValueDescription
symboltelion_api.Model.union
signature(label: 'str' = 'Union 1', objects: 'str' = 'all', keep_interior_boundaries: 'bool | str' = 'false', keep_input_entities: 'bool | str' = 'false', **fields: 'Any') -> 'Feature'
returnFeature

Create the same Geometry > Union boolean feature exposed by the UI.

Contract

PropertyValue
symboltelion_api.Model.union
signature(label: 'str' = 'Union 1', objects: 'str' = 'all', keep_interior_boundaries: 'bool | str' = 'false', keep_input_entities: 'bool | str' = 'false', **fields: 'Any') -> 'Feature'
returnFeature

Signature

telion_api.Model.union(label: 'str' = 'Union 1', objects: 'str' = 'all', keep_interior_boundaries: 'bool | str' = 'false', keep_input_entities: 'bool | str' = 'false', **fields: 'Any') -> 'Feature'