MatrixFiles.new#

MatrixFiles.new(name, *, segmentation_=None, zoning=None, type_=None)[source]#

Create a new instance of the matrices class with a new name.

The current value for segmentation, zoning, and type will be used if not provided.

Parameters:
  • name (str)

  • segmentation_ (Segmentation | None)

  • zoning (ZoningSystem | None)

  • type_ (MatrixType | None)

Return type:

Self