I'm looking for a way to work out the taper on an outer cone feature by using 2 gauge circles created on the cone at given heights.
These are the XY diameters of the circles are below, I can trig out the angle and it should be 4 degrees, just need a way to do it with a variable. TIA
These are the XY diameters of the circles are below, I can trig out the angle and it should be 4 degrees, just need a way to do it with a variable. TIA
Code:
DIM INFO_CIR1= LOCATION OF CIRCLE CIRCLE1 UNITS=MM ,$ GRAPH=OFF TEXT=OFF MULT=1.00 OUTPUT=BOTH HALF ANGLE=NO AX MEAS X 2.101 ----#---- Y -60.163 ----#---- D 14.203 ----#---- END OF DIMENSION INFO_CIR1 DIM INFO_CIR2= LOCATION OF CIRCLE CIRCLE2 UNITS=MM ,$ GRAPH=OFF TEXT=OFF MULT=1.00 OUTPUT=BOTH HALF ANGLE=NO AX MEAS X 0.705 ----#---- Y -20.188 ----#---- D 19.797 ----#---- END OF DIMENSION INFO_CIR2
Comment