Can I show print out in report mode or show in the graphics window the IJK of a point other than printing out program?
print IJK vector
Collapse
X
-
Code:COMMENT/REPT,NO,FEAT1.I + "," + FEAT1.J + "," + FEAT1.K
You might be able to do it from the dimension location dialogue but I don't report point data so I have little experience there. If you can't do it as a dimension or don't want to the above code will work.
CraigLast edited by craiger_ny; 07-28-2006, 02:12 PM.<internet bumper sticker goes here>
-
If you can get it into a variable and you can get the variable into a comment then I don't quite understand what is not working. Are you saying that the comment does not show in the report? If that is the case you need to have your reports display comments (it may be turned off). Also do you have operators in your feature names?
I just ran this code
Code:DTM_A =FEAT/PLANE,RECT,TRIANGLE THEO/1.8821,14.1795,-27.3904,0,0,1 ACTL/1.882,14.1795,-27.3653,-0.0000683,-0.0004152,0.9999999 MEAS/PLANE,4 HIT/BASIC,NORMAL,1.1046,14.8292,-27.39,0,0,1,1.1046,14.8292,-27.3651,USE THEO = YES HIT/BASIC,NORMAL,2.6871,14.8294,-27.3908,0,0,1,2.687,14.8295,-27.365,USE THEO = YES HIT/BASIC,NORMAL,2.6872,13.5299,-27.39,0,0,1,2.6871,13.5299,-27.3655,USE THEO = YES HIT/BASIC,NORMAL,1.0495,13.5297,-27.3908,0,0,1,1.0493,13.5295,-27.3656,USE THEO = YES ENDMEAS/ ASSIGN/AR_IJK = ARRAY(DTM_A.I, DTM_A.J, DTM_A.K) COMMENT/REPT,AR_IJK COMMENT/REPT,DTM_A.I + "," + DTM_A.J + "," + DTM_A.K
Craig<internet bumper sticker goes here>
Comment
-
Originally posted by Randy POK its Monday I got rid of the NO statement and it works great. Thanks. Not sure which way to go yet, I've got 50 pts to show this on.
Craig<internet bumper sticker goes here>
Comment
-
Can't you just output "V"?
Code:[FONT=Courier New][SIZE=1]PNT1 =AUTO/VECTOR POINT, SHOWALLPARAMS=YES THEO/3060,726.22,619,-0.0185542,0.9997414,-0.0131511 ACTL/3060,726.22,619,-0.0185542,0.9997414,-0.0131511 TARG/3060,726.22,619,-0.0185542,0.9997414,-0.0131511 ACTL_THICKNESS = 0, RECT, SNAP = NO ,$ AUTO MOVE = NO, DISTANCE = 15 DIM LOC1= LOCATION OF POINT PNT1 UNITS=MM ,$ GRAPH=OFF TEXT=OFF MULT=10.00 OUTPUT=BOTH AX NOMINAL MEAS +TOL -TOL DEV OUTTOL X 3060.000 3060.000 0.000 0.000 0.000 0.000 ----#---- Y 726.220 726.220 0.000 0.000 0.000 0.000 ----#---- Z 619.000 619.000 0.000 0.000 0.000 0.000 ----#---- T 0.000 0.000 0.000 0.000 0.000 0.000 ----#---- V -0.019 1.000 -0.013 END OF DIMENSION LOC1[/SIZE][/FONT]
"Your mom goes to college."
Kip
Comment
widgetinstance 190 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment