<?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 How to draw a line by direction and base point3D using C# in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-draw-a-line-by-direction-and-base-point3d-using-c/m-p/9257310#M20442</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any function by which we can create an unbound line object by direction and a base point?&lt;/P&gt;&lt;P&gt;The line can be created by two points. Is there any option to create any line by direction also?&lt;/P&gt;&lt;PRE&gt;Line ln = new Line(BasePoint, SecondPoint);&lt;/PRE&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2020 13:41:09 GMT</pubDate>
    <dc:creator>kite15</dc:creator>
    <dc:date>2020-01-17T13:41:09Z</dc:date>
    <item>
      <title>How to draw a line by direction and base point3D using C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-draw-a-line-by-direction-and-base-point3d-using-c/m-p/9257310#M20442</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any function by which we can create an unbound line object by direction and a base point?&lt;/P&gt;&lt;P&gt;The line can be created by two points. Is there any option to create any line by direction also?&lt;/P&gt;&lt;PRE&gt;Line ln = new Line(BasePoint, SecondPoint);&lt;/PRE&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 13:41:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-draw-a-line-by-direction-and-base-point3d-using-c/m-p/9257310#M20442</guid>
      <dc:creator>kite15</dc:creator>
      <dc:date>2020-01-17T13:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a line by direction and base point3D using C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-draw-a-line-by-direction-and-base-point3d-using-c/m-p/9257504#M20443</link>
      <description>&lt;P&gt;Maybe, you want a Ray?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 15:04:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-draw-a-line-by-direction-and-base-point3d-using-c/m-p/9257504#M20443</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2020-01-17T15:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a line by direction and base point3D using C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-draw-a-line-by-direction-and-base-point3d-using-c/m-p/9259787#M20444</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In addition to what &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/543921"&gt;@norman.yuan&lt;/a&gt; said.&lt;/P&gt;
&lt;P&gt;Your question is not very clear. An "unbound line" may be a &lt;A href="https://help.autodesk.com/view/OARX/2019/ENU/?guid=OREFNET-Autodesk_AutoCAD_DatabaseServices_Ray" target="_blank" rel="noopener"&gt;Ray&lt;/A&gt; (which has a start point and extends to infinity in one direction) or an &lt;A href="https://help.autodesk.com/view/OARX/2019/ENU/?guid=OREFNET-Autodesk_AutoCAD_DatabaseServices_Xline" target="_blank" rel="noopener"&gt;Xline&lt;/A&gt; (which&amp;nbsp;extends to infinity in both directions).&lt;/P&gt;
&lt;P&gt;Both types have a constructor which take a (start) point and a vector (direction).&lt;/P&gt;
&lt;P&gt;A &lt;A href="https://help.autodesk.com/view/OARX/2019/ENU/?guid=OREFNET-Autodesk_AutoCAD_DatabaseServices_Line" target="_blank" rel="noopener"&gt;Line&lt;/A&gt; is a linear segment which has a StartPoint, an EndPoint and a Length property, so it can't be defined with only one point and a vector.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 07:30:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-draw-a-line-by-direction-and-base-point3d-using-c/m-p/9259787#M20444</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2020-01-19T07:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a line by direction and base point3D using C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-draw-a-line-by-direction-and-base-point3d-using-c/m-p/9267220#M20445</link>
      <description>&lt;P&gt;Thank all of you, for your suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 14:53:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-draw-a-line-by-direction-and-base-point3d-using-c/m-p/9267220#M20445</guid>
      <dc:creator>kite15</dc:creator>
      <dc:date>2020-01-22T14:53:00Z</dc:date>
    </item>
  </channel>
</rss>

