Replies: 1 comment 1 reply
-
The BTW: the way you create the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
How to set mleader setting "text_right_attachment_type" = bottom of top text line & underline top text line?
i use AutoCad.
ml_builder = msp.add_multileader_mtext("EZDXF", dxfattribs={'text_right_attachment_type': 6, 'text_left_attachment_type': 6}) # dxfattribs={'text_right_attachment_type': 7, 'text_left_attachment_type': 7}
ml_builder.quick_leader("Line1", target=Vec2(40, -15), segment1=Vec2.from_deg_angle(45, 14))
does not give a result
Beta Was this translation helpful? Give feedback.
All reactions