Remove the recenter argument from openep.data_structures.case.Case.create_mesh
Add a translate method to openep.data_structures.case.Case that takes a 3D translation that will be applied to:
case.points
case.electric.bipolar_egm.points
case.electric.unipolar_egm.points
case.electric.surface.nearest_point
Add a center method to openep.data_structures.case.Case that translates all 3D coordinates so that the center of geometry of case.points is at the origin
Changes made:
recenter
argument fromopenep.data_structures.case.Case.create_mesh
translate
method toopenep.data_structures.case.Case
that takes a 3D translation that will be applied to:case.points
case.electric.bipolar_egm.points
case.electric.unipolar_egm.points
case.electric.surface.nearest_point
center
method toopenep.data_structures.case.Case
that translates all 3D coordinates so that the center of geometry ofcase.points
is at the origin