methodAvailable
slot_profile
Create a rounded slot sketch profile on a Work Plane for Extrude/Revolve.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.slot_profile | — |
| signature | (label: 'str' = 'Slot Profile 1', work_plane: 'str' = 'Work Plane 1', length: 'Any' = '1[m]', width: 'Any' = '0.35[m]', center: 'Iterable[Any]' = ('0[m]', '0[m]'), segments: 'Any' = 12, **fields: 'Any') -> 'Feature' | — |
| return | Feature | — |
Create a rounded slot sketch profile on a Work Plane for Extrude/Revolve.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.slot_profile |
| signature | (label: 'str' = 'Slot Profile 1', work_plane: 'str' = 'Work Plane 1', length: 'Any' = '1[m]', width: 'Any' = '0.35[m]', center: 'Iterable[Any]' = ('0[m]', '0[m]'), segments: 'Any' = 12, **fields: 'Any') -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.slot_profile(label: 'str' = 'Slot Profile 1', work_plane: 'str' = 'Work Plane 1', length: 'Any' = '1[m]', width: 'Any' = '0.35[m]', center: 'Iterable[Any]' = ('0[m]', '0[m]'), segments: 'Any' = 12, **fields: 'Any') -> 'Feature'