Skip to content

Commit

Permalink
Fix Mechanical name as it is a product. (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJPRey authored Mar 28, 2024
1 parent 9b9a3de commit fc321ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/00_basic/example_01_simple_structural_solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
print(f"Downloaded the geometry file to: {geometry_path}")

# %%
# Launch mechanical
# Launch Mechanical
# ~~~~~~~~~~~~~~~~~
# Launch a new Mechanical session in batch, setting the ``cleanup_on_exit``
# argument to ``False``. To close this Mechanical session when finished,
Expand Down Expand Up @@ -210,8 +210,8 @@ def write_file_contents_to_console(path):
os.remove(solve_out_local_path)

# %%
# Close mechanical
# Close Mechanical
# ~~~~~~~~~~~~~~~~
# Close the mechanical instance.
# Close the Mechanical session.

mechanical.exit()
6 changes: 3 additions & 3 deletions examples/00_basic/example_02_capture_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
print(f"Downloaded the script files to: {script_file_path}")

# %%
# Launch mechanical
# Launch Mechanical
# ~~~~~~~~~~~~~~~~~
# Launch a new Mechanical session in batch, setting the ``cleanup_on_exit``
# argument to ``False``. To close this Mechanical session when finished,
Expand Down Expand Up @@ -136,8 +136,8 @@ def display_image(path):
mechanical.clear()

###########################################################
# Close mechanical
# Close Mechanical
# ~~~~~~~~~~~~~~~~
# Close the mechanical instance.
# Close the Mechanical instance.

mechanical.exit()
6 changes: 3 additions & 3 deletions examples/00_basic/example_03_show_object_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
print(f"Downloaded the MECHDAT file to: {mechdat_path}")

# %%
# Launch mechanical
# Launch Mechanical
# ~~~~~~~~~~~~~~~~~
# Launch a new Mechanical session in batch, setting the ``cleanup_on_exit``
# argument to ``False``. To close this Mechanical session when finished,
Expand Down Expand Up @@ -86,8 +86,8 @@
mechanical.clear()

# %%
# Close mechanical
# Close Mechanical
# ~~~~~~~~~~~~~~~~
# Close the mechanical instance.
# Close the Mechanical instance.

mechanical.exit()

0 comments on commit fc321ec

Please sign in to comment.