<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Attributes that auto update when moving along a path in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12232180#M24455</link>
    <description>&lt;P&gt;Ya I am not too sure about the reactor stuff either.&lt;/P&gt;&lt;P&gt;I did see Lee Mac's grread functions as well and was thinking those might work.&lt;/P&gt;&lt;P&gt;Just not sure how to implement those just yet. I would like the grread info to look like that is being inserted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First things first though, I need to get my formula to do the calculations I need working now matter which way things are selected as well as draw my polyline the proper direction no matter what the UCS is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I need to rethink the coding a bit.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Sep 2023 14:34:27 GMT</pubDate>
    <dc:creator>Strydaris2492</dc:creator>
    <dc:date>2023-09-11T14:34:27Z</dc:date>
    <item>
      <title>Attributes that auto update when moving along a path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12227587#M24448</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for an answer to a question I have been having regarding using a lisp to show a dynamic attribute value of sorts.&lt;/P&gt;&lt;P&gt;What I am looking to do or know if you can actually do it is if you can insert an attributed block along a set path, then after insertion and before the lisp finishes, be able to MOVE that block and have the attribute dynamically update as you move it.&lt;/P&gt;&lt;P&gt;For better context, I have 2 grade elevation points and I need to find a point between those 2 points, but lets say I noticed I misplaced the the point I needed and want to move it before exiting the lisp. If I move it I want to be able to see it as I move it along the set path between the 2 original points as well as see the value of the attribute change as I move it.&lt;/P&gt;&lt;P&gt;I know moving something along a path is possible using the vlax-curve functions. And I know I could do the math for the value using something like&amp;nbsp;&lt;SPAN&gt;vlax-curve-getClosestPointTo. What I dont know is if you can have the attribute show the updated value as you move it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Anyone have any thought on this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 14:29:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12227587#M24448</guid>
      <dc:creator>Strydaris2492</dc:creator>
      <dc:date>2023-09-08T14:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Attributes that auto update when moving along a path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12228422#M24449</link>
      <description>Might be able to attach an object reactor to it that updates its value as you move it. &lt;A href="https://www.afralisp.net/visual-lisp/tutorials/reactors-part-3.php" target="_blank"&gt;https://www.afralisp.net/visual-lisp/tutorials/reactors-part-3.php&lt;/A&gt;</description>
      <pubDate>Fri, 08 Sep 2023 21:36:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12228422#M24449</guid>
      <dc:creator>MrJSmith</dc:creator>
      <dc:date>2023-09-08T21:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Attributes that auto update when moving along a path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12228428#M24450</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13171171"&gt;@Strydaris2492&lt;/a&gt;&amp;nbsp; Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you attached example drawing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 21:41:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12228428#M24450</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2023-09-08T21:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Attributes that auto update when moving along a path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12229657#M24451</link>
      <description>&lt;P&gt;If you use mtext with a field with say X,Y then move reference object it will change, but you need a regen to force the mtext change. A pretty easy lisp with regen as last step.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 01:12:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12229657#M24451</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-09-10T01:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Attributes that auto update when moving along a path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12231942#M24452</link>
      <description>Hi Sea-Haven,&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;I am trying to avoid fields as the math to get my point is fairly complex. Too many "solve this angle first to get this side" then use that to solve this etc etc.</description>
      <pubDate>Mon, 11 Sep 2023 13:05:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12231942#M24452</guid>
      <dc:creator>Strydaris2492</dc:creator>
      <dc:date>2023-09-11T13:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Attributes that auto update when moving along a path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12232056#M24453</link>
      <description>Thanks MrJSmith, I will check out this option. Not sure now to do this, but at least its a suggested solution.</description>
      <pubDate>Mon, 11 Sep 2023 13:48:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12232056#M24453</guid>
      <dc:creator>Strydaris2492</dc:creator>
      <dc:date>2023-09-11T13:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Attributes that auto update when moving along a path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12232161#M24454</link>
      <description>&lt;P&gt;If you knew how to do it, you wouldn't have been asking ;).&lt;BR /&gt;&lt;BR /&gt;Honestly, I am not that familiar with object reactors myself; however, it might not work for you as it sounds like you want the update of the info to happen while you are moving the object in real time? In which case the object reactor might not get triggered until the move command has ended as I think it is only called on update of the entity.&lt;BR /&gt;&lt;BR /&gt;The only other thing I could think of is using a grread while loop to constantly trigger the update with each movement of the mouse. Lee Mac has several good examples of this. &lt;A href="http://www.lee-mac.com/grtext.html" target="_blank" rel="noopener"&gt;http://www.lee-mac.com/grtext.html&amp;nbsp;&lt;/A&gt;and &lt;A href="http://www.lee-mac.com/dynamictextalignment.html" target="_blank"&gt;http://www.lee-mac.com/dynamictextalignment.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 14:27:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12232161#M24454</guid>
      <dc:creator>MrJSmith</dc:creator>
      <dc:date>2023-09-11T14:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Attributes that auto update when moving along a path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12232180#M24455</link>
      <description>&lt;P&gt;Ya I am not too sure about the reactor stuff either.&lt;/P&gt;&lt;P&gt;I did see Lee Mac's grread functions as well and was thinking those might work.&lt;/P&gt;&lt;P&gt;Just not sure how to implement those just yet. I would like the grread info to look like that is being inserted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First things first though, I need to get my formula to do the calculations I need working now matter which way things are selected as well as draw my polyline the proper direction no matter what the UCS is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I need to rethink the coding a bit.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 14:34:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12232180#M24455</guid>
      <dc:creator>Strydaris2492</dc:creator>
      <dc:date>2023-09-11T14:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Attributes that auto update when moving along a path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12233286#M24456</link>
      <description>&lt;P&gt;A complex formula in a defun will update in a blink of an eye, so dont see a problem, working on a slider dcl drawing lines and lines are redrawn with the dcl redisplayed can not see it happening.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 23:21:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/attributes-that-auto-update-when-moving-along-a-path/m-p/12233286#M24456</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-09-11T23:21:23Z</dc:date>
    </item>
  </channel>
</rss>

