X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=dox%2Fuser_guides%2Fdraw_test_harness%2Fdraw_test_harness.md;h=a80e1b8a538f55f2bea1903311090b6531472541;hp=101594f803b2794e06717e9969bd24e7a2a88c53;hb=67d7f07f51f356e3ac76883753b8970075fd2369;hpb=27245ff9c06aea73b009ca77e94426344b1adcb9 diff --git a/dox/user_guides/draw_test_harness/draw_test_harness.md b/dox/user_guides/draw_test_harness/draw_test_harness.md index 101594f803..a80e1b8a53 100644 --- a/dox/user_guides/draw_test_harness/draw_test_harness.md +++ b/dox/user_guides/draw_test_harness/draw_test_harness.md @@ -1272,7 +1272,7 @@ When an object is modified or erased, the whole view must be repainted. To avoid Graphic operations are buffered by Draw (and also by the X system). Usually the buffer is flushed at the end of a command and before graphic selection. If you want to flush the buffer from inside a script, use the **dflush** command. -See also: pick command. +See also: @ref occt_draw_4_1_11 "pick" command. @subsection occt_draw_4_2 AIS viewer – view commands @@ -4238,7 +4238,7 @@ Syntax: AISMaterial docname entry [material] ~~~~~ -Sets (if *material* is defined) or gets the value of transparency for *AISPresentation* attribute of an *entry* label. *material* is integer from 0 to 20 (see meshmat command). +Sets (if *material* is defined) or gets the value of transparency for *AISPresentation* attribute of an *entry* label. *material* is integer from 0 to 20 (see @ref occt_draw_4_5_6 "meshmat" command). **Example:** ~~~~~ @@ -8463,7 +8463,7 @@ These commands are used for translation of IGES and STEP files into an XCAF docu * XDE layer’s commands * XDE property’s commands -Reminding: All operations of translation are performed with parameters managed by command the command *param*. +Reminding: All operations of translation are performed with parameters managed by command @ref occt_draw_8_3_14 "param". @subsubsection occt_draw_8_4_1 ReadIges @@ -8576,7 +8576,7 @@ Syntax: XFromShape ~~~~~ -This command is similar to the command *fromshape*, but gives additional information about the file name. It is useful if a shape was translated from several files. +This command is similar to the command @ref occt_draw_8_3_7 "fromshape", but gives additional information about the file name. It is useful if a shape was translated from several files. **Example:** ~~~~~ @@ -9961,14 +9961,14 @@ ADVCURV : TKMyAdvCurv MESHING : TKMyMesh ~~~~~ -For other examples of the plug-in resource file refer to the Plug-in resource file chapter above or to the $CASROOT/src/DrawPlugin file shipped with Open CASCADE Technology. +For other examples of the plug-in resource file refer to the @ref occt_draw_1_3_2 "Plug-in resource file" chapter above or to the $CASROOT/src/DrawPlugin file shipped with Open CASCADE Technology. @subsection occt_draw_11_5 Dynamic loading and activation -Loading a plug-in and activating its commands is described in the Activation of the commands implemented in the plug-in chapter. +Loading a plug-in and activating its commands is described in the @ref occt_draw_1_3_3 "Activation of the commands implemented in the plug-in" chapter. -The procedure consists in defining the system variables and using the pload commands in the Test Harness session. +The procedure consists in defining the system variables and using the *pload* commands in the Test Harness session. **Example:** ~~~~