mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
prop.Drawing - add some notes
This commit is contained in:
@@ -308,7 +308,9 @@ class Drawing(PropertyGroup):
|
|||||||
)
|
)
|
||||||
is_selected: BoolProperty(name="Is Selected", default=True)
|
is_selected: BoolProperty(name="Is Selected", default=True)
|
||||||
is_drawing: BoolProperty(name="Is Drawing", default=False)
|
is_drawing: BoolProperty(name="Is Drawing", default=False)
|
||||||
|
"""``Drawing`` can be either a drawing or a drawing target view header."""
|
||||||
is_expanded: BoolProperty(name="Is Expanded", default=True)
|
is_expanded: BoolProperty(name="Is Expanded", default=True)
|
||||||
|
"""Whether target view header is expanded in UI. Should be just unset for the actual drawings."""
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
ifc_definition_id: int
|
ifc_definition_id: int
|
||||||
|
|||||||
Reference in New Issue
Block a user