
Your Products have been synced, click here to refresh
You cannot report the minor diameter the way Jefman posted, unless I am missing something there. Unfortunately, the torus is not used much and I think this causes the developers to skip resolving this. This is what I could find:
ASSIGN/V1=GETTEXT("Measured Minor Diameter",0,{TORUS1})
Note: Torus1 was the name of my torus feature.
you can then plug that value into a generic circle and dimension it.
F1 =GENERIC/CIRCLE,DEPENDENT,CARTESIAN,OUT,$
NOM/XYZ,<0,0,0>,$
MEAS/XYZ,<0,0,0>,$
NOM/IJK,<0,0,1>,$
MEAS/IJK,<0,0,1>,$
DIAMETER/1.5,V1
Note: V1 is my measured value that I assigned to be the torus minor diameter, which I can plug into the measured size portion of the generic circle. After that, it is a simple location (D) dimension. My nominal minor diameter was 1.5mm.
You cannot report the minor diameter the way Jefman posted, unless I am missing something there. Unfortunately, the torus is not used much and I think this causes the developers to skip resolving this. This is what I could find:
ASSIGN/V1=GETTEXT("Measured Minor Diameter",0,{TORUS1})
Note: Torus1 was the name of my torus feature.
you can then plug that value into a generic circle and dimension it.
F1 =GENERIC/CIRCLE,DEPENDENT,CARTESIAN,OUT,$
NOM/XYZ,<0,0,0>,$
MEAS/XYZ,<0,0,0>,$
NOM/IJK,<0,0,1>,$
MEAS/IJK,<0,0,1>,$
DIAMETER/1.5,V1
Note: V1 is my measured value that I assigned to be the torus minor diameter, which I can plug into the measured size portion of the generic circle. After that, it is a simple location (D) dimension. My nominal minor diameter was 1.5mm.
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |