mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0028654: Existed tool (gendoc) for generation documentation does not take into account size of images.
The parameter defining image width has been added to all figures to improve their layout in PDF documents and tweaked depending on the nature of each image. Additionally, some minor changes improving image and text layout have been introduced. Remove temporary added possibility for setting image width automatically for generation of pdf documentation.
This commit is contained in:
@@ -2785,7 +2785,7 @@ ivtkinit
|
||||
|
||||
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,"",225}
|
||||
|
||||
@subsubsection occt_draw_4_6_2 ivtkdisplay
|
||||
|
||||
@@ -2804,7 +2804,8 @@ pcone c 5 0 10
|
||||
ivtkdisplay c
|
||||
~~~~~
|
||||
|
||||
@figure{/user_guides/draw_test_harness/images/draw_image002.png}
|
||||
@figure{/user_guides/draw_test_harness/images/draw_image002.png,"",261}
|
||||
|
||||
|
||||
@subsubsection occt_draw_4_6_3 ivtkerase
|
||||
|
||||
@@ -2862,8 +2863,8 @@ ivtkdisplay c
|
||||
ivtksetdispmode c 1
|
||||
~~~~~
|
||||
|
||||
@figure{/user_guides/draw_test_harness/images/draw_image003.png}
|
||||
|
||||
@figure{/user_guides/draw_test_harness/images/draw_image003.png,"",262}
|
||||
|
||||
@subsubsection occt_draw_4_6_6 ivtksetselmode
|
||||
|
||||
Syntax:
|
||||
@@ -2884,7 +2885,7 @@ ivtkdisplay a
|
||||
ivtksetselmode a 4 1
|
||||
~~~~~
|
||||
|
||||
@figure{/user_guides/draw_test_harness/images/draw_image004.png}
|
||||
@figure{/user_guides/draw_test_harness/images/draw_image004.png,"",291}
|
||||
|
||||
@subsubsection occt_draw_4_6_7 ivtkmoveto
|
||||
|
||||
@@ -2957,18 +2958,16 @@ ivtkinit
|
||||
ivtkbgcolor 200 220 250
|
||||
~~~~~
|
||||
|
||||
@figure{/user_guides/draw_test_harness/images/draw_image005.png}
|
||||
@figure{/user_guides/draw_test_harness/images/draw_image005.png,"",196}
|
||||
|
||||
~~~~~
|
||||
ivtkbgcolor 10 30 80 255 255 255
|
||||
~~~~~
|
||||
|
||||
@figure{/user_guides/draw_test_harness/images/draw_image006.png}
|
||||
|
||||
@figure{/user_guides/draw_test_harness/images/draw_image006.png,"",190}
|
||||
|
||||
@section occt_draw_5 OCAF commands
|
||||
|
||||
|
||||
This chapter contains a set of commands for Open CASCADE Technology Application Framework (OCAF).
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user