<?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=Ottenere</id>
		<title>Ottenere - Cronologia</title>
		<link rel="self" type="application/atom+xml" href="https://it.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Ottenere"/>
		<link rel="alternate" type="text/html" href="https://it.arcowiki.com/index.php?title=Ottenere&amp;action=history"/>
		<updated>2026-04-11T04:59:32Z</updated>
		<subtitle>Cronologia della pagina su questo sito</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://it.arcowiki.com/index.php?title=Ottenere&amp;diff=231&amp;oldid=prev</id>
		<title>Slia: Creata pagina con &quot;The &lt;Code&gt;OBTAIN/&lt;/code&gt; commandis used to get a value from a feature.&lt;br/&gt; The parameter is chosen by using its position inside the definition...&quot;</title>
		<link rel="alternate" type="text/html" href="https://it.arcowiki.com/index.php?title=Ottenere&amp;diff=231&amp;oldid=prev"/>
				<updated>2018-06-12T14:55:14Z</updated>
		
		<summary type="html">&lt;p&gt;Creata pagina con &amp;quot;The &amp;lt;Code&amp;gt;OBTAIN/&amp;lt;/code&amp;gt; commandis used to &lt;a href=&quot;/index.php?title=Get_a_Value_from_a_Feature&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Get a Value from a Feature (la pagina non esiste)&quot;&gt;get a value from a feature&lt;/a&gt;.&amp;lt;br/&amp;gt; The parameter is chosen by using its position inside the definition...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;lt;Code&amp;gt;OBTAIN/&amp;lt;/code&amp;gt; commandis used to [[Get a Value from a Feature|get a value from a feature]].&amp;lt;br/&amp;gt;&lt;br /&gt;
The parameter is chosen by using its position inside the definition statement.&amp;lt;br/&amp;gt;&lt;br /&gt;
It is important to consider the differences between &amp;lt;code&amp;gt;F(label)&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;FA(label)&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;S(label)&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;SA(label)&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Examples:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Example of Obtain Command&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;F(POI_1)=FEAT/POINT,CART,1.111,2.222,3.333,0,0,1&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;F(POI_2)=FEAT/POINT,CART,4.444,5.555,6.666,0,0,1&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;F(POI_3)=FEAT/POINT,CART,7.777,8.888,9.999,0,0,1&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;FA(POI_1)=FEAT/POINT,CART,1.111,2.222,3.333,0,0,1&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;FA(POI_2)=FEAT/POINT,CART,4.444,5.555,6.666,0,0,1&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;FA(POI_3)=FEAT/POINT,CART,7.777,8.888,9.999,0,0,1&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;/br&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/INTGR,I&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/CHAR,20,elnm&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/DOUBLE,xx,yy,zz&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Do Loop upon the three point above&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DO/i,1,3&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;elnm=ASSIGN/CONCAT('poi_',STR(i))&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;$$ Third value from the FA(POI_X)&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;xx=OBTAIN/FA(@elnm),3&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;yy=OBTAIN/FA(@elnm),4&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;zz=OBTAIN/FA(@elnm),5&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;elnm=ASSIGN/CONCAT('newpoi_',STR(i))&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;F(@elnm)=FEAT/POINT,CART,  xx,yy,zz,    0,0,0&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;FA(@elnm)=FEAT/POINT,CART,  xx,yy,zz,    0,0,0&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;ENDDO&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Use &amp;lt;code&amp;gt;EVAL/&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;OUTPUT/&amp;lt;/code&amp;gt; to get the value of a tolerance without creating the output of it.&amp;lt;br/&amp;gt;&lt;br /&gt;
Examples:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Example of the use of EVAL&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/DOUBLE,tol_value&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;T(TP)=TOL/POS,2D,1.0000&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Evaluation of the T(TP) in the PO1 feature without the output&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;EVAL/FA(PO1),TA(TP)&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;tol_value=OBTAIN/TA(TP),3&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[it:Ottenere]]&lt;br /&gt;
[[zh-cn:获得]]&lt;br /&gt;
[[pt:Obtivermos]]&lt;br /&gt;
[[de:Erhalten]]&lt;br /&gt;
[[es:Obtener]]&lt;br /&gt;
[[en:Obtain]]&lt;/div&gt;</summary>
		<author><name>Slia</name></author>	</entry>

	</feed>