Stylized bolt
Stylized bolt
1 inch UNC dimensions
In[]:=
ro=1./2ri=.8647/2p=1./8
Out[]=
0.5
Out[]=
0.43235
Out[]=
0.125
Peak of threads
In[]:=
ho=ParametricPlot3D[{roSin[t],-roCos[t],pt/(2Pi)},{t,0,16Pi},PlotStyle->{Black,AbsoluteThickness[3]},Axes->False]
Out[]=
Valley of threads
In[]:=
hi=ParametricPlot3D[{riSin[t+Pi],-riCos[t+Pi],pt/(2Pi)},{t,0,16Pi},PlotStyle->{Blue}]
Out[]=
Shank
In[]:=
c=Graphics3D[{AmbientLight[RGBColor[.9,.9,.9]],Opacity[.85],Cylinder[{{0,0,0},{0,0,8p}},ri]},Lighting->None]
Out[]=
All together
In[]:=
Show[c,ho,hi,ViewPoint->{8,4,2},ViewVertical->{.5,.25,1}]
Out[]=
Side orthographic view
In[]:=
Show[c,ho,hi,ViewPoint->{0,∞,0},ViewVertical->{1,0,0}]
Out[]=