We use PC DMIS 2015 and I was wondering if there was a way to label each individual point of an auto plane in the graphic display window? The particular program I am wanting to do this on does not have a CAD model.
Labeling individual points on an auto plane
Collapse
X
-
Nope BUT using Auto Vector points to construct a Plane... you could:
F5 -> ID Setup -> Labels for: Features -> Type: Points -> Starting Letters: Type what you want here -> Apply -> YES ->OK. Change as many times as you want and as long as you don't click "Defaults" it should only affect the part routine you're currently working on.Last edited by Kp61dude!; 06-10-2019, 10:36 AM.PcDmis 2015.1 SP10 CAD++
Global 7-10-7 DC800S
-
Yes.
Code:PLN1 =FEAT/CONTACT/PLANE/DEFAULT,CARTESIAN,OUTLINE,LEAST_SQR THEO/<0,0,0>,<0,0,1> ACTL/<0,0,0>,<0,0,1> TARG/<0,0,0>,<0,0,1> ANGLE VEC=<1,0,0>,RADIAL SHOW FEATURE PARAMETERS=NO SHOW CONTACT PARAMETERS=YES NUMHITS=12,NUMRINGS=1 SPACER=100 AVOIDANCE MOVE=NO,DISTANCE=10 SHOW HITS=NO V1 =LOOP/START,ID=NO,NUMBER=PLN1.NUMHITS,START=1,SKIP=, OFFSET:XAXIS=0,YAXIS=0,ZAXIS=0,ANGLE=0 ASSIGN/FZNAME=CONCAT("DAT_A_POINT",STR(V1)) FZNAME =GENERIC/POINT,DEPENDENT,CARTESIAN,$ NOM/XYZ,<PLN1.HIT[V1].TX,PLN1.HIT[V1].TY,PLN1.HIT[V1].TZ>,$ MEAS/XYZ,<PLN1.HIT[V1].X,PLN1.HIT[V1].Y,PLN1.HIT[V1].Z>,$ NOM/IJK,<0,0,1>,$ MEAS/IJK,<0,0,1> LOOP/END
- Likes 3
Comment
-
One trick could be to create the autoplane as you want it, copy it to a new feature, F9 the copied feature and break it out to vectorpoints. If the last step doesn't work, simply use the "To points" script to break it out to points. The RandomJerk way might be smarter though, as that method doesn't create features that will be measured in a program.PC-DMIS CAD++ 2o23.1
Comment
-
Originally posted by dopalicious View Posta way to label each individual point of an auto plane in the graphic display window?Insert -> Report command -> Point Info...
No need to do any extra work, construction or other contortion.AndersI
SW support - Hexagon Metrology Nordic AB
- Likes 4
Comment
Related Topics
Collapse
-
by roscohow do I get the radial position of each point/hit of a feature to show and print out from the report window??
-
Channel: PC-DMIS for CMMs
01-09-2018, 06:08 PM -
-
by JEFMANI want to use assignments instead of angle vector values in an auto-plane.
ASSIGN/V1=60 (for example)
ASSIGN/V2=COS(DEG2RAD(V1))
...-
Channel: PC-DMIS for CMMs
10-05-2015, 07:34 AM -
-
by JThomasI never use assignments simply because I do not know how, I am supposed to get more training in January,...That said, I work with heavy steel parts, formed...
-
Channel: PC-DMIS for CMMs
12-13-2011, 02:22 PM -
-
by Cobe73'm Having a problem. I have a Part with 3 datum points for the Datum A. 2 of the points are 4mm above the one point. There is a perpendicular callout...
-
Channel: PC-DMIS for CMMs
07-15-2015, 11:00 AM -
-
I want to take 5 hits on a datum target. Then find the highest point for each target and use it in an iterative alignment. The code below is a section...
-
Channel: PC-DMIS for CMMs
09-30-2016, 10:33 AM -
Comment