File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " cwapi3d"
3- version = " 32.443.2 "
3+ version = " 32.443.3 "
44authors = [{ name = " Cadwork" , email = " it@cadwork.ca" }]
55requires-python = " >= 3.12"
66description = ' Python bindings for CwAPI3D'
Original file line number Diff line number Diff line change 11class display_attribute :
22 """
3- A wrapper class for managing element display states.
4- These methods update the internal state of the attribute
5- object without requiring external parameters.
3+ A wrapper class for managing element display states for WebGL hierarchy display settings (not in Cadwork 3d).
4+ These methods update the internal state of the attribute object without requiring external parameters.
5+
6+ Used exclusively with `set_webgl_hierarchy` to define visibility and display
7+ properties for elements in the WebGL.
8+
9+ .. deprecated::
10+ This class supports legacy local WebGL workflows.
11+ It will be deprecated.
612 """
713
814 def __init__ (self ) -> None :
You can’t perform that action at this time.
0 commit comments