Skip to content

display_attribute

display_attribute

A wrapper class for managing element display states for WebGL hierarchy display settings (not in Cadwork 3d). These methods update the internal state of the attribute object without requiring external parameters.

Used exclusively with set_webgl_hierarchy to define visibility and display properties for elements in the WebGL.

.. deprecated:: This class supports legacy local WebGL workflows. It will be deprecated.

__init__() -> None

Initializes a new display_attribute instance.

set_assembly_number() -> None

Triggers the assignment of the assembly/unit number.

Returns:

Type Description
None

None

set_comment() -> None

Triggers the assignment of the comment attribute.

Returns:

Type Description
None

None

set_edv_code() -> None

Triggers the assignment of the EDV/ERP code.

Returns:

Type Description
None

None

set_group() -> None

Triggers the assignment of the group attribute.

Returns:

Type Description
None

None

set_ifc_building() -> None

Triggers the assignment of the IFC building attribute.

Returns:

Type Description
None

None

set_ifc_storey() -> None

Triggers the assignment of the IFC storey/level attribute.

Returns:

Type Description
None

None

set_material() -> None

Triggers the assignment of the material attribute.

Returns:

Type Description
None

None

set_material_group() -> None

Triggers the assignment of the material group attribute.

Returns:

Type Description
None

None

set_name() -> None

Triggers the assignment of the name attribute.

Returns:

Type Description
None

None

set_none() -> None

Resets or clears the current display attribute state.

Returns:

Type Description
None

None

set_production_number() -> None

Triggers the assignment of the production/fabrication number.

Returns:

Type Description
None

None

set_subgroup() -> None

Triggers the assignment of the subgroup attribute.

Returns:

Type Description
None

None

set_timber_number() -> None

Triggers the assignment of the timber-specific member number.

Returns:

Type Description
None

None

set_user1() -> None

Triggers the assignment of custom user field 1.

set_user10() -> None

Triggers the assignment of custom user field 10.

set_user2() -> None

Triggers the assignment of custom user field 2.

set_user3() -> None

Triggers the assignment of custom user field 3.

set_user4() -> None

Triggers the assignment of custom user field 4.

set_user5() -> None

Triggers the assignment of custom user field 5.

set_user6() -> None

Triggers the assignment of custom user field 6.

set_user7() -> None

Triggers the assignment of custom user field 7.

set_user8() -> None

Triggers the assignment of custom user field 8.

set_user9() -> None

Triggers the assignment of custom user field 9.

rendering: show_root_heading: false show_source: true