Hello,
I have created several trade areas along with several lines that extend out from the centroid i used to create the trade areas in hopes that i could create polygons out of the small subdivisions that the lines create within these trade areas.
Unfortunately i have not been able to figure out how to do this. Would anyone be able to lend a helping hand? i have included the output data i have created thus far.
Thanks!
Steve
Solved! Go to Solution.
Since you already have the lines drawn, the key here is create the triangular polygon to intersect with the radius objects. The Poly-Split and Poly-Build tools take care of this in no time. After that, a Spatial Process creates the intersection object you're looking for.
Check out the attached solution and let me know if this works for you.
Edit: I just noticed that my solution cuts off the outer radius just a touch. So be sure to create lines long enough in your application.
Perfect! thank you sir!