Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
State correct version
  • Loading branch information
adam-urbanczyk committed Dec 17, 2024
commit 76c2c6897e6ad9c0d76df1226f9ad690f46ea477
4 changes: 2 additions & 2 deletions doc/vis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Visualization
Pure Python
===========

Since version 2.5 CadQuery supports visualization without any external tools. Those facilities are based on the VTK library
Since version 2.4 CadQuery supports visualization without any external tools. Those facilities are based on the VTK library
and are not tied to any external tool.

.. code-block:: python
Expand All @@ -26,7 +26,7 @@ and are not tied to any external tool.
.. image:: _static/show.PNG


One can visualize objects of type :class:`~cadquery.Workplane`, :class:`~cadquery.Sketch`, :class:`~cadquery.Assembly`, :class:`~cadquery.Shape`,
One can visualize objects of type :class:`~cadquery.Workplane`, :class:`~cadquery.Sketch`, :class:`~cadquery.Assembly`, :class:`~cadquery.Shape`,
:class:`~cadquery.Vector`, :class:`~cadquery.Location` and lists thereof.


Expand Down