Select to view content in your preferred language

Copy Parallel?

791
3
08-23-2011 07:01 AM
KevinBell
Deactivated User
On the Editor Toolbar's pull down menu there is a command for "Copy Parallel".  Is there any way to use that with python?

I know I could grab the XY's etc, but I'm mainly concerned about curves.  The copy parallel tool offsets the curves like a buffer.  Hey, maybe I could just use the built in buffering and just to a one sided buffer then convert polygons to lines.  ; )

Other suggestions are appreciated!
Tags (2)
0 Kudos
3 Replies
ChrisSnyder
Honored Contributor
How about just projecting the feature with an alterd false easting/northing?
0 Kudos
KevinBell
Deactivated User
That wouldn't handle the curves, but that's a fine idea if there weren't any.

I want to automate street striping from a beginning curb line.  The copy parallel tool deals with the curves like a buffer so that an internal radius is shorter than the external radius.

It looks like this will have to be an ArcObjects thing.
0 Kudos
BondHarper
Frequent Contributor
Were you able to find a successful workaround other than using a buffer? I ran into the same issue.
0 Kudos