Design#

class modularbuildingpy.core._design.Design(name, directory, logger, material, generate, analyze, **kwargs)#

Bases: object

This 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 of Model class to call methods and attributes.