<?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: Temporary Graphics like GRDRAW or GRVECS in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/temporary-graphics-like-grdraw-or-grvecs/m-p/3748437#M80015</link>
    <description>&lt;P&gt;Thanks both.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will check out the VA api.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To start with, all I really need to do is draw either an arrow or a circle in plan view arond / pointing at a specific coordinate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We'll see what happens...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My backup plan is to reproduce the info in a pictureBox on the form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also thought about popping up a seperate form that has an arrow on it (rotated correctly) and move that dialog so that it points to the correct spot. I'm not even sure if this can be done and it feels a bit messy. (But I think I remember someone posting code where they had figured out how to translate revit coordinates to windows screen coordinate).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jan 2013 19:32:30 GMT</pubDate>
    <dc:creator>mertens3d</dc:creator>
    <dc:date>2013-01-08T19:32:30Z</dc:date>
    <item>
      <title>Temporary Graphics like GRDRAW or GRVECS</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/temporary-graphics-like-grdraw-or-grvecs/m-p/3743360#M80012</link>
      <description>&lt;P&gt;Is there a way in the Revit API to draw temporary graphics like in autolisp (GRDRAW or GRVECS)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a routine that is rotating line/ wall elements. But the rotation point can be either end point or the middle. I'd like a graphical way to indicate to the user which point will be used for the rotation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2012 20:52:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/temporary-graphics-like-grdraw-or-grvecs/m-p/3743360#M80012</guid>
      <dc:creator>mertens3d</dc:creator>
      <dc:date>2012-12-27T20:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary Graphics like GRDRAW or GRVECS</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/temporary-graphics-like-grdraw-or-grvecs/m-p/3746993#M80013</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Revit doesn't expose the API to create transient/temporary graphics.&lt;/P&gt;
&lt;P&gt;Revit engineering team knew this API request.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 10:08:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/temporary-graphics-like-grdraw-or-grvecs/m-p/3746993#M80013</guid>
      <dc:creator>Joe.Ye</dc:creator>
      <dc:date>2013-01-07T10:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary Graphics like GRDRAW or GRVECS</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/temporary-graphics-like-grdraw-or-grvecs/m-p/3748224#M80014</link>
      <description>&lt;P&gt;Depending on what exactly needs to be temporarily displayed, the Visualization Analysis API can be of use in some cases. Please consider exploring the Revit.DB.Analysis namespace along with samples provided in the SDK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Arnošt Löbel&lt;BR /&gt;Autodesk Revit R&amp;amp;D&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 16:10:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/temporary-graphics-like-grdraw-or-grvecs/m-p/3748224#M80014</guid>
      <dc:creator>arnostlobel</dc:creator>
      <dc:date>2013-01-08T16:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary Graphics like GRDRAW or GRVECS</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/temporary-graphics-like-grdraw-or-grvecs/m-p/3748437#M80015</link>
      <description>&lt;P&gt;Thanks both.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will check out the VA api.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To start with, all I really need to do is draw either an arrow or a circle in plan view arond / pointing at a specific coordinate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We'll see what happens...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My backup plan is to reproduce the info in a pictureBox on the form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also thought about popping up a seperate form that has an arrow on it (rotated correctly) and move that dialog so that it points to the correct spot. I'm not even sure if this can be done and it feels a bit messy. (But I think I remember someone posting code where they had figured out how to translate revit coordinates to windows screen coordinate).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 19:32:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/temporary-graphics-like-grdraw-or-grvecs/m-p/3748437#M80015</guid>
      <dc:creator>mertens3d</dc:creator>
      <dc:date>2013-01-08T19:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Temporary Graphics like GRDRAW or GRVECS</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/temporary-graphics-like-grdraw-or-grvecs/m-p/3748782#M80016</link>
      <description>&lt;P&gt;Hi mertens3d,&lt;BR /&gt;&lt;BR /&gt;you could simulate some sort of temporary geometry by drawing DetailLines (or better circles/DetailArcs because you want to show 'points') on the locations the user may pick (Selection.PickPoint(ObjectSnapTypes.Midpoints | ObjectSnapTypes.Endpoints) etc.)&lt;BR /&gt;&lt;BR /&gt;Just delete them after performing your other stuff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Revitalizer&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2013 08:10:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/temporary-graphics-like-grdraw-or-grvecs/m-p/3748782#M80016</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2013-01-09T08:10:35Z</dc:date>
    </item>
  </channel>
</rss>

