Replies: 1 comment
-
Hi @warappa, I've looking at dynamic block for a while, here is a PR that is meant to extract the information: Is not yet implemented but I'm trying to get as much information as possible by now, I'll try to add the properties that you mentioned in this PR. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
With the very recently added support for dynamic blocks, is it possible to extract dynamic properties?
More specifically: I mean the data retrieved by
BlockReference.DynamicBlockReferencePropertyCollection
in AutoCAD's .NET API.In my case I would already be satisfied if I get
DynamicBlockReferenceProperty.PropertyName
in AutoCAD's .NET API)DynamicBlockReferenceProperty.Description
in AutoCAD's .NET API)DynamicBlockReferenceProperty.Value
in AutoCAD's .NET API)DynamicBlockReferenceProperty.VisibleInCurrentVisibilityState
in AutoCAD's .NET API)Beta Was this translation helpful? Give feedback.
All reactions