Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I started using a very good tool.
Here's what I noticed.
If you use "bbox_inside" and there is an Mtext in the selection zone that has an insertion point inside the zone and the allowable transfer length "width" is outside the zone, then this object does not fall into the selection zone.
Tell me this is how it should be?
I also wanted to know the second small question.
Entities TEXT. Is there a method that returns both the content of the text and its formatting parameters?
MText has a .text method that outputs something similar.
There is such a wonderful method append(text: str)→ MText which adds meaning to an existing text.
Is it possible not just to add but to change the content?
Sorry that everything is written chaotically
Beta Was this translation helpful? Give feedback.
All reactions