Replies: 1 comment 1 reply
|
@svsplayer you must add |
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.
Has anyone tried a Python code for display attributes of selected elements in cadwork ?
settings = ac.get_attribute_display_settings_for_3d()
returns:
TypeError: Unregistered type : attribute_display_settings
and:
ac.set_attribute_display_settings_for_3d(...)
requires:
(arg0: attribute_display_settings)
but Python cannot create or receive that object.
All reactions