A dimensioned picture of what you want would help.
I might not understand, but I think a complex linetype would do what you want.
;; Chris Stevens 2024-10-20
*Edge Pvmt 1,_////__////__////_
A,.1,["/",simplex,S=0.1,R=0.0,X=-.085,Y=-.119],.067,
["/",simplex,S=0.1,R=0.0,X=-.085,Y=-.119],.067,
["/",simplex,S=0.1,R=0.0,X=-.085,Y=-.119],.067,
["/",simplex,S=0.1,R=0.0,X=-.085,Y=-.119],.1
*Edge Pvmt 2,_\\\\__\\\\__\\\\_
A,.1,["\",simplex,S=0.1,R=0.0,X=-.085,Y=.033],.067,
["\",simplex,S=0.1,R=0.0,X=-.085,Y=.033],.067,
["\",simplex,S=0.1,R=0.0,X=-.085,Y=.033],.067,
["\",simplex,S=0.1,R=0.0,X=-.085,Y=.033],.1
Note the line definition (Italics) is all on one line.
EDIT 2024-10-22 Be sure that the polyline misc property "Linetype generation" is set to enabled.
EDIT 2024-10-24 Changed Lintype name to "Edge Pvmt 1" and added definition for "Edge Pvmt 2."
Note: Style "simplex" is required.

Edit 2024-10-24:
It seems that arcs are not reversable, so you might need a "\" version for arcs.
Lines, polylines*, and Civil 3D feature lines are directional. Chose the appropriate linetype.
Regardless of the direction that they are initially drawn, Arcs are rendered counterclockwise and are not reversible.
Circle act like arcs.
*Polylines with linetype generation enabled, and Civil 3D feature lines, are rendered in the direction drawn, with arcs behaving as expected. Polylines with linetype generation disabled have lines rendered in the direction drawn, and arcs rendered counterclockwise, with sometimes unexpected behavior.
A drawing file and .lin file are attached.
Here is a sample:
`

I hope this helps.
Christopher Stevens
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
