@Yonas89 wrote:
....
when i use this definition: *StormWater path,---->----->---->----->---->----->--
A,0.5,-0.25,[RoDykLe,RoDykLe.shx,R=-90,s=1,x=50]I get this result:
....
line is ok, but then the shape is complete mess.
That x=50 is problematic -- it puts the shape 50 units [as affected by linetype scale settings] farther along the "path" object, in the direction it's currently headed, from the current position within the dash-gap sequence, which is why the arrowheads start so far to the right of the beginning of the line. On an Arc, or a Polyline that bends, that will give you some truly wacky results, with many arrowheads entirely off the path.
Can you make your dashes and gaps larger than 1/2-unit pen-down and 1/4-unit pen up? That's a tiny proportion of the 25-unit arrowhead spacing. The "shorthand" representation on the style name line suggests [irregularly] only 4 or 5 dashes between arrowheads, which if you want the arrowheads 25 units apart, would suggest something like [untested]:
*StormWater path,---->----->---->----->---->----->--
A,4,-2,4,-2,4,-2,[RoDykLe,RoDykLe.shx,R=-90,s=1],-1,4,-2
Play around with the pen-down to pen-up ratio, whether the arrowhead is in the middle of a cycle or at the end, etc.
Kent Cooper, AIA