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

intersection

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

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

Contract

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

Signature

telion_api.Model.intersection(label: 'str' = 'Intersection 1', objects: 'str' = 'all', keep_interior_boundaries: 'bool | str' = 'false', keep_input_entities: 'bool | str' = 'false', **fields: 'Any') -> 'Feature'
intersection — Telion Python API 0.1.0-alpha | Telion