Skip to content
Merged
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/1970.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
myst warning -- all cells must be of same type
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ plotter.show(plot_list)
You can clip any object represented in the plotter by defining a ``Plane`` object that
intersects the target object.

```{code-cell} ipython
```{code-cell} ipython3

from ansys.geometry.core.math import Plane, Point3D
pl = GeometryPlotter()
Expand Down Expand Up @@ -219,7 +219,7 @@ the ``plot()`` method.

In the following cell you can create a new design and plot a prism and a cylinder in different colors.

```{code-cell} ipython
```{code-cell} ipython3
design = modeler.create_design("MultiColors")

# Create a sketch of a box
Expand Down
Loading