<?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: How to get &amp;quot;LINE&amp;quot; with &amp;quot;dxfCode&amp;quot; where &amp;quot;endpoint&amp;quot; is the specified value in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-get-quot-line-quot-with-quot-dxfcode-quot-where-quot/m-p/11238766#M12661</link>
    <description>Startpoint of Line dxf code = 10.&lt;BR /&gt;Endpoint of Line dxf code = 11.&lt;BR /&gt;new TypedValue (11, eP);</description>
    <pubDate>Thu, 16 Jun 2022 07:00:13 GMT</pubDate>
    <dc:creator>cuongtk2</dc:creator>
    <dc:date>2022-06-16T07:00:13Z</dc:date>
    <item>
      <title>How to get "LINE" with "dxfCode" where "endpoint" is the specified value</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-get-quot-line-quot-with-quot-dxfcode-quot-where-quot/m-p/11238345#M12660</link>
      <description>&lt;P&gt;I know that I can get a line starting at SP by following this code,&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;                 new TypedValue((int)DxfCode.Operator, "&amp;lt;and"),
                 new TypedValue((int)DxfCode.Start, "LINE"),
                 new TypedValue((int)DxfCode.Operator, "="),
                 new TypedValue((int)DxfCode.XCoordinate, sP),
                 new TypedValue((int)DxfCode.Operator, "and&amp;gt;"),&lt;/LI-CODE&gt;&lt;P&gt;I want to know how to get a line that endpoint at SP。thank！&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 01:05:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-get-quot-line-quot-with-quot-dxfcode-quot-where-quot/m-p/11238345#M12660</guid>
      <dc:creator>cj4HG5A</dc:creator>
      <dc:date>2022-06-16T01:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get "LINE" with "dxfCode" where "endpoint" is the specified value</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-get-quot-line-quot-with-quot-dxfcode-quot-where-quot/m-p/11238766#M12661</link>
      <description>Startpoint of Line dxf code = 10.&lt;BR /&gt;Endpoint of Line dxf code = 11.&lt;BR /&gt;new TypedValue (11, eP);</description>
      <pubDate>Thu, 16 Jun 2022 07:00:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-get-quot-line-quot-with-quot-dxfcode-quot-where-quot/m-p/11238766#M12661</guid>
      <dc:creator>cuongtk2</dc:creator>
      <dc:date>2022-06-16T07:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get "LINE" with "dxfCode" where "endpoint" is the specified value</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-get-quot-line-quot-with-quot-dxfcode-quot-where-quot/m-p/11239011#M12662</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The most complete documentation about selection filters is the &lt;A href="https://help.autodesk.com/view/OARX/2023/ENU/?guid=GUID-877CEEA5-0D88-48DF-8450-B9421031A1B7" target="_blank" rel="noopener"&gt;AutoLISP one&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following filter will select lines which end point X coordinate is equal to sP X coordinate.&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;var filter = new SelectionFilter(new[]
{
    new TypedValue(0, "LINE"),
    new TypedValue(-4, "=,*,*"),
    new TypedValue(11, sP)
});&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 09:35:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-get-quot-line-quot-with-quot-dxfcode-quot-where-quot/m-p/11239011#M12662</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2022-06-16T09:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get "LINE" with "dxfCode" where "endpoint" is the specified value</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-get-quot-line-quot-with-quot-dxfcode-quot-where-quot/m-p/11239775#M12663</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 14:42:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-get-quot-line-quot-with-quot-dxfcode-quot-where-quot/m-p/11239775#M12663</guid>
      <dc:creator>cj4HG5A</dc:creator>
      <dc:date>2022-06-16T14:42:13Z</dc:date>
    </item>
  </channel>
</rss>

