Writing geometries with arcpy!

3873
3
05-20-2015 05:49 AM
MariaRodriguez8
New Contributor

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

0 Kudos
3 Replies
DanPatterson_Retired
MVP Emeritus

It is not within the arcpy list of classes or functions. This is a job for arcobjects I suspect

NeilAyres
MVP Alum

Dan,

do you mean to say that you havn't done a code snippet somewhere on how to calculate the geometry for an arc segment....

0 Kudos
DanPatterson_Retired
MVP Emeritus

I didn't want to write anything with 'arc' in it, just in case esri got all license-issue-ie