|
Posted by Anchor on April 15, 2005, 7:31 am
Please log in for more thread options On Thu, 07 Apr 2005 20:39:46 -0700, meyvn77 wrote:
> I would like to know if anyone has ever heard of or has an idea on how
> this could be possible.
>
> I would like to take a line or really a lot of lines and make cross
> lines at 90 degrees at a .25 mile interval along that line..
> So it would be like this...
> input: __________
> / \________
> _________/
>
> output:
>
> |_|__|__|_/
> \/| | | |/\|__|__
> |__|__|_\/\ | |
> | | | \
>
> Something like that.....
>
> It would be like an automated copy parallel that follows the line
>
> I also though that if their was a way to create line cross sections
> from a buffer.. I could just create a buffer around the line they
> create the cross lines from the buffer....
>
> Any ideas?
>
> Meyvn
find a piece of code that draws rail road symbols and change it to draw
your 90 deg crossing lines every 0.25 mile interval...
|