Jump to content

Recommended Posts

Posted

How do set all the polyline segments to be evenly spaced? Nothing to do with putting points along the line.

Posted

Are you asking how to make each segment of a polyline the exact same length?

Posted

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

Posted

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.

Posted

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?

Posted

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).

Posted
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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...