methodAvailable
clone_geometry
Clone a geometry feature through the same create command used by the UI.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.clone_geometry | — |
| signature | (source: 'str | Feature', label: 'str | None' = None, **fields: 'Any') -> 'Feature' | — |
| return | Feature | — |
Clone a geometry feature through the same create command used by the UI.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.clone_geometry |
| signature | (source: 'str | Feature', label: 'str | None' = None, **fields: 'Any') -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.clone_geometry(source: 'str | Feature', label: 'str | None' = None, **fields: 'Any') -> 'Feature'