hexagon logo

Dimensioning Torus

I have a question about a measured torus hopefully someone can answer. This is also my first post here, so bear with me Slight smile. I've searched a bit but I haven't seen anything that answers my question. Basically, I need to figure out the minor diameter of this torus. If I hover over that feature in the Edit toolbar, under the ACTL measurements I can see the measurement i’m looking for (the .25027). I’m trying to figure out a way to dimension it or manually extract it using a variable or anything related to that. Any suggestions?


Parents
  • Neil,
    Using Feature Location to dimension a Torus with PC-DMIS 2020R2.

    Major diameter will use D = Prints the Diameter value. For an ellipse, this is the minor diameter value (same as H).
    Minor diameter will use L = Prints the Length (used for cylinder, cones, slots, and ellipses). For an ellipse, L gives you the major diameter value.

    Example:
    Feature name: B59_FTR1_NA
    Number of Hits: 9
    X NOM: 10.47
    Y NOM: 4.0599999
    Z NOM: 1.065
    I NOM: 0
    J NOM: 0
    K NOM: 1

    Major diameter: 1
    Minor diameter: .025

    Torus Feature:

    B59_FTR1_NA=FEAT/TORUS,CARTESIAN,OUT,LEAST_SQR
    THEO/<10.47,4.06,1.065>,<0,0,1>,1,0.25
    ACTL/<10.47,4.06,1.065>,<0,0,1>,1,0.25
    MEAS/TORUS,9
    HIT/BASIC,NORMAL,<11.0079,4.0713,0.9459>,<0.3042198,0. 0064118,-0.9525803>,<11.0079,4.0713,0.9459>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<10.1968,4.5106,0.943>,<-0.1120234,0.1847493,-0.9763803>,<10.1968,4.5106,0.943>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<10.2249,3.5957,0.9425>,<-0.093443,-0.1770078,-0.9797636>,<10.2249,3.5957,0.9425>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<10.191,3.5183,1.0043>,<-0.4003217,-0.7773822,-0.4852004>,<10.191,3.5183,1.0043>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<10.7306,3.5103,1.0026>,<0.3712332,-0.7829796,-0.4991281>,<10.7306,3.5103,1.0026>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<11.085,4.0751,1.0165>,<0.9212788,0.0 225539,-0.3882482>,<11.085,4.0751,1.0165>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<10.7746,4.5906,1.0091>,<0.4454284,0. 7757954,-0.4469173>,<10.7746,4.5906,1.0091>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<10.1346,4.5726,1.0106>,<-0.4931183,0.7535034,-0.4348183>,<10.1346,4.5726,1.0106>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<9.8566,4.0382,1.0133>,<-0.9099092,-0.0322755,-0.4135499>,<9.8566,4.0382,1.0133>,USE THEO=YES
    ENDMEAS/

    Issue found when dimensioning the Major and Minor diameter:
    Using 2020R2 when I select the Torus feature within the Feature Location dialog window the D axis will be displayed in the Status Window.
    When I created the feature dimension for the torus I found the D axis is missing and the L axis nominal set at 0.
    I have too manually add the D axis to the dimension and add the nominal to the L axis.​​​​​​​

    Example is missing the D axis and the L axis nominal is 0.
    DIM 059_01= LOCATION OF TORUS B59_FTR1_NA UNITS=IN ,$
    GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH HALF ANGLE=NO
    AX NOMINAL +TOL -TOL MEAS DEV OUTTOL
    X 10.4700 0.0050 0.0050 10.4700 0.0000 0.0000 ----#----
    Y 4.0600 0.0050 0.0050 4.0600 0.0000 0.0000 ----#----
    Z 1.0650 0.0050 0.0050 1.0650 0.0000 0.0000 ----#----
    L 0.0000 0.0050 0.0050 0.2500 0.2500 0.2450 -------->
    END OF DIMENSION 059_01

    Example is the D axis and the L axis nominal 0.250 added to dimension.
    DIM 059_01= LOCATION OF TORUS B59_FTR1_NA UNITS=IN ,$
    GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH HALF ANGLE=NO
    AX NOMINAL +TOL -TOL MEAS DEV OUTTOL
    X 10.4700 0.0050 0.0050 10.4700 0.0000 0.0000 ----#----
    Y 4.0600 0.0050 0.0050 4.0600 0.0000 0.0000 ----#----
    Z 1.0650 0.0050 0.0050 1.0650 0.0000 0.0000 ----#----
    D 1.0000 0.0050 0.0050 1.0000 0.0000 0.0000 ----#----
    L 0.250 0.0050 0.0050 0.2500 0.2500 0.2450 -------->
    END OF DIMENSION 059_01


