@Anonymous wrote:
.... I used to be able to define a road (width, curb, sidewalk, etc.) and then just draw the center line. All the rest was done automatically. So how do i do that in 2D now???
You can do it [not quite that automatically but] pretty quickly by drawing the center-line route and using OffsetBothSides.lsp, available >here<, on it a few times. Give it half the overall cartway width to get the curb faces, a distance greater than that by the curb width to get the curb back edges, and another greater distance to get the far edges of the sidewalks. That's assuming a symmetrical arrangement, of course. There are other routines out there to Offset things in both directions. And it wouldn't be difficult to adjust it to [for example] put the results on a different Layer, and even to combine itself 3 times, asking the User for the overall cartway width, curb width, and sidewalk width, and using a different Layer for each for those different locations but requiring the User to pick the center-line route only once.
The advantage of something like this over MultiLines is that it works on any kind of center-line routes including curving routes [Polylines, Splines, Arcs], whereas MLINEs do only straight segments.
Kent Cooper, AIA