Describe the current issue
RectangleMesh is unique in that is has originX and originY arguments however many other meshes (e.g. SquareMesh, CubeMesh) don't.
Describe the solution you'd like
It would be convenient if other meshes also supported this consistently.
Describe alternatives you've considered
Just calling TensorBoxMesh etc directly.
Additional info
I completely understand if you don't want to grow the surface area of the api but I though I would raise this as a matter of consistency.
Describe the current issue
RectangleMeshis unique in that is hasoriginXandoriginYarguments however many other meshes (e.g.SquareMesh,CubeMesh) don't.Describe the solution you'd like
It would be convenient if other meshes also supported this consistently.
Describe alternatives you've considered
Just calling
TensorBoxMeshetc directly.Additional info
I completely understand if you don't want to grow the surface area of the api but I though I would raise this as a matter of consistency.