Am i wrong but i figured it would be a simple venture to take two planes that are on opposite sides of the part, called out as datum C, and construct a full connected plane? I used auto plane to scan both sides and can't figure out how to combine them?
constructing a plane out of coincidental planes?
Collapse
X
-
Create a scan out of the hits of both features, then construct a plane out of the scan.
Code:PLN1 =FEAT/PLANE,CARTESIAN,OUTLINE THEO/<0,15.25,0>,<0,0,1> ACTL/<0,15.25,0>,<0,0,1> MEAS/PLANE,8 HIT/BASIC,NORMAL,<-13,10,0>,<0,0,1>,<-13,10,0>,USE THEO=YES HIT/BASIC,NORMAL,<-10,16.5,0>,<0,0,1>,<-10,16.5,0>,USE THEO=YES HIT/BASIC,NORMAL,<-3,15.5,0>,<0,0,1>,<-3,15.5,0>,USE THEO=YES HIT/BASIC,NORMAL,<-3,19,0>,<0,0,1>,<-3,19,0>,USE THEO=YES HIT/BASIC,NORMAL,<3,19,0>,<0,0,1>,<3,19,0>,USE THEO=YES HIT/BASIC,NORMAL,<3,15.5,0>,<0,0,1>,<3,15.5,0>,USE THEO=YES HIT/BASIC,NORMAL,<10,16.5,0>,<0,0,1>,<10,16.5,0>,USE THEO=YES HIT/BASIC,NORMAL,<13,10,0>,<0,0,1>,<13,10,0>,USE THEO=YES ENDMEAS/ PLN2 =FEAT/PLANE,CARTESIAN,OUTLINE THEO/<0,-15.25,0>,<0,0,1> ACTL/<0,-15.25,0>,<0,0,1> MEAS/PLANE,8 HIT/BASIC,NORMAL,<-13,-10,0>,<0,0,1>,<-13,-10,0>,USE THEO=YES HIT/BASIC,NORMAL,<-10,-16.5,0>,<0,0,1>,<-10,-16.5,0>,USE THEO=YES HIT/BASIC,NORMAL,<-3,-15.5,0>,<0,0,1>,<-3,-15.5,0>,USE THEO=YES HIT/BASIC,NORMAL,<-3,-19,0>,<0,0,1>,<-3,-19,0>,USE THEO=YES HIT/BASIC,NORMAL,<3,-19,0>,<0,0,1>,<3,-19,0>,USE THEO=YES HIT/BASIC,NORMAL,<3,-15.5,0>,<0,0,1>,<3,-15.5,0>,USE THEO=YES HIT/BASIC,NORMAL,<10,-16.5,0>,<0,0,1>,<10,-16.5,0>,USE THEO=YES HIT/BASIC,NORMAL,<13,-10,0>,<0,0,1>,<13,-10,0>,USE THEO=YES ENDMEAS/ SCN1 =FEAT/SET,CARTESIAN THEO/<0,0,0>,<0,0,1> ACTL/<0,0,0>,<0,0,1> CONSTR/SET,BASIC,PLN1.HIT[1..PLN1.NUMHITS],PLN2.HIT[1..PLN2.NUMHITS],, PLN3 =FEAT/PLANE,CARTESIAN,TRIANGLE,NO THEO/<0,0,0>,<0,0,1> ACTL/<0,0,0>,<0,0,1> CONSTR/PLANE,BF,SCN1,, OUTLIER_REMOVAL/OFF,3 FILTER/OFF,WAVELENGTH=0
- Likes 1
Comment
-
There's a script in the Code section for doing this - https://www.pcdmisforum.com/forum/pc...many#post32186AndersI
SW support - Hexagon Metrology Nordic AB
Comment
-
Originally posted by granto View PostAm i wrong but i figured it would be a simple venture to take two planes that are on opposite sides of the part, called out as datum C, and construct a full connected plane? I used auto plane to scan both sides and can't figure out how to combine them?Last edited by Roberto; 01-29-2020, 09:13 AM.sigpicIt's corona time!
737 Xcel Cad++ v2009MR1....SE HABLA ESPAÑOL
Comment
-
I have two co-planer surfaces on the under side of the part separated by a cutout in the center as my datum c. I was trying to take each section as auto planes and then construct a bigger plane that covers both, that didn't work. I then tried auto lines and construct a plane between them still no good. So i made freeform scans on either surface then was finally able to construct those into a full plane. Thank you for the help everyone being new im really trying to find the limits of the software. I know there are a thousand ways to do everything im PC-dmis so i have found it easier to look for the limits and stay away form these features.
- Likes 1
Comment
Related Topics
Collapse
-
by SAmericaI'm measuring a block that should be ground almost true. I took one plane on one area of the ground surface (We'll call this plane A). Then I measured...
-
Channel: PC-DMIS for CMMs
10-16-2013, 08:01 PM -
-
by BIGWIG7I have a datum that is 2 separate plane surfaces with opposing vectors but on the same center line.
What is the best approach: creating...-
Channel: PC-DMIS for CMMs
02-28-2023, 11:52 AM -
-
by Jay_QI have basically 2 notches one on each end of the part. They are different widths but share the same centerline and the centerline is datum. I was going...
-
Channel: PC-DMIS for CMMs
03-18-2020, 05:32 PM -
-
by slipper57constructing a plane between two planes
Today, 09:01 AM
I'm having doubt on my results. I am planing the top, datum -A-, z plus level...-
Channel: PC-DMIS for CMMs
11-30-2021, 09:34 AM -
-
by AuRulesA question for all of the sick individuals (which is a good thing) from the other thread, running 3.7mr2 today and usually when I use a plane on my round...
-
Channel: PC-DMIS for CMMs
05-10-2007, 10:29 AM -
Comment