This is one of those really niche tips that might help out one maybe two people but I thought it was quite cool. When using the CAD graphs for surface profiles it has always bugged me that they stay active resulting in a messy report after several dimensions. I have found a way to capture the CADGRAPH, display it on the report and then turn it off again afterwards before displaying the next feature ![Smile]()
This allows you to use CADGRAPH and end up with a clean and crisp report that only shows one profile on each screen capture.

Code:
ASSIGN/COUNT=0 SCN1START =LABEL/ IF/COUNT==0 ASSIGN/TOGGLE="BOTH" END_IF/ IF/COUNT==1 ASSIGN/TOGGLE="OFF" END_IF/ SCN1 =FEAT/SET,CARTESIAN THEO/<21.723,21.584,2.446>,<0,0,1> ACTL/<21.677,21.586,2.247>,<0,0,1> CONSTR/SET,BASIC,P8--(1),P9--(1),P10--(1),P11--(1),P12--(1),P13--(1),, FCFPROF1 =SURFACE PROFILE : SCN1 FEATCTRLFRAME/SHOWPARAMS=YES,SHOWEXPANDED=YES CADGRAPH=TOGGLE,REPORTGRAPH=OFF,TEXT=OFF,MULT=10.00,ARROWDENSITY=100,OUTPUT=BOTH,UNITS=MM COMPOSITE=NO, CUSTOMIZED DRF=NO STANDARDTYPE=ASME_Y14_5 PRIMARY DIMENSION/PROFILE OF SURFACE,1,UNEQUAL TOLERANCE ZONE,0.7,A1,<dat>,<dat> NOTE/FCFPROF1 FEATURES/SCN1,, COMMENT/REPT, SCNVIEW1 =VIEWSET/ RECALL/VIEWSET,SCNVIEW1 IF/COUNT==0 DISPLAY/METAFILE, "", TO FIT, GOOD END_IF/ IF/COUNT==0 ASSIGN/COUNT=COUNT+1 GOTO/SCN1START END_IF/