Skip to content

Commit

Permalink
Merge branch 'add-plotter' of https://github.com/ansys/pymechanical i…
Browse files Browse the repository at this point in the history
…nto add-plotter
  • Loading branch information
Mohamed Koubaa committed Apr 3, 2024
2 parents dbab5b4 + 550b181 commit 5fd8871
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/680.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
first version of 3d visualization with pyvista
7 changes: 7 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

import ansys.mechanical.core as mech

project_file = r"C:\Users\mkoubaa\Desktop\sanderson.mechdat"
app = mech.App(version=242, db_file=project_file)
app.open(project_file)
app.plot()

0 comments on commit 5fd8871

Please sign in to comment.