<?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 Model error- Converting CAD to FC in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/model-error-converting-cad-to-fc/m-p/314361#M24439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created a model to batch extracting a particular DWG polyline layer to corresponding feature classes. I am getting the resultant &lt;/SPAN&gt;&lt;STRONG&gt;polyline &lt;/STRONG&gt;&lt;SPAN&gt;feature classes as &lt;/SPAN&gt;&lt;STRONG&gt;PolylineZ&lt;/STRONG&gt;&lt;SPAN&gt;. How can I modify my model to output feature classes of type Polyline instead of PolylineZ? I tried to disable the Z Values from the Environment Settings but I am getting the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 999999: Error executing function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geometry cannot have Z values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (Select).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A snapshot from my model is attached. Any help for solving this will be highly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Asim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2012 13:59:37 GMT</pubDate>
    <dc:creator>Almuatasim_Ahmed_SaidAl-Hinai</dc:creator>
    <dc:date>2012-02-23T13:59:37Z</dc:date>
    <item>
      <title>Model error- Converting CAD to FC</title>
      <link>https://community.esri.com/t5/python-questions/model-error-converting-cad-to-fc/m-p/314361#M24439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created a model to batch extracting a particular DWG polyline layer to corresponding feature classes. I am getting the resultant &lt;/SPAN&gt;&lt;STRONG&gt;polyline &lt;/STRONG&gt;&lt;SPAN&gt;feature classes as &lt;/SPAN&gt;&lt;STRONG&gt;PolylineZ&lt;/STRONG&gt;&lt;SPAN&gt;. How can I modify my model to output feature classes of type Polyline instead of PolylineZ? I tried to disable the Z Values from the Environment Settings but I am getting the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 999999: Error executing function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geometry cannot have Z values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (Select).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A snapshot from my model is attached. Any help for solving this will be highly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Asim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 13:59:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/model-error-converting-cad-to-fc/m-p/314361#M24439</guid>
      <dc:creator>Almuatasim_Ahmed_SaidAl-Hinai</dc:creator>
      <dc:date>2012-02-23T13:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Model error- Converting CAD to FC</title>
      <link>https://community.esri.com/t5/python-questions/model-error-converting-cad-to-fc/m-p/314362#M24440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Asim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like this is a bug.&amp;nbsp; The Select tool does not honor 'Z Values' environment variable even though the help states that it does.&amp;nbsp; As a workaround, I would recommend using the 'Feature Class to Feature Class' tool.&amp;nbsp; You can apply a SQL Query when exporting the DWG file, and setting the 'Z Values' to 'Disabled' in the environment settings will be honored.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 14:42:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/model-error-converting-cad-to-fc/m-p/314362#M24440</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-02-23T14:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Model error- Converting CAD to FC</title>
      <link>https://community.esri.com/t5/python-questions/model-error-converting-cad-to-fc/m-p/314363#M24441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot Jskin3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FCtoFC solved my problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Really appreciating your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Asim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 02:15:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/model-error-converting-cad-to-fc/m-p/314363#M24441</guid>
      <dc:creator>Almuatasim_Ahmed_SaidAl-Hinai</dc:creator>
      <dc:date>2012-02-24T02:15:31Z</dc:date>
    </item>
  </channel>
</rss>

