Just tried this again on a different model. Just a face and a dia. with 5 points measured in the z axis. Should show nominal line and 2 boundary lines but as shown in attachment the boundary lines are above and below in separate layers. Capture2.PNG
Analysis view
Collapse
X
-
That's a circle? maybe your video card is bad. What is your PC specs, Jim?
Can you open your OpenGL? and let us take a looksy at your settings?
Capture.JPGLast edited by KIRBSTER269; 07-23-2019, 12:41 PM.(In Memory of my Loving wife, "Ronda" who I lost March 7, 2016. I love you baby.)They say "Nobody's Perfect." I must be Nobody.
Comment
-
Well boundry lines are above and below because these are the 5 plane hits on the Z surface.. All you see here are the 5 hits on a plane and this is exactly how it should look. If you want to do a form on the diameter you need to dimension circularity and create an analysis on that.Systems Integrator
Hexagon Manufacturing Intelligence
Comment
-
The points in this plot was measured in the yz plane but yet the tol. bands are in x. The plot used for circularity worked Peter. Should have knowed that been away from this for about a year. Just getting familiar again. I will go back and check the points I used to create it. Capture1.PNG
Comment
-
This is just a section of the code. The data was created from a series of circles then the points was extracted from them. This was measured in the yz plane.
Code:CIR37 =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,IN,LEAST_SQR THEO/<0,0,0>,<1,0,0>,2.566 ACTL/<0,0,0>,<1,0,0>,2.566 TARG/<0,0,0>,<1,0,0> START ANG=104.677,END ANG=131.035 ANGLE VEC=<0,0,-1> DIRECTION=CCW SHOW FEATURE PARAMETERS=NO SHOW CONTACT PARAMETERS=NO PNT119 =FEAT/POINT,CARTESIAN,NO THEO/<0,1.229,0.3682>,<1,0,0> ACTL/<0,1.229,0.3682>,<1,0,0> CONSTR/POINT,CAST,CIR37.HIT[1..1] PNT120 =FEAT/POINT,CARTESIAN,NO THEO/<0,1.1873,0.4861>,<1,0,0> ACTL/<0,1.1873,0.4861>,<1,0,0> CONSTR/POINT,CAST,CIR37.HIT[2..2] PNT121 =FEAT/POINT,CARTESIAN,NO THEO/<0,1.1343,0.5995>,<1,0,0> ACTL/<0,1.1343,0.5995>,<1,0,0> CONSTR/POINT,CAST,CIR37.HIT[3..3] PNT122 =FEAT/POINT,CARTESIAN,NO THEO/<0,1.0705,0.7071>,<1,0,0> ACTL/<0,1.0705,0.7071>,<1,0,0> CONSTR/POINT,CAST,CIR37.HIT[4..4] PNT123 =FEAT/POINT,CARTESIAN,NO THEO/<0,0.9966,0.808>,<1,0,0> ACTL/<0,0.9966,0.808>,<1,0,0> CONSTR/POINT,CAST,CIR37.HIT[5..5] PNT124 =FEAT/POINT,CARTESIAN,NO THEO/<0,0.9765,0.8537>,<1,0,0> ACTL/<0,0.9765,0.8537>,<1,0,0> CONSTR/POINT,CAST,CIR25.HIT[1..1] SCN8 =FEAT/SET,CARTESIAN THEO/<0.0009,0.8327,0.2596>,<1,0,0> ACTL/<0.0005,0.8327,0.2596>,<1,0,0> CONSTR/SET,BASIC,PNT64,PNT65,PNT66,PNT67,PNT68,PNT69,PNT70,PNT71,PNT72,PNT73,PNT74,PNT75,PNT76,PNT77,PNT78,PNT79,PNT80,PNT81,PNT82,PNT83,PNT84,PNT85,PNT86,PNT87,PNT88,PNT89,PNT90,PNT91,PNT92,PNT93,PNT94,PNT95,PNT96,PNT97,PNT98,PNT99,$ PNT100,PNT101,PNT102,PNT103,PNT104,PNT105,PNT106,PNT107,PNT108,PNT109,PNT110,PNT111,PNT112,PNT113,PNT114,PNT115,PNT116,PNT117,PNT118,PNT119,PNT120,PNT121,PNT122,PNT123,PNT124,, FCFPROF1 =LINE PROFILE : SCN8 FEATCTRLFRAME/SHOWPARAMS=YES,SHOWEXPANDED=YES CADGRAPH=OFF,REPORTGRAPH=OFF,TEXT=OFF,MULT=100.00,ARROWDENSITY=100,OUTPUT=BOTH,UNITS=IN CUSTOMIZED DRF=NO STANDARDTYPE=ASME_Y14_5 PRIMARY DIMENSION/PROFILE OF LINE,0.01,<UZ>,<UTol>,A1,B1,RFS,C1,RFS NOTE/FCFPROF1 FEATURES/SCN8,, ANALYSISVIEW/FCFPROF1,,
Comment
-
I noted a couple of things. One, don't think you need this:
Code:CIR25.HIT[1..1]
Code:CIR25.HIT[1]
But the issue is the THEO and ACTL for the cast points - they all have the incorrect vector, <1,0,0> So the profile is evaluating it against a square X plane hit, hence the tolerance bands not where you expect them.
Dump the cast points, you want the hits that comprise the circle with the correct nominal values and vectors. Instead of constructing a cast point from each individual hit, put all the hits directly into the feature set.
Code:SCN1 =FEAT/SET,CARTESIAN THEO/<-2.981,-3.141,-0.885>,<0,0,1> ACTL/<-2.981,-3.141,-0.885>,<0,0,1> CONSTR/SET,BASIC,DATUM_A.HIT[1..DATUM_A.NUMHITS],DATUM_B.HIT[1..DATUM_B.NUMHITS],,
- Likes 2
Comment
Related Topics
Collapse
-
by AuRules1) Went and measured a circle with ten points.
2) Then I created a roundness feature from the circle.
3) The I opened the analysis view....-
Channel: PC-DMIS for CMMs
10-01-2008, 03:54 PM -
-
by calbrittonThere's a horizontal line across the analysis view of a basic circle scan. Does anyone know what causes it or how to get rid of it?
...-
Channel: PC-DMIS for CMMs
05-22-2015, 11:02 AM -
-
by AUH20I can not get my report to duplicate my analysis window.
Here is the situation.
I have measured a series of points around a part.
...-
Channel: PC-DMIS for CMMs
02-09-2010, 12:15 PM -
-
by QE161I'm running 2011 MR1 (I've also tested this in 2012). I've tried this with both a linear open scan and a circle scan. All my data points tell me that...
-
Channel: PC-DMIS for CMMs
10-08-2012, 03:27 PM -
-
by JackMido[incoherent ramblings of a man on the edge]
Does anyone have any tips for getting analysis view to work properly? I'm currently adding the analysis...-
Channel: PC-DMIS for CMMs
03-01-2018, 10:11 AM -
Comment