<?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 Ynt: Setting the reference point in the selection in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11334687#M12516</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="lisp"&gt; (setq p3 (mapcar '/ (mapcar '+ p1 p2) '(2. 2. 2.)))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var pointResult = ed.GetPoint("\n\nReferans Noktası &amp;gt;");

var pointResult = ed.GetPoint(P3);&lt;/LI-CODE&gt;&lt;P&gt;as in this lisp example. from the selection window (from p1 and p2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I obtain and use a third point (p3) on the same axis?&lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2022 09:31:45 GMT</pubDate>
    <dc:creator>k005</dc:creator>
    <dc:date>2022-08-02T09:31:45Z</dc:date>
    <item>
      <title>Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11259411#M12515</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello everyone !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var selection = ed.GetSelection(); the coordinates of the point I clicked for the first time,&lt;/P&gt;&lt;P&gt;var pointResult = ed.GetPoint("\n\nReference Point &amp;gt;"); -----&amp;gt; how can I point write this part automatically?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sample :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Point1 and Point2 = ed.GetSelection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ed.GetPoint(Point1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance to the helper.&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;&lt;LI-CODE lang="csharp"&gt; var selection = ed.GetSelection();
            Application.SetSystemVariable("OSMODE", 32);
            if (selection.Status == PromptStatus.OK)
            {
                var pointResult = ed.GetPoint("\n\nReferans Noktası &amp;gt;");
                if (pointResult.Status == PromptStatus.OK)&lt;/LI-CODE&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>Sun, 26 Jun 2022 16:50:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11259411#M12515</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2022-06-26T16:50:25Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11334687#M12516</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="lisp"&gt; (setq p3 (mapcar '/ (mapcar '+ p1 p2) '(2. 2. 2.)))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var pointResult = ed.GetPoint("\n\nReferans Noktası &amp;gt;");

var pointResult = ed.GetPoint(P3);&lt;/LI-CODE&gt;&lt;P&gt;as in this lisp example. from the selection window (from p1 and p2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I obtain and use a third point (p3) on the same axis?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 09:31:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11334687#M12516</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2022-08-02T09:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11334786#M12517</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537692"&gt;@k005&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello everyone !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var selection = ed.GetSelection(); the coordinates of the point I clicked for the first time,&lt;/P&gt;&lt;P&gt;var pointResult = ed.GetPoint("\n\nReference Point &amp;gt;"); -----&amp;gt; how can I point write this part automatically?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sample :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Point1 and Point2 = ed.GetSelection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ed.GetPoint(Point1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537692"&gt;@k005&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;your question still not clear, if i you want to select a point then use it as ref point here is the an approcch:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;[CommandMethod("Test_1")]
        public void SelectionWithRefPoint()
        {
            #region curr doc
            var adoc = Application.DocumentManager.MdiActiveDocument;
            var adb = adoc.Database;
            var editor = adoc.Editor;
            var cdoc = cApp.CivilApplication.ActiveDocument;
            #endregion

            var selResult = editor.GetSelection();
            Application.SetSystemVariable("OSMODE", 32);

            if (selResult.Status != PromptStatus.OK)
                return;

            DBPoint refPoint = null;
            bool isRefPointFound = false;
            using (var tr = adb.TransactionManager.StartTransaction())
            {
                // searching for the first point found in selection
                foreach (var ObjId in selResult.Value.GetObjectIds())
                {
                    if (ObjId.GetObject(OpenMode.ForRead) is DBPoint dbPoint)
                    {
                        refPoint = dbPoint;
                        isRefPointFound = true;
                        break; // a point found
                    }
                }
                if (isRefPointFound == false)
                {
                    editor.WriteMessage("\n --- No Point Selected ---- \n");
                    return; 
                }

                // prompt for point
                var ppo = new PromptPointOptions("\n------- select a point --------") 
                {
                    UseBasePoint = true,
                    BasePoint = refPoint.Position,
                };
                var pointResult = editor.GetPoint(ppo);
                if (pointResult.Status != PromptStatus.OK)
                    return;

                // TO DO
                // ...
            }
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 10:16:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11334786#M12517</guid>
      <dc:creator>essam-salah</dc:creator>
      <dc:date>2022-08-02T10:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11334804#M12518</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3650456"&gt;@essam-salah&lt;/a&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;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;* I made a little change on the subject. We need to get P3 (middle point) not P1 (first point).&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It should look like the result here. that is, when the selection window is made ( P1 and P2 )&lt;/P&gt;&lt;P&gt;getting point P3 on the same axis into a variable.&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;LI-CODE lang="lisp"&gt;(defun c:Test ()
  
  (princ "Use a window or cross-window type of selection to")
  (if (setq s (ssget "_:S"))
    (progn
      (and (setq x (ssnamex s))
	   (setq p1 (cadar (cdddr (assoc (last (car x)) x))))
	   (setq p2 (cadar (cdr (assoc (last (car x)) x))))
	   (setq p3 (mapcar '/ (mapcar '+ p1 p2) '(2. 2. 2.)))
	   (command "_point" "_non" p3))
      ))
  (princ p3)
  )&lt;/LI-CODE&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;LI-CODE lang="csharp"&gt;var pointResult = ed.GetPoint(P3); 

or otherwise. but for P3, I will not enter a reference point. we will get this during the selection window.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 10:48:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11334804#M12518</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2022-08-02T10:48:18Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11334887#M12519</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;Point3d GetMidPoint(Point3d p1, Point3d p2) =&amp;gt;
    p1 + (p2 - p1) * 0.5;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 02 Aug 2022 11:21:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11334887#M12519</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-08-02T11:21:50Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335270#M12520</link>
      <description>&lt;LI-CODE lang="csharp"&gt;Point3d GetMidPoint(Point3d p1, Point3d p2) =&amp;gt;
    p1 + (p2 - p1) * 0.5;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK. How do I get the contents of p1 and p2?&lt;/P&gt;&lt;P&gt;more precisely, how do I get it from getselection?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 14:03:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335270#M12520</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2022-08-02T14:03:39Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335372#M12521</link>
      <description>&lt;P&gt;Getting the points used during a selection (as with ssnamex LISP function) is not reliable because the user may have made several window, crossing, point selections during the same prompt. Besides, the .NET API does not expose anything about this subject neither in the PromptSelectionResult type, nor in the Selection type.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 14:42:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335372#M12521</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-08-02T14:42:27Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335386#M12522</link>
      <description>&lt;P&gt;Yes . I understand. But I will suffice, albeit only as an approximate point. so this P3 point is not a very functional point...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so if we can translate the lisp code to c#, i think i can achieve my goal...&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 14:47:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335386#M12522</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2022-08-02T14:47:40Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335518#M12523</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537692"&gt;@k005&lt;/a&gt;&amp;nbsp; a écrit&amp;nbsp;:&lt;BR /&gt;
&lt;P&gt;if we can translate the lisp code to c#, i think i can achieve my goal...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No we cannot translate the LISP code. As I said upper, there's no equivalent API to the ssnamex LISP function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you could do is aggregate the geometric extents of all the selected entity and compute the middle of the resulting extents.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 15:38:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335518#M12523</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-08-02T15:38:11Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335528#M12524</link>
      <description>&lt;P&gt;...What you could do is aggregate the geometric extents of all the selected entity and compute the middle of the resulting extents....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, that would be too long. Understood.&lt;/P&gt;&lt;P&gt;In this case, another method is required or I have to mark the reference point on the screen with the mouse. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 15:44:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335528#M12524</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2022-08-02T15:44:47Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335576#M12525</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537692"&gt;@k005&lt;/a&gt;&amp;nbsp; a écrit&amp;nbsp;:&lt;BR /&gt;
&lt;P&gt;No, that would be too long. Understood.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Are you sure? Did you try it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An example:&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;        [CommandMethod("TEST")]
        public static void Test()
        {
            var doc = Application.DocumentManager.MdiActiveDocument;
            var db = doc.Database;
            var ed = doc.Editor;
            var selection = ed.GetSelection();
            if (selection.Status != PromptStatus.OK)
                return;
            using (var tr = db.TransactionManager.StartTransaction())
            {
                var extents = new Extents3d();
                foreach (var id in selection.Value.GetObjectIds())
                {
                    var entity = (Entity)tr.GetObject(id, OpenMode.ForRead);
                    extents.AddExtents(entity.GeometricExtents);
                }
                var point = new DBPoint(
                    extents.MinPoint + (extents.MaxPoint - extents.MinPoint) * 0.5);
                point.ColorIndex = 30;
                var curSpace = (BlockTableRecord)tr.GetObject(db.CurrentSpaceId, OpenMode.ForWrite);
                curSpace.AppendEntity(point);
                tr.AddNewlyCreatedDBObject(point, true);
                tr.Commit();
            }
        }&lt;/LI-CODE&gt;
&lt;DIV id="80a5f4c1-348b-4123-b201-f6f923bafef6" class="myscreencast-iframe iframe-container active-myscreencast"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/80a5f4c1-348b-4123-b201-f6f923bafef6" width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/80a5f4c1-348b-4123-b201-f6f923bafef6"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="976cf132-bf23-47a3-8c4a-8733d371b0db" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/976cf132-bf23-47a3-8c4a-8733d371b0db"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="f891456a-2025-4259-ac0a-17a0f54f420d" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/f891456a-2025-4259-ac0a-17a0f54f420d"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="8fcf81a4-9da7-41e7-b761-a88895e00abd" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/8fcf81a4-9da7-41e7-b761-a88895e00abd"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="0c6382f3-8881-4bbf-93fe-6807f63ba2f4" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/0c6382f3-8881-4bbf-93fe-6807f63ba2f4"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="cff580d9-8635-428e-bc49-e0a8d76bcffc" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/cff580d9-8635-428e-bc49-e0a8d76bcffc"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="1cff3812-028b-46a4-afb0-4c542c104675" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/1cff3812-028b-46a4-afb0-4c542c104675"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="702fddc6-541f-41c6-bb57-55136b83b9d4" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/702fddc6-541f-41c6-bb57-55136b83b9d4"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="fe82371e-3309-4edf-8de0-31fd96b8bf0b" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/fe82371e-3309-4edf-8de0-31fd96b8bf0b"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="ba7bf341-61c8-4706-8b03-03cd34bddbc4" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="590" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/ba7bf341-61c8-4706-8b03-03cd34bddbc4"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="8712cedf-d57d-4750-a2c8-89e1410f3301" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/8712cedf-d57d-4750-a2c8-89e1410f3301"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="aecf01bb-d74f-453e-bf12-d6217cbc8bc3" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/aecf01bb-d74f-453e-bf12-d6217cbc8bc3"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="02e7453a-b842-4d52-b4a0-c0c2e8b5d676" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/02e7453a-b842-4d52-b4a0-c0c2e8b5d676"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="058cb354-807e-4e0e-8358-0253419c5c05" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/058cb354-807e-4e0e-8358-0253419c5c05"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="21879270-7ee9-4f64-ac7d-0ac7372abaa1" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/21879270-7ee9-4f64-ac7d-0ac7372abaa1"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b2656e19-dc92-4498-98fd-d81a86eb9b6b" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b2656e19-dc92-4498-98fd-d81a86eb9b6b"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="1d7b241a-e0c7-42b0-bc2d-2376b3baf96f" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/1d7b241a-e0c7-42b0-bc2d-2376b3baf96f"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="fe399a92-d4b9-446d-86d3-95029723f261" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/fe399a92-d4b9-446d-86d3-95029723f261"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="d7bd5d5b-d211-4840-8b87-f8e4e448627a" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/d7bd5d5b-d211-4840-8b87-f8e4e448627a"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="fb7ed070-69c9-45f5-bc97-f84f66ccf876" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/fb7ed070-69c9-45f5-bc97-f84f66ccf876"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="94c57c91-e77d-4f35-aa93-4fd572161c7a" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/94c57c91-e77d-4f35-aa93-4fd572161c7a"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="bb60a651-366f-4a3e-ac78-292c221166f9" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/bb60a651-366f-4a3e-ac78-292c221166f9"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="54a55e47-f855-4c11-95fb-b9e315bf9b98" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/54a55e47-f855-4c11-95fb-b9e315bf9b98"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="a70594b0-9118-4825-9089-8396773b09a5" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/a70594b0-9118-4825-9089-8396773b09a5"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="6b27e31d-c46a-4d66-9adb-b70dd9a67b78" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/6b27e31d-c46a-4d66-9adb-b70dd9a67b78"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="fa5eafc3-b7c9-48da-9241-edbc06e33f0e" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/fa5eafc3-b7c9-48da-9241-edbc06e33f0e"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="2795359b-2a44-4431-ba6e-59f0a704e9a0" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/2795359b-2a44-4431-ba6e-59f0a704e9a0"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="660be201-586b-4621-938b-1246eaeafc51" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/660be201-586b-4621-938b-1246eaeafc51"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="3ce94081-da32-445e-9e13-0f72d9cc642b" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/3ce94081-da32-445e-9e13-0f72d9cc642b"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="ef75c120-d34a-4bf1-8a30-8ec52fb5613e" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/ef75c120-d34a-4bf1-8a30-8ec52fb5613e"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="3a914974-e850-445f-9318-6facde5c9ecb" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/3a914974-e850-445f-9318-6facde5c9ecb"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="fcb71945-dec5-4eae-b539-36d0b27084ed" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/fcb71945-dec5-4eae-b539-36d0b27084ed"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="25017818-ec84-4dbd-b6a8-5711d2f17f85" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/25017818-ec84-4dbd-b6a8-5711d2f17f85"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="59c9c150-a36b-468a-8baf-9f11a429ff14" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/59c9c150-a36b-468a-8baf-9f11a429ff14"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="cd862c32-76eb-408d-a9f3-2dbbf730893a" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/cd862c32-76eb-408d-a9f3-2dbbf730893a"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="80bae978-b261-49af-88ab-cac1b4861d36" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/80bae978-b261-49af-88ab-cac1b4861d36"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="bedaccf1-cdef-4b55-9444-d1845fa13e4c" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/bedaccf1-cdef-4b55-9444-d1845fa13e4c"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="9235c917-2d05-4d19-bcd0-3b05ac1043ea" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/9235c917-2d05-4d19-bcd0-3b05ac1043ea"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b2660fc5-6afe-44fe-86a9-f5d8322ff718" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b2660fc5-6afe-44fe-86a9-f5d8322ff718"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="1492b164-54f2-4d03-9cc0-24f9b960b80d" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/1492b164-54f2-4d03-9cc0-24f9b960b80d"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="7c5d868d-0c45-48a4-98e9-12fe27129a87" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/7c5d868d-0c45-48a4-98e9-12fe27129a87"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="a86e6108-ff20-42cc-b6f1-054f6989c0ee" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/a86e6108-ff20-42cc-b6f1-054f6989c0ee"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="1d15e9f5-0179-4096-97ce-a26174d12699" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/1d15e9f5-0179-4096-97ce-a26174d12699"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="8ef1ddae-d535-45a0-baf4-25d33051cdee" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/8ef1ddae-d535-45a0-baf4-25d33051cdee"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="9f91941f-c123-475c-8737-599251845c77" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/9f91941f-c123-475c-8737-599251845c77"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="35434793-fc65-4677-8590-6cd5cc89bfaf" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/35434793-fc65-4677-8590-6cd5cc89bfaf"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="607fa170-a69d-4929-add9-8d79b8f9a3ff" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/607fa170-a69d-4929-add9-8d79b8f9a3ff"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="364e331f-28ef-4161-ada5-9a78e93db200" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/364e331f-28ef-4161-ada5-9a78e93db200"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="5e8e9372-f14f-49de-899a-fb97cdfff433" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/5e8e9372-f14f-49de-899a-fb97cdfff433"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="f09bce6f-91e2-4fb3-9d2a-f5321136476e" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/f09bce6f-91e2-4fb3-9d2a-f5321136476e"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="1282857e-e572-4bac-90bf-c47887753515" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/1282857e-e572-4bac-90bf-c47887753515"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b81661b1-1f09-40bb-8b80-659e90319a06" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b81661b1-1f09-40bb-8b80-659e90319a06"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="5f0ad2e7-3c15-49e5-afea-f50849ec3d7a" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/5f0ad2e7-3c15-49e5-afea-f50849ec3d7a"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="2b85b476-d054-4455-b090-3988c6997ecf" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/2b85b476-d054-4455-b090-3988c6997ecf"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="83cd684f-4c86-443f-bf3b-fea03616643b" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/83cd684f-4c86-443f-bf3b-fea03616643b"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="2608bbb1-1efd-4901-a6f4-a53a0bb8008c" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/2608bbb1-1efd-4901-a6f4-a53a0bb8008c"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="bb11696f-f567-46a8-89a0-0c82fe00840d" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/bb11696f-f567-46a8-89a0-0c82fe00840d"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="3e985dff-aa76-49b3-b010-497b4c3531a8" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/3e985dff-aa76-49b3-b010-497b4c3531a8"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="a8b114c2-de15-45e3-a8e2-1e65205d3941" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/a8b114c2-de15-45e3-a8e2-1e65205d3941"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="764e2eda-b29e-4403-b6b6-a7eacc2f0efb" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/764e2eda-b29e-4403-b6b6-a7eacc2f0efb"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="f6a86b2f-7014-48c5-a60d-a9bc1fbe317e" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/f6a86b2f-7014-48c5-a60d-a9bc1fbe317e"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="5dc7c27c-a718-43c2-a9bf-ca5cdd2fdde5" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/5dc7c27c-a718-43c2-a9bf-ca5cdd2fdde5"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="dfa47d1b-3476-41ef-9012-36ab572844fa" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/dfa47d1b-3476-41ef-9012-36ab572844fa"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="a8802fdf-f8c6-43ef-ad98-24ee0946f990" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/a8802fdf-f8c6-43ef-ad98-24ee0946f990"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="7964c7b2-af23-49bc-941b-b44c72e886e8" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/7964c7b2-af23-49bc-941b-b44c72e886e8"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="847c40d0-7d18-4f6b-861e-f4926675f2ac" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/847c40d0-7d18-4f6b-861e-f4926675f2ac"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="23c8dadc-de63-44ce-b6be-9407bef60c19" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="590" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/23c8dadc-de63-44ce-b6be-9407bef60c19"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="4afe8dd2-5f86-4c3b-9382-d340bd513215" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/4afe8dd2-5f86-4c3b-9382-d340bd513215"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="eec893e4-9eaa-4ee5-a54f-cb55b3ece94c" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/eec893e4-9eaa-4ee5-a54f-cb55b3ece94c"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="23afe57b-bbe0-4353-b98a-f695ebcef8cb" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/23afe57b-bbe0-4353-b98a-f695ebcef8cb"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="9bd62f8f-2a83-49f9-a555-e0fa9c61f1dc" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/9bd62f8f-2a83-49f9-a555-e0fa9c61f1dc"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="f9020665-de30-4b5d-8791-a735546f4f52" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/f9020665-de30-4b5d-8791-a735546f4f52"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="7fc2979c-16ab-438c-aec2-865f379c8439" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/7fc2979c-16ab-438c-aec2-865f379c8439"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="585d3c18-9717-47a4-a18e-8194089505c0" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/585d3c18-9717-47a4-a18e-8194089505c0"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="6d823911-aa38-4c6e-8999-34cb4ea4a7cc" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/6d823911-aa38-4c6e-8999-34cb4ea4a7cc"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b0035077-c40a-470c-ac36-202120970919" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b0035077-c40a-470c-ac36-202120970919"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="f38f3d35-98ed-4e22-bebc-6a7ee8abc241" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="590" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/f38f3d35-98ed-4e22-bebc-6a7ee8abc241"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="570036fa-0633-47c9-98a9-c99d9354f925" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/570036fa-0633-47c9-98a9-c99d9354f925"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="1e56c93b-351e-44ac-acef-1f6b6c1ee3ef" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/1e56c93b-351e-44ac-acef-1f6b6c1ee3ef"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="e7638def-e6fc-4028-9629-2dd43d6b95d7" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/e7638def-e6fc-4028-9629-2dd43d6b95d7"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="baa6ca6c-4744-495e-9bc4-84e81f27c3cc" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/baa6ca6c-4744-495e-9bc4-84e81f27c3cc"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="efba7a66-667d-45db-8c58-354f76bc44bf" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/efba7a66-667d-45db-8c58-354f76bc44bf"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="4bb423c4-81de-4537-beba-f76cdbf6c72b" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/4bb423c4-81de-4537-beba-f76cdbf6c72b"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="4a0b8d02-0c41-40d7-ab6b-51f2b36208a2" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/4a0b8d02-0c41-40d7-ab6b-51f2b36208a2"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="aca531c9-064a-4557-b1d7-99670d9797fb" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/aca531c9-064a-4557-b1d7-99670d9797fb"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="d831056a-548c-4f45-8d90-b9b18d295baa" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/d831056a-548c-4f45-8d90-b9b18d295baa"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="4dc3a0f8-453e-4569-af6c-462bf9524d26" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/4dc3a0f8-453e-4569-af6c-462bf9524d26"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="6b5e55f5-ca75-46d0-8e53-6d27a986d6db" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/6b5e55f5-ca75-46d0-8e53-6d27a986d6db"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="11ad0db3-35bd-4700-8d8d-13c4c03083a2" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/11ad0db3-35bd-4700-8d8d-13c4c03083a2"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="06b46d6a-40b0-4916-a656-2825d1b6ddc4" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/06b46d6a-40b0-4916-a656-2825d1b6ddc4"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="2c71b800-90c2-497b-8342-220d24fb0c99" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/2c71b800-90c2-497b-8342-220d24fb0c99"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="08dc985c-b786-454a-8966-3a43493c012d" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/08dc985c-b786-454a-8966-3a43493c012d"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="d10aa2a9-285f-47c4-b7b8-fb4810cc809d" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/d10aa2a9-285f-47c4-b7b8-fb4810cc809d"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="d347fed6-1f93-4cf8-958c-5ec9158d196a" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/d347fed6-1f93-4cf8-958c-5ec9158d196a"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="1d45c8d5-a4a9-402d-9cae-8aba72de329b" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/1d45c8d5-a4a9-402d-9cae-8aba72de329b"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b6ba8d47-4998-4765-b4ea-8bfa6acfe6cc" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b6ba8d47-4998-4765-b4ea-8bfa6acfe6cc"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="b40500d5-efcf-4617-90b3-9bc878c79639" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/b40500d5-efcf-4617-90b3-9bc878c79639"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV id="bac4e3e6-75a8-4952-b1f2-40ff899982bf" class="myscreencast-iframe iframe-container" style="display: none;"&gt;&lt;IFRAME width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" data-src="https://screencast.autodesk.com/Embed/Timeline/bac4e3e6-75a8-4952-b1f2-40ff899982bf"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Aug 2022 16:09:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335576#M12525</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-08-02T16:09:34Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335590#M12526</link>
      <description>&lt;P&gt;Extents3d of entities is not pickpoint region&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Document doc = AcadApp.DocumentManager.MdiActiveDocument;

            Editor ed = doc.Editor;

            using (DocumentLock lk = doc.LockDocument())
            {

                PromptSelectionOptions options = new PromptSelectionOptions();
                // options.SingleOnly = true;
                PromptSelectionResult selp = ed.GetSelection(options);
                if (selp.Status != PromptStatus.OK)
                    return;
                SelectionSet ss = selp.Value;

                List&amp;lt;Point3d&amp;gt; ls = new List&amp;lt;Point3d&amp;gt;();


                foreach (SelectedObject item in ss)
                {
                    if (item.SelectionMethod == SelectionMethod.PickPoint)
                    {
                        PickPointSelectedObject ppso = item as PickPointSelectedObject;
                        PickPointDescriptor ppd = ppso.PickPoint;
                        var pt = ppd.PointOnLine;
                        ls.Add(pt);
                        // ls.Count = 1 as ed.GetEntity
                    }

                    if (item.SelectionMethod == SelectionMethod.Crossing ||
                        item.SelectionMethod == SelectionMethod.Window
                        )
                    {
                        CrossingOrWindowSelectedObject cowso = item as CrossingOrWindowSelectedObject;
                        PickPointDescriptor[] ppd1 = cowso.GetPickPoints();
                        foreach (PickPointDescriptor item1 in ppd1)
                        {
                            ls.Add(item1.PointOnLine);
                            //ls.Count = 4 as vertices of rectang
                        }

                    }

                }



            }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 16:23:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335590#M12526</guid>
      <dc:creator>cuongtk2</dc:creator>
      <dc:date>2022-08-02T16:23:13Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335610#M12527</link>
      <description>&lt;P&gt;Thank you very much &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6638420"&gt;@cuongtk2&lt;/a&gt; .&lt;/P&gt;
&lt;P&gt;You show me something I never saw before.&lt;/P&gt;
&lt;P&gt;Anyway, it looks like you also have to iterate through all the selected entities as for computing the extents of all selected entities.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 16:25:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335610#M12527</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-08-02T16:25:41Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335700#M12528</link>
      <description>&lt;P&gt;So, here's an example with picked points as shown by &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6638420"&gt;@cuongtk2&lt;/a&gt; .&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;        [CommandMethod("TEST2")]
        public static void Test2()
        {
            var doc = Application.DocumentManager.MdiActiveDocument;
            var db = doc.Database;
            var ed = doc.Editor;
            var selection = ed.GetSelection();
            if (selection.Status != PromptStatus.OK)
                return;

            var extents = new Extents3d();
            foreach (SelectedObject item in selection.Value)
            {
                switch (item.SelectionMethod)
                {
                    case SelectionMethod.PickPoint:
                        var ppso = (PickPointSelectedObject)item;
                        extents.AddPoint(ppso.PickPoint.PointOnLine);
                        break;
                    case SelectionMethod.Window:
                    case SelectionMethod.Crossing:
                        var cowso = (CrossingOrWindowSelectedObject)item;
                        foreach (var ppd in cowso.GetPickPoints())
                        {
                            extents.AddPoint(ppd.PointOnLine);
                        }
                        break;
                    case SelectionMethod.Fence:
                        var fso = (FenceSelectedObject)item; 
                        foreach (var ppd in fso.GetIntersectionPoints())
                        {
                            extents.AddPoint(ppd.PointOnLine);
                        }
                        break;
                    default:
                        break;
                }
            }
            using (var tr = db.TransactionManager.StartTransaction())
            {
                var point = new DBPoint(
                    extents.MinPoint + (extents.MaxPoint - extents.MinPoint) * 0.5);
                point.ColorIndex = 30;
                var curSpace = (BlockTableRecord)tr.GetObject(db.CurrentSpaceId, OpenMode.ForWrite);
                curSpace.AppendEntity(point);
                tr.AddNewlyCreatedDBObject(point, true);
                tr.Commit();
            }
        }&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 02 Aug 2022 17:05:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335700#M12528</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-08-02T17:05:57Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335726#M12529</link>
      <description>&lt;P&gt;thank you for the codes. Yes this is happening.&lt;/P&gt;&lt;P&gt;I ask you; converting the resulting DBpoint to point2d.&lt;/P&gt;&lt;P&gt;the reason is; It's because I can't add it to the codes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this part using ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; point.Value.TransformBy(ed.CurrentUserCoordinateSystem),&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 02 Aug 2022 17:17:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335726#M12529</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2022-08-02T17:17:26Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335737#M12530</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537692"&gt;@k005&lt;/a&gt;&amp;nbsp; a écrit&amp;nbsp;:&lt;BR /&gt;
&lt;P&gt;I ask you; converting the resulting DBpoint to point2d.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The DBPoint is only used here to show the concrete result of the computation. Its coordinates (the Point3d passed as argument to the DBPoint constructor) are the result of the expression:&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;extents.MinPoint + (extents.MaxPoint - extents.MinPoint) * 0.5&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 02 Aug 2022 17:25:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335737#M12530</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-08-02T17:25:15Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335801#M12531</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; point.Value.TransformBy(ed.CurrentUserCoordinateSystem),&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;point.Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If so, how do I use it in this section?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 17:51:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335801#M12531</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2022-08-02T17:51:17Z</dc:date>
    </item>
    <item>
      <title>Ynt: Setting the reference point in the selection</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335822#M12532</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;point.Position.TransformBy(ed.CurrentUserCoordinateSystem),&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this way, my question was solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, many thanks to you and the other helpful friends.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 18:03:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-the-reference-point-in-the-selection/m-p/11335822#M12532</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2022-08-02T18:03:46Z</dc:date>
    </item>
  </channel>
</rss>

