Replies: 1 comment 3 replies
-
|
|
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hi,
I am writing a plugin to manipulate Dynamic Blocks. I need to read the content (rows/columns) of the Block Properties Table.
https://help.autodesk.com/view/ACD/2025/ENU/?guid=GUID-4AACA828-07D0-4722-8BB0-7D77CB5FC338
I have iterated through the BlockTableRecord and found the entity. However, I cannot find a corresponding wrapper class in PyDb to cast this entity and access its data.
My Code:
Questions:
Is AcDbBlockPropertiesTable currently wrapped in PyRx?
If not, is there any workaround to read the table data (perhaps via PyAx or XData)?
Do you have plans to support this in the future?
Thanks for your great work!
Beta Was this translation helpful? Give feedback.
All reactions