Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 817 Bytes

File metadata and controls

33 lines (19 loc) · 817 Bytes

Cabinetry

from tdw.proc_gen.arrangements.cabinetry.cabinetry import Cabinetry

A set of cabinetry models.


Fields

  • name The name of the cabinetry set.

  • kitchen_counters A list of names of kitchen counter models.

  • wall_cabinets A list of names of wall cabinet models.

  • sinks A list of names of kitchen sink models.


Functions

__init__

Cabinetry(name, kitchen_counters, wall_cabinets, sinks)

Parameter Type Default Description
name Union[str, CabinetryType] The name of the cabinetry set.
kitchen_counters List[str] A list of names of kitchen counter models.
wall_cabinets List[str] A list of names of wall cabinet models.
sinks List[str] A list of names of kitchen sink models.