methodAvailable
intersection
Create the same Geometry > Intersection boolean feature exposed by the UI.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_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' | — |
| return | Feature | — |
Create the same Geometry > Intersection boolean feature exposed by the UI.
Contract
| Property | Value |
|---|---|
| symbol | telion_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' |
| return | Feature |
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'