Create an arc

304
1
12-01-2021 01:44 AM
VanyaIvanov
Occasional Contributor

I want create an Arc on the Scene with given radius between two azimuths. Can i do it?

0 Kudos
1 Reply
MarkBaird
Esri Regular Contributor

We do have support for drawing true curves and Bezier curves as part of a geometry.  There is a sample here which shows how both are used to create a heart shape like this:

MarkBaird_0-1638393588497.png

The lines of code to draw this shape start here.

Does this help?