Welcome to mirror list, hosted at ThFree Co, Russian Federation.

M12.py « presets « add_mesh_BoltFactory - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44f3876f59740eab87292314ec9068ee1aa37ac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#props.bf_Pitch = 1.75 #Coarse
props.bf_Pitch = 1.50  #Fine
props.bf_Crest_Percent = 10
props.bf_Root_Percent = 10
props.bf_Major_Dia = 12.0
props.bf_Minor_Dia = props.bf_Major_Dia - (1.082532 * props.bf_Pitch)
props.bf_Hex_Head_Flat_Distance = 19.0
props.bf_Hex_Head_Height = 7.5
props.bf_Cap_Head_Dia = 18.5
props.bf_Cap_Head_Height = 12.0
props.bf_CounterSink_Head_Dia = 22.0
props.bf_Allen_Bit_Flat_Distance = 10.0
props.bf_Allen_Bit_Depth = 6.0
props.bf_Pan_Head_Dia = 24.0
props.bf_Dome_Head_Dia = 24.0
props.bf_Philips_Bit_Dia = props.bf_Pan_Head_Dia*(1.82/5.6)
#props.bf_Phillips_Bit_Depth = Get_Phillips_Bit_Height(props.bf_Philips_Bit_Dia)
props.bf_Hex_Nut_Height = 10.0
props.bf_Hex_Nut_Flat_Distance = 19.0
props.bf_Shank_Dia = 12.0
props.bf_Shank_Length = 33.0
props.bf_Thread_Length = 32.0