Skip to content

Commit

Permalink
Offset legend
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral committed Oct 30, 2023
1 parent e2cb650 commit 2f03bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def automate_function(
vtk_file = os.path.join(case_folder, 'postProcessing',
'cutPlaneSurface', '400', 'U_cutPlane.vtk')

result_mesh = vtk_to_speckle(vtk_file, domain.center.move(Vector3d(domain.x / 2, -domain.y / 2, 0)))
result_mesh = vtk_to_speckle(vtk_file, domain.center.move(Vector3d(domain.x / 2 + 2, -domain.y / 2 - 2, 0)))

result = Base()
result.data = [result_mesh]
Expand Down

0 comments on commit 2f03bb2

Please sign in to comment.