I got a problem to create a multipart polygon, the code is like this:
infile="result.txt"arcpy.CreateFeatureclass_management(base,"test","POLYGON","#","DISABLED","DISABLED","#","#","0","0","0")fc="test.shp"In_cursor=arcpy.da.InsertCursor(fc,["SHAPE@"])array=arcpy.Array()point=arcpy.Point()for...