wannabe Posted December 8, 2008 Posted December 8, 2008 How do set all the polyline segments to be evenly spaced? Nothing to do with putting points along the line. Quote
ReMark Posted December 8, 2008 Posted December 8, 2008 Are you asking how to make each segment of a polyline the exact same length? Quote
MaxwellEdison Posted December 8, 2008 Posted December 8, 2008 I'm not quite sure what you mean by evenly spaced. Are you looking to create a regular polygon? Or are you looking for something to lock the length of the segment while you're drawing it so you're only selecting the angle? If its the latter I usually handle a situation like that by specifying the line in the command line. When it prompts to select next point type @XX Quote
wannabe Posted December 8, 2008 Author Posted December 8, 2008 I've created a polyline, but to use a lisp routine to draw a line between two polylines it need the grips to be accurately and evenly spaced to work properly. When constructing the lines I had to follow a contour, but sometimes a point in mid air, so it proved to be incosistent grip wise. Quote
ReMark Posted December 8, 2008 Posted December 8, 2008 You want to draw a polyline between two polylines and you want the lines to be evenly spaced even when following a "contour". Is that correct? And using offset won't work for you? Quote
wannabe Posted December 8, 2008 Author Posted December 8, 2008 The lisp routine uses the grips to work out a line that runs directly between two other polylines. I can offset the lines with ease, but they vary in profile, so offsetting one wont mean its between the two exactly. The long winded way is to use m2p (mtp). Quote
rkent Posted December 8, 2008 Posted December 8, 2008 The lisp routine uses the grips to work out a line that runs directly between two other polylines. I can offset the lines with ease, but they vary in profile, so offsetting one wont mean its between the two exactly. The long winded way is to use m2p (mtp). This comes up fairly often, maybe this lisp routine is what you want. Quote
rkent Posted December 8, 2008 Posted December 8, 2008 fogot to attach file CONTOURS center line between plines.LSP Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.