hexagon logo

Plot flatness results

Does anyone know how to have PC-DMIS plot flatness result? We do this on other software and would like to do it on this software as well. It so we can see the contour, ie. dish, dome, potato chip. With this the machinists can determine the best route to bring the part into spec. Right now for example we have a part the is approximately 13" round and is dished on one side and domed on the other. All this is seen via the plot. All help is much appreciated.
Parents
  • here is the code i have.
    FCFFLAT1 =FLATNESS : FACE
    FEATCTRLFRAME/SHOWPARAMS=YES,SHOWEXPANDED=YES
    CADGRAPH=OFF,REPORTGRAPH=OFF,TEXT=OFF,MULT=1000.00,ARROWDENSITY=100,OUTPUT=BOTH,UNITS=IN
    PER UNIT=NO,
    STANDARDTYPE=ASME_Y14_5
    DIMENSION/FLATNESS,0.002
    NOTE/FCFFLAT1
    FEATURES/FACE,,
    DISPLAY/METAFILE, "", TO FIT, GOOD
Reply
  • here is the code i have.
    FCFFLAT1 =FLATNESS : FACE
    FEATCTRLFRAME/SHOWPARAMS=YES,SHOWEXPANDED=YES
    CADGRAPH=OFF,REPORTGRAPH=OFF,TEXT=OFF,MULT=1000.00,ARROWDENSITY=100,OUTPUT=BOTH,UNITS=IN
    PER UNIT=NO,
    STANDARDTYPE=ASME_Y14_5
    DIMENSION/FLATNESS,0.002
    NOTE/FCFFLAT1
    FEATURES/FACE,,
    DISPLAY/METAFILE, "", TO FIT, GOOD
Children
No Data