Good morning. I am attempting to find out why my perpendicularity is being reported as zero every time I run a part. This particular perpendicularity has no diameter associated with it. See the screenshot attached.
I tried both:
Xact measure- simple plane generic feature set created from 2 sets of hits on both walls and referenced that against Datum A to find the perpendicularity.
Legacy - created a constructed midplane from 2 planes (that were created from the set of hits on each wall) and referenced that against Datum a to find the perpendicularity.
See the code below for both the generic feature set creation and the dimensions I created. Both methods came back with 0. Would anyone be able to provide some insight? It would be appreciated, thank you.
Generic Feature Set Creation
Both XactMeasure and Legacy Reporting
I tried both:
Xact measure- simple plane generic feature set created from 2 sets of hits on both walls and referenced that against Datum A to find the perpendicularity.
Legacy - created a constructed midplane from 2 planes (that were created from the set of hits on each wall) and referenced that against Datum a to find the perpendicularity.
See the code below for both the generic feature set creation and the dimensions I created. Both methods came back with 0. Would anyone be able to provide some insight? It would be appreciated, thank you.
Generic Feature Set Creation
Code:
FT1 =FEAT/SET,CARTESIAN THEO/<-8.099,1.5,5.507>,<0,0,1> ACTL/<-8.153,1.501,5.508>,<0,0,1> CONSTR/SET,BASIC,RR85,RR86,RR87,RR88,RR89,RR90,RR91,RR92, RR93,RR94,, FT2 =FEAT/SET,CARTESIAN THEO/<8.103,1.333,6.078>,<0,0,1> ACTL/<8.092,1.333,6.088>,<0,0,1> CONSTR/SET,BASIC,RR95,RR96,RR97,RR98,RR99,RR100,RR101,RR1 02,RR103,RR104,RR105,RR106,, FT3 =FEAT/SET,CARTESIAN THEO/<0.738,1.409,5.818>,<0,0,1> ACTL/<0.708,1.409,5.824>,<0,0,1> CONSTR/SET,BASIC,FT1,FT2,,
Code:
F3 =GENERIC/PLANE,DEPENDENT,CARTESIAN,$ NOM/XYZ,<FT3.TX,FT3.TY,FT3.TZ>,$ MEAS/XYZ,<FT3.X,FT3.Y,FT3.Z>,$ NOM/IJK,<1,0,0>,$ MEAS/IJK,<1,0,0> PERP13_1 =PERPENDICULARITY : F3 FEATCTRLFRAME/SHOWPARAMS=NO,SHOWEXPANDED=NO DIMENSION/PERPENDICULARITY,0.1,A,, NOTE/PERP13_1 FEATURES/F3,, DIM PERP13= PERPENDICULARITY OF PLANE PLN8,RFS TO PLANE DATUM_A,RFS UNITS=MM ,$ GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH AX NOMINAL MEAS +TOL -TOL DEV OUTTOL M 0.000 0.000 0.100 0.000 0.000 0.000 #--------
Comment