Reply
  • Neil,
    Using Feature Location to dimension a Torus with PC-DMIS 2020R2.

    Major diameter will use D = Prints the Diameter value. For an ellipse, this is the minor diameter value (same as H).
    Minor diameter will use L = Prints the Length (used for cylinder, cones, slots, and ellipses). For an ellipse, L gives you the major diameter value.

    Example:
    Feature name: B59_FTR1_NA
    Number of Hits: 9
    X NOM: 10.47
    Y NOM: 4.0599999
    Z NOM: 1.065
    I NOM: 0
    J NOM: 0
    K NOM: 1

    Major diameter: 1
    Minor diameter: .025

    Torus Feature:

    B59_FTR1_NA=FEAT/TORUS,CARTESIAN,OUT,LEAST_SQR
    THEO/<10.47,4.06,1.065>,<0,0,1>,1,0.25
    ACTL/<10.47,4.06,1.065>,<0,0,1>,1,0.25
    MEAS/TORUS,9
    HIT/BASIC,NORMAL,<11.0079,4.0713,0.9459>,<0.3042198,0. 0064118,-0.9525803>,<11.0079,4.0713,0.9459>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<10.1968,4.5106,0.943>,<-0.1120234,0.1847493,-0.9763803>,<10.1968,4.5106,0.943>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<10.2249,3.5957,0.9425>,<-0.093443,-0.1770078,-0.9797636>,<10.2249,3.5957,0.9425>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<10.191,3.5183,1.0043>,<-0.4003217,-0.7773822,-0.4852004>,<10.191,3.5183,1.0043>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<10.7306,3.5103,1.0026>,<0.3712332,-0.7829796,-0.4991281>,<10.7306,3.5103,1.0026>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<11.085,4.0751,1.0165>,<0.9212788,0.0 225539,-0.3882482>,<11.085,4.0751,1.0165>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<10.7746,4.5906,1.0091>,<0.4454284,0. 7757954,-0.4469173>,<10.7746,4.5906,1.0091>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<10.1346,4.5726,1.0106>,<-0.4931183,0.7535034,-0.4348183>,<10.1346,4.5726,1.0106>,USE THEO=YES
    MOVE/CIRCULAR
    HIT/BASIC,NORMAL,<9.8566,4.0382,1.0133>,<-0.9099092,-0.0322755,-0.4135499>,<9.8566,4.0382,1.0133>,USE THEO=YES
    ENDMEAS/

    Issue found when dimensioning the Major and Minor diameter:
    Using 2020R2 when I select the Torus feature within the Feature Location dialog window the D axis will be displayed in the Status Window.
    When I created the feature dimension for the torus I found the D axis is missing and the L axis nominal set at 0.
    I have too manually add the D axis to the dimension and add the nominal to the L axis.​​​​​​​

    Example is missing the D axis and the L axis nominal is 0.
    DIM 059_01= LOCATION OF TORUS B59_FTR1_NA UNITS=IN ,$
    GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH HALF ANGLE=NO
    AX NOMINAL +TOL -TOL MEAS DEV OUTTOL
    X 10.4700 0.0050 0.0050 10.4700 0.0000 0.0000 ----#----
    Y 4.0600 0.0050 0.0050 4.0600 0.0000 0.0000 ----#----
    Z 1.0650 0.0050 0.0050 1.0650 0.0000 0.0000 ----#----
    L 0.0000 0.0050 0.0050 0.2500 0.2500 0.2450 -------->
    END OF DIMENSION 059_01

    Example is the D axis and the L axis nominal 0.250 added to dimension.
    DIM 059_01= LOCATION OF TORUS B59_FTR1_NA UNITS=IN ,$
    GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH HALF ANGLE=NO
    AX NOMINAL +TOL -TOL MEAS DEV OUTTOL
    X 10.4700 0.0050 0.0050 10.4700 0.0000 0.0000 ----#----
    Y 4.0600 0.0050 0.0050 4.0600 0.0000 0.0000 ----#----
    Z 1.0650 0.0050 0.0050 1.0650 0.0000 0.0000 ----#----
    D 1.0000 0.0050 0.0050 1.0000 0.0000 0.0000 ----#----
    L 0.250 0.0050 0.0050 0.2500 0.2500 0.2450 -------->
    END OF DIMENSION 059_01


Children
No Data