<?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 CreateTIN script executes but no output in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/createtin-script-executes-but-no-output/m-p/1167547#M64385</link>
    <description>&lt;P&gt;The code executes properly. I don't get any errors. But when I go to the workspace that I set, there is nothing there when there should be a TIN. Any idea what's wrong?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# Import system modules
import arcpy

# Set the parameters
InputFeatureClass = arcpy.GetParameterAsText(0)
field_1pct = arcpy.GetParameterAsText(1)
field_0_2pct = arcpy.GetParameterAsText(2)
spatial_ref = arcpy.GetParameterAsText(3)
arg_1pct = InputFeatureClass + " " + field_1pct + " " + "softline"

try:
    arcpy.env.workspace = arcpy.GetParameterAsText(4)
    arcpy.ddd.CreateTin("tin_1pct", spatial_ref, arg_1pct)
    
except arcpy.ExecuteError:
    print(arcpy.GetMessages())
except Exception as err:
    print(err)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 15:28:23 GMT</pubDate>
    <dc:creator>LClark1102</dc:creator>
    <dc:date>2022-04-25T15:28:23Z</dc:date>
    <item>
      <title>CreateTIN script executes but no output</title>
      <link>https://community.esri.com/t5/python-questions/createtin-script-executes-but-no-output/m-p/1167547#M64385</link>
      <description>&lt;P&gt;The code executes properly. I don't get any errors. But when I go to the workspace that I set, there is nothing there when there should be a TIN. Any idea what's wrong?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# Import system modules
import arcpy

# Set the parameters
InputFeatureClass = arcpy.GetParameterAsText(0)
field_1pct = arcpy.GetParameterAsText(1)
field_0_2pct = arcpy.GetParameterAsText(2)
spatial_ref = arcpy.GetParameterAsText(3)
arg_1pct = InputFeatureClass + " " + field_1pct + " " + "softline"

try:
    arcpy.env.workspace = arcpy.GetParameterAsText(4)
    arcpy.ddd.CreateTin("tin_1pct", spatial_ref, arg_1pct)
    
except arcpy.ExecuteError:
    print(arcpy.GetMessages())
except Exception as err:
    print(err)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 15:28:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/createtin-script-executes-but-no-output/m-p/1167547#M64385</guid>
      <dc:creator>LClark1102</dc:creator>
      <dc:date>2022-04-25T15:28:23Z</dc:date>
    </item>
  </channel>
</rss>

