methodAvailable
difference
Create the same Geometry > Difference boolean feature exposed by the UI.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.difference | — |
| signature | (label: 'str' = 'Difference 1', base_objects: 'str' = 'Block 1', tool_objects: 'str' = 'Cylinder 1', keep_input_entities: 'bool | str' = 'false', **fields: 'Any') -> 'Feature' | — |
| return | Feature | — |
Create the same Geometry > Difference boolean feature exposed by the UI.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.difference |
| signature | (label: 'str' = 'Difference 1', base_objects: 'str' = 'Block 1', tool_objects: 'str' = 'Cylinder 1', keep_input_entities: 'bool | str' = 'false', **fields: 'Any') -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.difference(label: 'str' = 'Difference 1', base_objects: 'str' = 'Block 1', tool_objects: 'str' = 'Cylinder 1', keep_input_entities: 'bool | str' = 'false', **fields: 'Any') -> 'Feature'