Model.create
- Model.create(cls=None, parent=None, geometry=None, frame=None, psets=None, **kwargs)
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.Entity
The created entity.