# -*- coding: utf-8 -*-
"""
Spyder Editor

This is a temporary script file.
"""
%reset -f

from math import pi, sin, cos, degrees, radians


bcd_mm = 44.9 #mm
bcd_in = bcd_mm/25.4

mount_hole_distance_distance = sin(radians(45))*bcd_in

bore_hole = 18.8/25.4

bore_hole_depth = 13/25.4

bore_chamfer_depth = 1.5/25.4
