Jump to content

Recommended Posts

Posted

hi all! i m looking for an easy and efficient way to indicate a curved wall on an elevation drawing.

what i m doing now is to draw a single line first, and offset the line by 10mm and then repeating the offset action with the newer line by 10mm more than the previous. it is absolutely time wasting! :( any easy and efficient way to do it? thx!

something like this:

|_|__|___|____|_____|______|

Posted

In simple cases it is possible to use a command array, in difficult it is necessary to write the program or a macro or to search for the existing.

Or as a variant to use a multiline

8af41cb68c03.gif

Posted

thx for your reply, but it is not what i need. i need the distance between the lines one wider than the previous.

CURVE.jpg

Posted

louislaw, I should quote you.

Initially the question sounded differently

Posted

Those lines represent even angular spacing. You could do a polar array to follow the circular portion in the plan detail, say 5 degree increments, creating "spokes". Then draw vertical lines from spoke endpoints through the elevation detail. using copy multiple, endpoint snaps, trim, should go pretty quick.

Posted
You could do a polar array to follow the circular portion in the plan detail, say 5 degree increments, creating "spokes".

Or as a variant the command divide, will mark a curve on the necessary number of segments with the set step

Posted

If you make a block which is a vertical line, then using Measure or Divide with a block, but do not align block with object, then a quick explode, extend and trim, you might have the geometrical solution.

 

But it actually does not look so good with shallow arcs, and you would be better doing what you already do.

CurveElev.jpg

Posted

or having done it once create a dynamic block that can be stretched into place.

Posted
or having done it once create a dynamic block that can be stretched into place.

something like this maybe....

array.dwg

Posted
Or as a variant the command divide, will mark a curve on the necessary number of segments with the set step

 

this is exactly what I do. Works great, and does not take much time.

Posted

(assuming you're in World UCS)

Rotate your ucs around the x axis 90, use Plan > Current. Draw the 'wall' in plan as you did in post #3. Divide it with the number of segments you want (points). Go back to World > Plan. Use the nod osnap to draw the vertical lines from the points you just created using the Divide command.

Probably not real fast, but accurate.

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