Design#
- class modularbuildingpy.core._design.Design(name, directory, logger, material, generate, analyze, **kwargs)#
Bases:
objectThis class is used to design the model. When it is implemented, it will be able to design the model based on building codes.
Caution
This class is not meant to be used directly. Please use the
get_design()method ofModelclass to call methods and attributes.