<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
		<id>https://it.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Definizione_Automatica_delle_Features_durante_gli_Output</id>
		<title>Definizione Automatica delle Features durante gli Output - Cronologia</title>
		<link rel="self" type="application/atom+xml" href="https://it.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Definizione_Automatica_delle_Features_durante_gli_Output"/>
		<link rel="alternate" type="text/html" href="https://it.arcowiki.com/index.php?title=Definizione_Automatica_delle_Features_durante_gli_Output&amp;action=history"/>
		<updated>2026-05-04T20:09:06Z</updated>
		<subtitle>Cronologia della pagina su questo sito</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://it.arcowiki.com/index.php?title=Definizione_Automatica_delle_Features_durante_gli_Output&amp;diff=26&amp;oldid=prev</id>
		<title>Slia: Creata pagina con &quot;From Version 3.6 it is implemented the automatic redefinition of the features in the current reference system regardless the reference system in which the feature has been def...&quot;</title>
		<link rel="alternate" type="text/html" href="https://it.arcowiki.com/index.php?title=Definizione_Automatica_delle_Features_durante_gli_Output&amp;diff=26&amp;oldid=prev"/>
				<updated>2018-06-01T08:56:43Z</updated>
		
		<summary type="html">&lt;p&gt;Creata pagina con &amp;quot;From Version 3.6 it is implemented the automatic redefinition of the features in the current reference system regardless the reference system in which the feature has been def...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;From Version 3.6 it is implemented the automatic redefinition of the features in the current reference system regardless the reference system in which the feature has been defined.&amp;lt;br /&amp;gt;&lt;br /&gt;
In the previous version of ARCO , in order to achieve this results, it was mandatory to re-define the feature in the new reference system, now, even if still allowed and formally correct, it is not mandatory anymore, since ARCO will take care of the correct definition run-time.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An example of a possible code in 3.6 is as follow:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;CODE&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Definition of an Initial Reference System&amp;lt;/span&amp;gt;&lt;br /&gt;
RECALL/D(MAC)&amp;lt;BR/&amp;gt;&lt;br /&gt;
D(INITIAL) = ROTATE/ZAXIS,20.0000&amp;lt;BR/&amp;gt;&lt;br /&gt;
D(INITIAL) = ROTATE/YAXIS,50.0000&amp;lt;BR/&amp;gt;&lt;br /&gt;
D(INITIAL) = ROTATE/XAXIS,60.0000&amp;lt;BR/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Definition of an feature to send to output&amp;lt;/span&amp;gt;&lt;br /&gt;
F(C_1)=FEAT/CIRCLE,INNER,CART,318.9920,-201.4900,25.0000,0.00000000,0.00000000,1.00000000,8.5000&amp;lt;BR/&amp;gt;&lt;br /&gt;
FA(C_1)=FEAT/CIRCLE,INNER,CART,318.934,-201.35,24.987,0.00000000,0.00000000,1.00000000,8.5000&amp;lt;BR/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Definition of second Reference System&amp;lt;/span&amp;gt;&lt;br /&gt;
D(SECOND_REFERENCE) = TRANS/XORIG,FA(C_1),YORIG,FA(C_1),ZORIG,FA(C_1)&amp;lt;BR/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Definition of some tolerance for Output&amp;lt;/span&amp;gt;&lt;br /&gt;
T(CORTOL_1)=TOL/CORTOL,XAXIS,-0.1000,0.1000&amp;lt;BR/&amp;gt;&lt;br /&gt;
T(CORTOL_2)=TOL/CORTOL,YAXIS,-0.1000,0.1000&amp;lt;BR/&amp;gt;&lt;br /&gt;
T(CORTOL_3)=TOL/CORTOL,ZAXIS,-0.1000,0.1000&amp;lt;BR/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Output on Terminal&amp;lt;/span&amp;gt;&lt;br /&gt;
V(TEXT)=VFORM/ALL&amp;lt;BR/&amp;gt;&lt;br /&gt;
DISPLY/TERM,V(TEXT)&amp;lt;BR/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Output in Initial Reference System without definition&amp;lt;/span&amp;gt;&lt;br /&gt;
TEXT/OUTFIL,'Output is New Reference Sytem'&amp;lt;BR/&amp;gt;&lt;br /&gt;
RECALL/D(SECOND_REFERENCE)&amp;lt;BR/&amp;gt;&lt;br /&gt;
OUTPUT/FA(C_1),TA(CORTOL_1),TA(CORTOL_2),TA(CORTOL_3)&amp;lt;BR/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Output in Second Reference System without definition&amp;lt;/span&amp;gt;&lt;br /&gt;
TEXT/OUTFIL,'Output in the First Reference Sytem'&amp;lt;BR/&amp;gt;&lt;br /&gt;
RECALL/D(INITIAL)&amp;lt;BR/&amp;gt;&lt;br /&gt;
OUTPUT/FA(C_1),TA(CORTOL_1),TA(CORTOL_2),TA(CORTOL_3)&amp;lt;BR/&amp;gt;&lt;br /&gt;
TEXT/OUTFIL,' '&amp;lt;BR/&amp;gt;&lt;br /&gt;
TEXT/OUTFIL,'The feature has the correct Nominal in Both Reference Systems Without Re-Definition'&amp;lt;BR/&amp;gt;&lt;br /&gt;
DISPLY/OFF&amp;lt;BR/&amp;gt;&lt;br /&gt;
&amp;lt;/CODE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[it::Definizione Automatica delle Features durante gli Output]]&lt;br /&gt;
&lt;br /&gt;
[[it:Ridefinizione automatica dei nominali durante l'uscita]]&lt;br /&gt;
[[zh-cn:输出期间名称的自动重新定义]]&lt;br /&gt;
[[pt:Redefinição Automática de Nominais Durante a Saída]]&lt;br /&gt;
[[de:Automatische Neudefinition von Nominalen während der Ausgabe]]&lt;br /&gt;
[[es:Redefinición Automática de Nominales durante Salida]]&lt;br /&gt;
[[en:Automatic Redefinition of Nominals During Output]]&lt;/div&gt;</summary>
		<author><name>Slia</name></author>	</entry>

	</feed>