Draw arrowhead without line

Draw arrowhead without line

julia.langeT5493
Contributor Contributor
2,203 Views
7 Replies
Message 1 of 8

Draw arrowhead without line

julia.langeT5493
Contributor
Contributor

Hi,

I would like to insert only arrowheads. Is this possible? I have tried to insert an "mleader" and to either change the landing distance or set the linewidth to 0.0 mm, but this does not work. I could just draw triangles as arrowheads, but maybe there is a more elegant solution.

 

My aim is to draw streamlines, thus creating curved lines and add the arrowhead at some positions.

I am looking forward to your proposals!

 

Kind regards,

Julia

0 Likes
Accepted solutions (1)
2,204 Views
7 Replies
Replies (7)
Message 2 of 8

imadHabash
Mentor
Mentor
Accepted solution

Hi,

You can draw arrowhead with PLINE command ( Width option ) .

 

Command: PL PLINE
Specify start point:
Current line-width is 0.0000
Specify next point or [Arc/Halfwidth/Length/Undo/Width]: w
Specify starting width <0.0000>: 

Specify ending width <0.0000>: .2

Specify next point or [Arc/Halfwidth/Length/Undo/Width]: <Ortho on>
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:

 

Untitled.png

Imad Habash

EESignature

Message 3 of 8

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

You can create a block and then insert the block on top of the lines.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 4 of 8

julia.langeT5493
Contributor
Contributor

Thank you very much! The PL (PLINE) is much easier to handle than my rectangles...

😀👍

Message 5 of 8

ВeekeeCZ
Consultant
Consultant

If you want to insert an arrowhead of dimstyle already in use, then arrowhead is automatically created block with name _Open30 or _Oblique, or DatumFilled... Look into the INSERT gallery for blocks with an underscore prefix.

0 Likes
Message 6 of 8

Pointdump
Consultant
Consultant

Julia,
"My aim is to draw streamlines"
Using >>>Measure/Divide<<< with a triangle block will do this perfectly.
Dave

Dave Stoll
Las Vegas, Nevada

EESignature

64GB DDR4 2400MHz ECC SoDIMM / 1TB SSD
NVIDIA Quadro P5000 16GB
Windows 10 Pro 64 / Civil 3D 2025
Message 7 of 8

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> Using >>>Measure/Divide<<< with [....]

OK, following up with this I would use a linetype with automatically showing the symbols along a line ;)))

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Message 8 of 8

Kent1Cooper
Consultant
Consultant

@julia.langeT5493 wrote:

.... to draw streamlines, thus creating curved lines and add the arrowhead at some positions. ....


If you mean equally-spaced positions, MEASURE or DIVIDE, or better yet a linetype definition or an associative ARRAY, would do.  [The linetype and associative ARRAY approaches are better because the arrowheads will adjust their quantity and direction appropriately if you change the shape of the streamline.]

 

If you want to select locations that are not equally spaced, a routine could be written that would ask you to pick locations and would do the INSERTing of a Block for you, including aiming it in the direction of the streamline at that point.  [I already have something that does that with Text labels, which could be modified easily enough.]

Kent Cooper, AIA
0 Likes