Hi! I'm new in Python (so...please, be patient...
) and I'm trying to write geometries in a feature class using arcpy.da. My input is a XYZ text file with an extra field where is defined Line/Arc segment (if it is an arc there is also another field with the radius). With Line segment everything works correctly and I can see the lines in the feature class (insertrow), but...I can't find how to draw an arc in my polyline. When I use ArcMap, this action is easy because the "End Point Arc Segment" but when I try to do it using arcpy...
Any ideas?
Thanks in advance!
María