Difference between revisions of "Automatic Redefinition of Nominals During Output"
|  (Created page with "  Category:ReadMe3.6") | |||
| Line 1: | Line 1: | ||
| + | <CODE> | ||
| + | RECALL/D(MAC)<BR/> | ||
| + | D(INITIAL) = ROTATE/ZAXIS,20.0000<BR/> | ||
| + | D(INITIAL) = ROTATE/YAXIS,50.0000<BR/> | ||
| + | D(INITIAL) = ROTATE/XAXIS,60.0000<BR/> | ||
| + | F(C_1)=FEAT/CIRCLE,INNER,CART,318.9920,-201.4900,25.0000,0.00000000,0.00000000,1.00000000,8.5000<BR/> | ||
| + | FA(C_1)=FEAT/CIRCLE,INNER,CART,318.934,-201.35,24.987,0.00000000,0.00000000,1.00000000,8.5000<BR/> | ||
| + | D(SECOND_REFERENCE) = TRANS/XORIG,FA(C_1),YORIG,FA(C_1),ZORIG,FA(C_1)<BR/> | ||
| + | |||
| + | T(CORTOL_1)=TOL/CORTOL,XAXIS,-0.1000,0.1000<BR/> | ||
| + | T(CORTOL_2)=TOL/CORTOL,YAXIS,-0.1000,0.1000<BR/> | ||
| + | T(CORTOL_3)=TOL/CORTOL,ZAXIS,-0.1000,0.1000<BR/> | ||
| + | |||
| + | V(TEXT)=VFORM/ALL<BR/> | ||
| + | DISPLY/TERM,V(TEXT)<BR/> | ||
| + | 	TEXT/OUTFIL,'Output is New Reference Sytem'<BR/> | ||
| + | 	RECALL/D(SECOND_REFERENCE)<BR/> | ||
| + | 	OUTPUT/FA(C_1),TA(CORTOL_1),TA(CORTOL_2),TA(CORTOL_3)<BR/> | ||
| + | |||
| + | 	TEXT/OUTFIL,'Output in the First Reference Sytem'<BR/> | ||
| + | 	RECALL/D(INITIAL)<BR/> | ||
| + | 	OUTPUT/FA(C_1),TA(CORTOL_1),TA(CORTOL_2),TA(CORTOL_3)<BR/> | ||
| + | DISPLY/OFF<BR/> | ||
| + | </CODE> | ||
| [[Category:ReadMe3.6]] | [[Category:ReadMe3.6]] | ||
Revision as of 15:56, 11 October 2017
RECALL/D(MAC)
D(INITIAL) = ROTATE/ZAXIS,20.0000
D(INITIAL) = ROTATE/YAXIS,50.0000
D(INITIAL) = ROTATE/XAXIS,60.0000
F(C_1)=FEAT/CIRCLE,INNER,CART,318.9920,-201.4900,25.0000,0.00000000,0.00000000,1.00000000,8.5000
FA(C_1)=FEAT/CIRCLE,INNER,CART,318.934,-201.35,24.987,0.00000000,0.00000000,1.00000000,8.5000
D(SECOND_REFERENCE) = TRANS/XORIG,FA(C_1),YORIG,FA(C_1),ZORIG,FA(C_1)
T(CORTOL_1)=TOL/CORTOL,XAXIS,-0.1000,0.1000
T(CORTOL_2)=TOL/CORTOL,YAXIS,-0.1000,0.1000
T(CORTOL_3)=TOL/CORTOL,ZAXIS,-0.1000,0.1000
V(TEXT)=VFORM/ALL
DISPLY/TERM,V(TEXT)
	TEXT/OUTFIL,'Output is New Reference Sytem'
	RECALL/D(SECOND_REFERENCE)
	OUTPUT/FA(C_1),TA(CORTOL_1),TA(CORTOL_2),TA(CORTOL_3)
	TEXT/OUTFIL,'Output in the First Reference Sytem'
	RECALL/D(INITIAL)
	OUTPUT/FA(C_1),TA(CORTOL_1),TA(CORTOL_2),TA(CORTOL_3)
DISPLY/OFF
