====== Tools ======
==== Mandrel and Wiper Die Settings ====
https://portal.omni-x.cz/api/v1/tool/mandrel-wiper-selection/{od}/{wt}/{clr}/{inch}
**Example:**
https://portal.omni-x.cz/api/v1/tool/mandrel-wiper-selection/2/1/3/true
== parameters ==
|| **od** | float | Tube Outside Diameter ||
|| **wt** | float | Tube Wall Thickenss ||
|| **clr** | float | Centerline Radius ||
|| **inch** | bool | 0 - values are in mm \\ 1 - values are in inch ||
== result ==
{
"mandrel": [string],
"balls": [int],
"wiperdie": [bool], // use or not
"mandreladjust": [float],
"wiperdieadjust": [float],
"image": [string - image name without path] // stored in: https://www.omni-x.com/website/img/mandrelwipercalculator/
}