| 13 | // -------------------------------------------------------------- |
| 14 | |
| 15 | interface IChamfer { |
| 16 | |
| 17 | radius?: number | Array<number>; |
| 18 | quality?: number; |
| 19 | qualityMin?: number; |
| 20 | qualityMax?: number; |
| 21 | |
| 22 | } |
| 23 | |
| 24 | interface IChamferableBodyDefinition extends IBodyDefinition { |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…