Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/1591.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update kil section
7 changes: 7 additions & 0 deletions doc/source/kil/mechanical.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
Known issues and limitations
----------------------------

- The ``Background`` property of ``AnimationExportSettings`` has no effect when using
``ExportAnimation()``. The background color cannot be changed programmatically for
exported animations (`#1406 <https://github.com/ansys/pymechanical/issues/1406>`_).

24R2

Check warning on line 19 in doc/source/kil/mechanical.rst

View workflow job for this annotation

GitHub Actions / Documentation Style Check

[vale] reported by reviewdog 🐶 [Google.Headings] '24R2' should use sentence-style capitalization. Raw Output: {"message": "[Google.Headings] '24R2' should use sentence-style capitalization.", "location": {"path": "doc/source/kil/mechanical.rst", "range": {"start": {"line": 19, "column": 1}}}, "severity": "WARNING"}
^^^^

- In Read Only mode, the application does not display error messages when the geometry is imported in batch mode.
Expand All @@ -22,3 +26,6 @@
- On Linux based platforms, Ansys Motion and LSDYNA analysis support are limited.
- A fatal error currently exists when you are shutting down Mechanical on the
Linux platform using Embedding (`#85 <https://github.com/ansys/pymechanical/issues/85>`_).
- Geometry children are not populated when running the cooling holes thermal analysis example,
causing an ``ArgumentOutOfRangeException``. This was fixed in 25R2 and later versions
(`#1549 <https://github.com/ansys/pymechanical/issues/1549>`_).
Loading