S
SWL Developer
I am creating a connection shape on my stencil which behaves like the dynamic
connector. However, I would like the line to appear as double lines. =====
I have two concepts in mind:
1. Use the dynamic a connector with color=blk, weight=.25 first. Then
create a second dynamic connector with color=wht, weight=.2 on top. But as
soon as I put it into my stencil, it becomes a 2-d shape and doesn't behave
like a dynamic connector anymore.
2. Programmatically create extra geometry offset from the orginal line.
And have this update anytime the connection changes.
Is there an easier/better way to do this? If not, how do I write the code
for my second concept?
connector. However, I would like the line to appear as double lines. =====
I have two concepts in mind:
1. Use the dynamic a connector with color=blk, weight=.25 first. Then
create a second dynamic connector with color=wht, weight=.2 on top. But as
soon as I put it into my stencil, it becomes a 2-d shape and doesn't behave
like a dynamic connector anymore.
2. Programmatically create extra geometry offset from the orginal line.
And have this update anytime the connection changes.
Is there an easier/better way to do this? If not, how do I write the code
for my second concept?