hexagon logo

Hole axis

Can a hole axis be create and recognized as T value in CAD. The part has a hole that is smaller than any probe tip I have available. I would like to be able to place probe at surface of the hole and wall and recognize the hole axis real time in T (CAD). I have 2016 CAD++ SP7. Thanks in advance.
Parents


  • Ah, you want to do like PolyWorks can do with the real time "Build/Inspect" mode. Sorry, I misread that.

    Well, even with PolyWorks, you would still need to align to the part, but in PC-DMIS, you might have to go an extra step. (I haven't touched Portable in PC-DMIS in several years now, so I don't know if PC-DMIS has the same capability or not.)

    Align to the part, auto-feature a single point circle, construct a generic point with the values from the circle, and dimension that:

    CIR1 =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,OUT,LEAST_SQR
    THEO/<3235.54,552.281,2233.352>,<-0.9359515,-0.3463153,0.0637223>,6.15,0
    ACTL/<3235.54,552.281,2233.352>,<-0.9359515,-0.3463153,0.0637223>,6.15,0
    TARG/<3235.54,552.281,2233.352>,<-0.9359515,-0.3463153,0.0637223>
    START ANG=90,END ANG=270
    ANGLE VEC=<0.0525653,0,-0.9986175>
    DIRECTION=CCW
    SHOW FEATURE PARAMETERS=NO
    SHOW CONTACT PARAMETERS=YES
    NUMHITS=5,DEPTH=0.5,PITCH=0
    SAMPLE METHOD=SAMPLE_HITS
    SAMPLE HITS=0,SPACER=2
    AVOIDANCE MOVE=BOTH,DISTANCE=15
    FIND HOLE=CENTER,ONERROR=NO,READ POS=NO
    SHOW HITS=NO
    PNT1 =GENERIC/POINT,DEPENDENT,CARTESIAN,$
    NOM/XYZ,<CIR1.TX,CIR1.TY,CIR1.TZ>,$
    MEAS/XYZ,<CIR1.X,CIR1.Y,CIR1.Z>,$
    NOM/IJK,<CIR1.TI,CIR1.TJ,CIR1.TK>,$
    MEAS/IJK,<CIR1.I,CIR1.J,CIR1.K>  
    DIM LOC100= LOCATION OF POINT PNT1 UNITS=MM ,$
    GRAPH=OFF TEXT=OFF MULT=1.00 OUTPUT=BOTH HALF ANGLE=NO
    AX MEAS NOMINAL +TOL -TOL DEV OUTTOL
    T 0.000 0.000 0.050 0.050 0.000 0.000
    END OF DIMENSION LOC100


    I think that's the best PC-DMIS can do
    Pnr Status TextNow VPN .


    yes i agreed this is the best PC-DMIS can do and i speak with my experience
    thanks[/COLOR]
Reply


  • Ah, you want to do like PolyWorks can do with the real time "Build/Inspect" mode. Sorry, I misread that.

    Well, even with PolyWorks, you would still need to align to the part, but in PC-DMIS, you might have to go an extra step. (I haven't touched Portable in PC-DMIS in several years now, so I don't know if PC-DMIS has the same capability or not.)

    Align to the part, auto-feature a single point circle, construct a generic point with the values from the circle, and dimension that:

    CIR1 =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,OUT,LEAST_SQR
    THEO/<3235.54,552.281,2233.352>,<-0.9359515,-0.3463153,0.0637223>,6.15,0
    ACTL/<3235.54,552.281,2233.352>,<-0.9359515,-0.3463153,0.0637223>,6.15,0
    TARG/<3235.54,552.281,2233.352>,<-0.9359515,-0.3463153,0.0637223>
    START ANG=90,END ANG=270
    ANGLE VEC=<0.0525653,0,-0.9986175>
    DIRECTION=CCW
    SHOW FEATURE PARAMETERS=NO
    SHOW CONTACT PARAMETERS=YES
    NUMHITS=5,DEPTH=0.5,PITCH=0
    SAMPLE METHOD=SAMPLE_HITS
    SAMPLE HITS=0,SPACER=2
    AVOIDANCE MOVE=BOTH,DISTANCE=15
    FIND HOLE=CENTER,ONERROR=NO,READ POS=NO
    SHOW HITS=NO
    PNT1 =GENERIC/POINT,DEPENDENT,CARTESIAN,$
    NOM/XYZ,<CIR1.TX,CIR1.TY,CIR1.TZ>,$
    MEAS/XYZ,<CIR1.X,CIR1.Y,CIR1.Z>,$
    NOM/IJK,<CIR1.TI,CIR1.TJ,CIR1.TK>,$
    MEAS/IJK,<CIR1.I,CIR1.J,CIR1.K>  
    DIM LOC100= LOCATION OF POINT PNT1 UNITS=MM ,$
    GRAPH=OFF TEXT=OFF MULT=1.00 OUTPUT=BOTH HALF ANGLE=NO
    AX MEAS NOMINAL +TOL -TOL DEV OUTTOL
    T 0.000 0.000 0.050 0.050 0.000 0.000
    END OF DIMENSION LOC100


    I think that's the best PC-DMIS can do
    Pnr Status TextNow VPN .


    yes i agreed this is the best PC-DMIS can do and i speak with my experience
    thanks[/COLOR]
Children
No Data