<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://es.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Acceso_a_un_solo_punto_en_la_caracter%C3%ADstica</id>
		<title>Acceso a un solo punto en la característica - Historial de revisiones</title>
		<link rel="self" type="application/atom+xml" href="https://es.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Acceso_a_un_solo_punto_en_la_caracter%C3%ADstica"/>
		<link rel="alternate" type="text/html" href="https://es.arcowiki.com/index.php?title=Acceso_a_un_solo_punto_en_la_caracter%C3%ADstica&amp;action=history"/>
		<updated>2026-04-15T10:38:34Z</updated>
		<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://es.arcowiki.com/index.php?title=Acceso_a_un_solo_punto_en_la_caracter%C3%ADstica&amp;diff=7&amp;oldid=prev</id>
		<title>Slia: Página creada con «&lt;!--T:1--&gt; In order to '''Access to Single Point in the Feature''' it is necessary to use the command &lt;code&gt;PTDATA/&lt;/code&gt;.&lt;br/&gt;  &lt;!--T:2--&gt; In this example it is shown...»</title>
		<link rel="alternate" type="text/html" href="https://es.arcowiki.com/index.php?title=Acceso_a_un_solo_punto_en_la_caracter%C3%ADstica&amp;diff=7&amp;oldid=prev"/>
				<updated>2018-06-01T07:30:27Z</updated>
		
		<summary type="html">&lt;p&gt;Página creada con «&amp;lt;!--T:1--&amp;gt; In order to &amp;#039;&amp;#039;&amp;#039;&lt;a href=&quot;/index.php?title=Access_to_Single_Point_in_the_Feature&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Access to Single Point in the Feature (la página no existe)&quot;&gt;Access to Single Point in the Feature&lt;/a&gt;&amp;#039;&amp;#039;&amp;#039; it is necessary to use the command &amp;lt;code&amp;gt;PTDATA/&amp;lt;/code&amp;gt;.&amp;lt;br/&amp;gt;  &amp;lt;!--T:2--&amp;gt; In this example it is shown...»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
In order to '''[[Access to Single Point in the Feature]]''' it is necessary to use the command &amp;lt;code&amp;gt;PTDATA/&amp;lt;/code&amp;gt;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
In this example it is shown how to read a measured point of a feature.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&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;$$ Measuring a Circle with 3 points&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;F(C1)=FEAT/CIRCLE,INNER,CART,0.0000,0.0000,0.0000,0.00000000,0.00000000,1.00000000,20.0000&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;MEAS/CIRCLE,F(C1),3&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;PTMEAS/CART,6.0000,0.0000,0.0000,-1.00000000,0.00000000,0.00000000&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;PTMEAS/CART,-3.0000,5.1962,0.0000,0.50000000,-0.86602540,0.00000000&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;PTMEAS/CART,-3.0000,-5.1962,0.0000,0.50000000,0.86602540,0.00000000&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;ENDMES&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&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;$$Declaring the necessary Variables&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,xx,yy,zz,ii,jj,kk&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/INTGR,npt1,aa&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/CHAR,100,st1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&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;$$Get the number of points measured in the circle using the function PTDATA/&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;npt1=ASSIGN/PTDATA(FA(C1))&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&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;$$Loop within the number of points and Copy the raw points in an sequence of New point Features&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&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;$$The access to each individual feature is made with the commandFA(name)[numPoint]&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DO/aa,1,npt1,1&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;xx=OBTAIN/FA(C1)[aa],4&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;yy=OBTAIN/FA(C1)[aa],5&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;zz=OBTAIN/FA(C1)[aa],6&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;ii=OBTAIN/FA(C1)[aa],8&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;jj=OBTAIN/FA(C1)[aa],9&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;kk=OBTAIN/FA(C1)[aa],10&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;st1=ASSIGN/STR(aa)&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;F(@st1)=FEAT/POINT,CART,xx,yy,zz,ii,jj,kk&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;FA(@st1)=FEAT/POINT,CART,xx,yy,zz,ii,jj,kk&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;ENDDO&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[it:Accesso al punto singolo nella feature]]&lt;br /&gt;
[[zh-cn:访问功能中的单点]]&lt;br /&gt;
[[pt:Acesso a um único ponto no recurso]]&lt;br /&gt;
[[de:Zugriff auf Single Point im Feature]]&lt;br /&gt;
[[es:Acceso a un solo punto en la característica]]&lt;br /&gt;
[[en: Access to Single Point in the Feature ]]&lt;/div&gt;</summary>
		<author><name>Slia</name></author>	</entry>

	</feed>