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's what I did to get graphical analysis lines to show up in my report.

    VIEWSET1   =VIEWSET/ (oriented model, then created viewset)
    
    program body
    
    IQC_E =PERPENDICULARITY : DATUM C
                FEATCTRLFRAME/SHOWPARAMS=YES,SHOWEXPANDED=YES
                CADGRAPH=OFF,REPORTGRAPH=OFF,TEXT=OFF,MULT=1000.00,ARROWDENSITY=100,OUTPUT=BOTH,UNITS=MM
                STANDARDTYPE=ASME_Y14_5
                  DIMENSION/PERPENDICULARITY,0.015,A,<dat>,<dat>
                  NOTE/IQC_E
                FEATURES/DATUM C,,
                FORMFEED/
    
                RECALL/VIEWSET,VIEWSET1
                DISPLAY/METAFILE, "", TO FIT, GOOD (displays arrows with the model in the orientation set in the viewset)
    
Reply
  • Here's what I did to get graphical analysis lines to show up in my report.

    VIEWSET1   =VIEWSET/ (oriented model, then created viewset)
    
    program body
    
    IQC_E =PERPENDICULARITY : DATUM C
                FEATCTRLFRAME/SHOWPARAMS=YES,SHOWEXPANDED=YES
                CADGRAPH=OFF,REPORTGRAPH=OFF,TEXT=OFF,MULT=1000.00,ARROWDENSITY=100,OUTPUT=BOTH,UNITS=MM
                STANDARDTYPE=ASME_Y14_5
                  DIMENSION/PERPENDICULARITY,0.015,A,<dat>,<dat>
                  NOTE/IQC_E
                FEATURES/DATUM C,,
                FORMFEED/
    
                RECALL/VIEWSET,VIEWSET1
                DISPLAY/METAFILE, "", TO FIT, GOOD (displays arrows with the model in the orientation set in the viewset)
    
Children
No Data