mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0026804: The level of most VIS Viewer commands is incorrect
Added highlighting of links with blue color. Fixed incorrect tags.
This commit is contained in:
parent
5ca413ce63
commit
bfa7a6857a
@ -97,7 +97,7 @@
|
|||||||
\fi
|
\fi
|
||||||
\hypersetup{%
|
\hypersetup{%
|
||||||
colorlinks=true,%
|
colorlinks=true,%
|
||||||
linkcolor=black,%
|
linkcolor=blue,%
|
||||||
citecolor=black,%
|
citecolor=black,%
|
||||||
urlcolor=blue,%
|
urlcolor=blue,%
|
||||||
unicode%
|
unicode%
|
||||||
@ -127,10 +127,12 @@
|
|||||||
\end{titlepage}
|
\end{titlepage}
|
||||||
\clearpage
|
\clearpage
|
||||||
\pagenumbering{roman}
|
\pagenumbering{roman}
|
||||||
\tableofcontents
|
|
||||||
\newpage
|
\newpage
|
||||||
\pagenumbering{arabic}
|
\pagenumbering{arabic}
|
||||||
\hypersetup{pageanchor=true}
|
\begingroup
|
||||||
|
\hypersetup{pageanchor=true, linkcolor=black, colorlinks=true}
|
||||||
|
\tableofcontents
|
||||||
|
\endgroup
|
||||||
|
|
||||||
\let\stdsection\section
|
\let\stdsection\section
|
||||||
\renewcommand\section{\pagebreak\stdsection}
|
\renewcommand\section{\pagebreak\stdsection}
|
||||||
|
@ -2736,7 +2736,7 @@ Creates a window for VTK viewer.
|
|||||||
|
|
||||||
@figure{/user_guides/draw_test_harness/images/draw_image001.png}
|
@figure{/user_guides/draw_test_harness/images/draw_image001.png}
|
||||||
|
|
||||||
@subsection occt_draw_4_6_2 ivtkdisplay
|
@subsubsection occt_draw_4_6_2 ivtkdisplay
|
||||||
|
|
||||||
Syntax:
|
Syntax:
|
||||||
~~~~~
|
~~~~~
|
||||||
@ -2755,7 +2755,7 @@ ivtkdisplay c
|
|||||||
|
|
||||||
@figure{/user_guides/draw_test_harness/images/draw_image002.png}
|
@figure{/user_guides/draw_test_harness/images/draw_image002.png}
|
||||||
|
|
||||||
@subsection occt_draw_4_6_3 ivtkerase
|
@subsubsection occt_draw_4_6_3 ivtkerase
|
||||||
|
|
||||||
Syntax:
|
Syntax:
|
||||||
~~~~~
|
~~~~~
|
||||||
@ -2781,7 +2781,7 @@ ivtkerase cy
|
|||||||
ivtkerase s c
|
ivtkerase s c
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
@subsection occt_draw_4_6_4 ivtkfit
|
@subsubsection occt_draw_4_6_4 ivtkfit
|
||||||
|
|
||||||
Syntax:
|
Syntax:
|
||||||
~~~~~
|
~~~~~
|
||||||
@ -2790,7 +2790,7 @@ ivtkfit
|
|||||||
|
|
||||||
Automatic zoom/panning.
|
Automatic zoom/panning.
|
||||||
|
|
||||||
@subsection occt_draw_4_6_5 ivtkdispmode
|
@subsubsection occt_draw_4_6_5 ivtkdispmode
|
||||||
|
|
||||||
Syntax:
|
Syntax:
|
||||||
~~~~~
|
~~~~~
|
||||||
@ -2813,7 +2813,7 @@ ivtksetdispmode c 1
|
|||||||
|
|
||||||
@figure{/user_guides/draw_test_harness/images/draw_image003.png}
|
@figure{/user_guides/draw_test_harness/images/draw_image003.png}
|
||||||
|
|
||||||
@subsection occt_draw_4_6_6 ivtksetselmode
|
@subsubsection occt_draw_4_6_6 ivtksetselmode
|
||||||
|
|
||||||
Syntax:
|
Syntax:
|
||||||
~~~~~
|
~~~~~
|
||||||
@ -2835,7 +2835,7 @@ ivtksetselmode a 4 1
|
|||||||
|
|
||||||
@figure{/user_guides/draw_test_harness/images/draw_image004.png}
|
@figure{/user_guides/draw_test_harness/images/draw_image004.png}
|
||||||
|
|
||||||
@subsection occt_draw_4_6_7 ivtkmoveto
|
@subsubsection occt_draw_4_6_7 ivtkmoveto
|
||||||
|
|
||||||
Syntax:
|
Syntax:
|
||||||
~~~~~
|
~~~~~
|
||||||
@ -2852,7 +2852,7 @@ ivtkdisplay c
|
|||||||
ivtkmoveto 40 50
|
ivtkmoveto 40 50
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
@subsection occt_draw_4_6_8 ivtkselect
|
@subsubsection occt_draw_4_6_8 ivtkselect
|
||||||
|
|
||||||
Syntax:
|
Syntax:
|
||||||
~~~~~
|
~~~~~
|
||||||
@ -2869,7 +2869,7 @@ ivtkdisplay c
|
|||||||
ivtkselect 40 50
|
ivtkselect 40 50
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
@subsection occt_draw_4_6_9 ivtkdump
|
@subsubsection occt_draw_4_6_9 ivtkdump
|
||||||
|
|
||||||
Syntax:
|
Syntax:
|
||||||
~~~~~
|
~~~~~
|
||||||
@ -2890,7 +2890,7 @@ ivtkdisplay c
|
|||||||
ivtkdump D:/ConeSnapshot.png rgb 768 768
|
ivtkdump D:/ConeSnapshot.png rgb 768 768
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
@subsection occt_draw_4_6_10 ivtkbgcolor
|
@subsubsection occt_draw_4_6_10 ivtkbgcolor
|
||||||
|
|
||||||
|
|
||||||
Syntax:
|
Syntax:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user