Model.create
- Model.create(cls, attributes, parent=None, frame=None)
Create an entity and add it to the model.
- Parameters:
- cls
compas_ifc.entities.Entity The type of entity to create.
- attributesdict
The attributes of the entity.
- parent
compas_ifc.entities.Entity The parent entity of the entity.
- cls
- Returns:
compas_ifc.entities.EntityThe created entity.