methodAvailable
ellipsoid
Create the same Geometry > Ellipsoid primitive exposed by the UI.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.ellipsoid | — |
| signature | (label: 'str' = 'Ellipsoid 1', radius_x: 'Any' = '1[m]', radius_y: 'Any' = '0.6[m]', radius_z: 'Any' = '0.35[m]', center: 'Iterable[Any]' = ('0[m]', '0[m]', '0[m]'), axis: 'Iterable[Any]' = ('0', '0', '1'), origin: 'str' = 'Center', **fields: 'Any') -> 'Feature' | — |
| return | Feature | — |
Create the same Geometry > Ellipsoid primitive exposed by the UI.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.ellipsoid |
| signature | (label: 'str' = 'Ellipsoid 1', radius_x: 'Any' = '1[m]', radius_y: 'Any' = '0.6[m]', radius_z: 'Any' = '0.35[m]', center: 'Iterable[Any]' = ('0[m]', '0[m]', '0[m]'), axis: 'Iterable[Any]' = ('0', '0', '1'), origin: 'str' = 'Center', **fields: 'Any') -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.ellipsoid(label: 'str' = 'Ellipsoid 1', radius_x: 'Any' = '1[m]', radius_y: 'Any' = '0.6[m]', radius_z: 'Any' = '0.35[m]', center: 'Iterable[Any]' = ('0[m]', '0[m]', '0[m]'), axis: 'Iterable[Any]' = ('0', '0', '1'), origin: 'str' = 'Center', **fields: 'Any') -> 'Feature'