methodAvailable
capsule
Create the same Geometry > Capsule rounded-cylinder primitive exposed by the UI.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.capsule | — |
| signature | (label: 'str' = 'Capsule 1', radius: 'Any' = '0.25[m]', cylinder_length: 'Any' = '1[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 > Capsule rounded-cylinder primitive exposed by the UI.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.capsule |
| signature | (label: 'str' = 'Capsule 1', radius: 'Any' = '0.25[m]', cylinder_length: 'Any' = '1[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.capsule(label: 'str' = 'Capsule 1', radius: 'Any' = '0.25[m]', cylinder_length: 'Any' = '1[m]', center: 'Iterable[Any]' = ('0[m]', '0[m]', '0[m]'), axis: 'Iterable[Any]' = ('0', '0', '1'), origin: 'str' = 'Center', **fields: 'Any') -> 'Feature'