-
How to check the handle of entities in a block using UI? If I go into the block editor, temporary objects are created, so this is not the handle I want. |
Beta Was this translation helpful? Give feedback.
Answered by
CEXT-Dan
Mar 4, 2025
Replies: 1 comment 1 reply
-
are you looking for Ed.Editor.nEntSelP? res = Ed.Editor.nEntSelP("\nPick: ")
print(res[1].handle()) BEDIT creates a deep clone with new handles |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gswifort
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
are you looking for Ed.Editor.nEntSelP?
BEDIT creates a deep clone with new handles