CONE_VALUE_FORMAT
Use these wildcards to define the cone dimensions. Combinations are possible. If no digits are set, the default DIGITS are used.
If for CONE_VALUE1_FORMAT and CONE_VALUE2_FORMAT nothing is entered, these values are used:
VALUE1 = half angle of the cone.
VALUE2 = depth of the cone.
Wildcards:
<DEPTH>
<DEPTH;x>
Cone depth
<DIAMAX>
<DIAMAX;x>
Big cone diameter
<DIAMIN>
<DIAMIN;x>
Small cone diameter
<ANGLE>
<ANGLE;x>
Cone angle - e.g. 90°
<HALFANGLE>
<HALFANGLE;x>
Half cone angle - e.g. 45°
Ø<DIAMAX>/<DEPTH> creates this output:Ø24.000/10.000 if DIGITS = 3.
Ø<DIAMAX;1>/<DEPTH;0> creates this output: Ø24.0/10.
<ANGLE;0>° creates this output: 90°.
Was this helpful?