We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968b5d3 commit a6d7ff9Copy full SHA for a6d7ff9
docs/guide/trame/picking.md
@@ -7,7 +7,7 @@ This example capture the usage of a vtkPiker and illustate the usage of method c
7
The code below highlight some important region and logic to understand.
8
9
::: code-group
10
-<<< ../../../examples/trame/picking/pick.py#vtk{py:line-numbers=42} [VTK 3D Widget]
+<<< ../../../examples/trame/picking/pick.py#vtk{py:line-numbers=42} [VTK Setup]
11
<<< ../../../examples/trame/picking/pick.py#trameWidget{py:line-numbers=82} [Trame widget]
12
<<< ../../../examples/trame/picking/pick.py#trameChange{py:line-numbers=118} [State change]
13
<<< ../../../examples/trame/picking/pick.py#py2wasmCall{py:line-numbers=129} [Method call]
0 commit comments