Nick,
Thanks for your post.
I'm looking for different examples of spirals in platted documents, so that we can work on design and specifications for supporting these in a future release. I will contact you directly via e-mail to see if you can share some of these examples.
If there are others that would like to contribute please also attach your example to this thread.
Thanks,
-Tim
thodson-esristaff, What's the status of the spiral curve? I encounter them quite frequently and would love to have an easier way to enter them.
Hi Jeff,
You may have already seen a hint of forthcoming support for spirals in ArcGIS Pro; when you COGO-enable a lines feature class, you will notice that there is a Radius2 field.
The 10.x ArcGIS support for spirals is available only via the SDK. There is a recent addition (yesterday) to the Parcel Edit Helper Add-In that allows you to create a spiral as part of the Edit Sketch.
The add-in is here (10.4 and higher): http://arcg.is/2fXvAO8
That same add-in allows the edit sketch to be turned into a parcel in the fabric. Note that this particular add-in is only supported as SDK product; the functionality you see is used as a set of examples by developers for customizing the parcel fabric editing experience. However, if there are bugs or issues that you encounter while using the add-in, please report them anyway, at the GitHub location, where you can also find the code:
When a spiral is created the resulting polyline is a series of straight segments that approximate a spiral. However the end point of that polyline is accurately computed, regardless of how the polyline was densified (there are 3 different methods of densifying the spiral.)
Since spirals are often used as a tangent into, or a tangent out of, a circular arc or straight line, the Spiral add-in is designed to capture the exit tangent of the computed spiral and constrain the sketch bearing to the tangent of the last spiral created. Some care should be taken not to use Tangent Curve command after a spiral is constructed because that tangency would be based on the last segment of the polyline approximation of the spiral rather than the true tangent of the spiral itself. Therefore, for the true tangent, accept the sketch constraint that gets set after clicking Create on the Spiral dialog.
Example; when constructing a series of courses in the sequence: straight line, spiral, transition curve, spiral, straight line, proceed as follows:
Jonathan McDowell - including Jon, as he has written a similar tool for the ORMAP group.
Thanks,
-Tim