MAKE A HUMPY LINE?

matthew_tiblier
Contributor
Contributor

MAKE A HUMPY LINE?

matthew_tiblier
Contributor
Contributor

Can anyone help me make this type of line...I'm lost

Capture.PNG

0 Likes
Reply
Accepted solutions (1)
441 Views
3 Replies
Replies (3)

Kent1Cooper
Consultant
Consultant

That's certainly possible.  It looks like it should be fairly simple to do it with the MKSHAPE and MKLTYPE Express Tools -- investigate those.

Kent Cooper, AIA

3wood
Advisor
Advisor

As Kent suggested, please following the steps below to make a customized linetype:

1. Draw a half circle.

HalfCircle 1.PNG

 

2. Make a SHAPE from the half circle.

HalfCircle 2.PNG

 

3. Insert the shape with SHAPE command.

HalfCircle 3.PNG

 

4. Draw a short line at each end of the shape.

HalfCircle 4.PNG

 

5. Make a new linetype.

HalfCircle 5.PNG

 

6. Select the shape and 2 lines. Pick up the start point and end point.

HalfCircle 6.PNG

 

7. Change the linetype of the existing line or spline objects.

HalfCircle 7.PNG

 

8. You can adjust the end segment length. Change the direction of the arcs by command REVERSE.

HalfCircle 8.PNG

 

Kent1Cooper
Consultant
Consultant
Accepted solution

@3wood wrote:

2. Make a SHAPE from the half circle.

HalfCircle 4.PNG


Yuck!  If that's what MKSHAPE does with an Arc, I say define a Shape using octant-arc code [00A or 10 code >here<], which will give you a real arc with actual curvature, instead of that irregularly kinked straight-segmented shape:

Kent1Cooper_0-1692191074248.png

Those bulges are 1 drawing unit high at an effective linetype scale of 1 -- use a linetype scale to give it the height you want.

 

The Shape [greatly simpler than what MKSHAPE must produce]:

 

*1,4,HALFCIRCLE
10,1,-044,0

 

[if necessary, change that first 1 to some shape number not already used in your shape definition file]

 

The Linetype:

 

*HALFCIRCLES
A,0,[HALFCIRCLE,TEST.shx],-2

 

[change TEST to the name of your compiled shape file]

 

EDIT:  If you want continuous-line extensions on the ends:

Kent1Cooper_0-1692194814388.png

*HALFCIRCLES
A,.00001,[HALFCIRCLE,TEST.shx],-2

 

But there's a limit to how long they can be, before another hump kicks in.  So in the original image, it may be necessary to draw some plain Lines for the length of the ends, anyway.

Kent Cooper, AIA