Variables | |
| actual_barycenter = numpy.mean(points, axis=0) | |
| expected_barycenter = numpy.array([1.8276852, -20.284256, 167.19714], dtype='f') | |
| mesh = camitk.Application.getTopLevelComponents()[0] | |
| points = mesh.getPointSetAsNumpy() | |
| mesh_component.actual_barycenter = numpy.mean(points, axis=0) |
| mesh_component.expected_barycenter = numpy.array([1.8276852, -20.284256, 167.19714], dtype='f') |
| mesh_component.mesh = camitk.Application.getTopLevelComponents()[0] |
| mesh_component.points = mesh.getPointSetAsNumpy() |