Skip to content

Commit

Permalink
calculator functions. Bump to version 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mariostieriansys committed Mar 27, 2024
1 parent a66f849 commit 6af25e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions doc/source/examples_source/00-basic/05-surface_traces_lic.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
# Using a Particle Trace capability
# Parent Part and Emit part are the same part.
# Surface Restriction is ON.

# .. image:: /_static/05_srt_lic_1.png

emitter_part = eoutil.parts.select_parts_by_dimension(2)
Expand All @@ -69,8 +68,7 @@
# ----------------------------------------------------------
# Modify the attributes of the Surface Restricted Traces to
# be visually closer to Flourescene or Titantiam Dioxide (experimental use)

# .. image:: /_static/05_str_lic_2.png
# .. image:: /_static/05_srt_lic_2.png

SRTpart.colorbyrgb = [0, 1, 0]
SRTpart.OPAQUENESS = 0.25
Expand All @@ -84,7 +82,6 @@
# Specify Offset Variable as the variable for LIC.
# Specify High Contrast and 1 length for the LIC
# Specify that we want to see LIC for the Shuttle Surface

# .. image:: /_static/05_srt_lic_3.png

SRTpart.VISIBLE = False
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "ansys-pyensight-core"
version = "0.8.0.dev0"
version = "0.7.9"
description = "A python wrapper for Ansys EnSight"
readme = "README.rst"
requires-python = ">=3.9,<4"
Expand Down

0 comments on commit 6af25e6

Please sign in to comment.