out_tin = output_folder + os.sep + file out_tin = out_tin.replace(file,river_mile) arcpy.CreateTin_3d(out_tin,sr,"pointfc_filenames Shape.Z masspoints ","DELAUNAY") arcpy.AddMessage("TIN GENERATED") print "TIN GENERATED"The errors that i am getting are the following:
Failed to execute. Parameters are not valid.ERROR 000800: The value is not a member of .Failed to execute (CreateTin).I am pretty sure its a string related error. Id like to generate a TIN off a feature class/shp (pointfc_filenames)
أكثر...
Failed to execute. Parameters are not valid.ERROR 000800: The value is not a member of .Failed to execute (CreateTin).I am pretty sure its a string related error. Id like to generate a TIN off a feature class/shp (pointfc_filenames)
أكثر...