Model.template

classmethod Model.template(schema='IFC4', building_count=1, storey_count=1, unit='mm', use_occ=False)

Create a template model with a default project, site, building, and storey.

Parameters:
schemastr

The IFC schema to use. Defaults to “IFC4”.

building_countint

The number of buildings to create. Defaults to 1.

storey_countint

The number of storeys to create. Defaults to 1.

unitstr

The unit of the model. Defaults to “mm”.

Returns:
compas_ifc.model.Model

The newly created model.