Change the size of the entity by setting the scale attribute:

e = Entity(model='cube', scale=(3,1,1))
Back to Docs