diff --git a/dox/dev_guides/git_guide/git_guide.md b/dox/dev_guides/git_guide/git_guide.md index 067e38a9d7..03adc7b7ac 100644 --- a/dox/dev_guides/git_guide/git_guide.md +++ b/dox/dev_guides/git_guide/git_guide.md @@ -97,25 +97,14 @@ The official repository contains: @subsubsection occt_gitguide_2_1_1 Installation of Git for Windows - Download Git for Windows distributive from http://code.google.com/p/msysgit/downloads/list. + Download Git for Windows distributive from https://git-for-windows.github.io/ During the installation: - * Select Windows Explorer integration options: - * Git Bash Here - * Git GUI Here - -@image html OCCT_GitGuide_V2_image001.png -@image latex OCCT_GitGuide_V2_image001.png - - * To avoid a mess in your PATH, we recommend selecting ‘Run Git from Windows Prompt’ in the environment settings dialog: - -@image html OCCT_GitGuide_V2_image002.png -@image latex OCCT_GitGuide_V2_image002.png - + * Check-in "Windows Explorer integration" options: + * "Git Bash Here"; + * "Git GUI Here". + * To avoid a mess in your PATH, we recommend selecting "Run Git from Windows Prompt" in the environment settings dialog: * In "Configuring the line ending conversions" dialog, select "Checkout Windows-style, commit Unix style endings". - -@image html OCCT_GitGuide_V2_image003.png -@image latex OCCT_GitGuide_V2_image003.png Note that by default Git user interface is localized to the system default language. If you prefer to work with the English interface, remove or rename .msg localization file @@ -128,15 +117,12 @@ The official repository contains: Download TortoiseGit distributive from http://code.google.com/p/tortoisegit/downloads/list. Launch the installation. - * Select your SSH client. Choose OpenSSH if you prefer to use command-line tools - for SSH keys generation, or TortoisePLink if you prefer to use GUI tool (PuttyGen, see 3.2): - -@image html OCCT_GitGuide_V2_image004.png -@image latex OCCT_GitGuide_V2_image004.png - - * Complete the installation. + * Select your SSH client. Choose option + * "OpenSSH, Git default SSH Client" if you prefer to use command-line tools for SSH keys generation, or + * "TortoisePLink, coming from Putty, integrates with Windows better" if you prefer to use GUI tool (PuttyGen, see 3.2). + * Complete the installation. - TortoiseGit integrates to Windows Explorer, thus it is possible to use context menu in Windows Explorer to access its functionality: + TortoiseGit integrates into Windows Explorer, thus it is possible to use context menu in Windows Explorer to access its functionality: @image html OCCT_GitGuide_V2_image005.png @image latex OCCT_GitGuide_V2_image005.png @@ -250,11 +236,10 @@ The official repository contains: @subsection occt_gitguide_3_3 Adding public key in your account Log in on the portal http://dev.opencascade.org and click on **My account** link to the right. If you have a Contributor status, you will see **SSH keys** tab to the right. + Click on that tab, then click **Add a public key**, and paste the text of the public key (see above sections on how to generate the key) into the text box. - Click **Save** to input the key to the system. - -@image html OCCT_GitGuide_V2_image008.png -@image latex OCCT_GitGuide_V2_image008.png + +Click **Save** to input the key to the system. Note that a user can have several SSH keys. You can distinguish between these keys by the Title field ID; by default it is taken from SSH key comment. @@ -335,10 +320,6 @@ In the console: In TortoiseGit: * Go to the local copy of the repository. * Right-click in the Explorer window, then choose **Git Create Branch**. - -@image html OCCT_GitGuide_V2_image011.png -@image latex OCCT_GitGuide_V2_image011.png - * Select **Base On** Branch *remotes/origin/master*. @image html OCCT_GitGuide_V2_image012.png diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image001.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image001.png deleted file mode 100644 index 674cf90fd1..0000000000 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image001.png and /dev/null differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image002.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image002.png deleted file mode 100644 index 8aed9b096f..0000000000 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image002.png and /dev/null differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image003.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image003.png deleted file mode 100644 index 90eb10a505..0000000000 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image003.png and /dev/null differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image004.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image004.png deleted file mode 100644 index 485c5c49e4..0000000000 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image004.png and /dev/null differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image006.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image006.png index 1e35e9dee9..0f45bd6794 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image006.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image006.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image007.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image007.png index 705a0c05fe..a6fa5fb83a 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image007.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image007.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image008.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image008.png deleted file mode 100644 index 60473e9404..0000000000 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image008.png and /dev/null differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image009.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image009.png index 3f0f6dd1a2..056e099a0e 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image009.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image009.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image011.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image011.png deleted file mode 100644 index 9610b3ff52..0000000000 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image011.png and /dev/null differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image012.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image012.png index 73d39fc7b3..4c41eaf5ed 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image012.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image012.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image013.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image013.png index fd2ed3a393..628ea06876 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image013.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image013.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image014.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image014.png index 3fd4209e58..d90dddabbb 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image014.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image014.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image015.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image015.png index 2c9490c57e..a07f9f2821 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image015.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image015.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image016.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image016.png index 0739047ca2..5d1637b24e 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image016.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image016.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image018.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image018.png index 53f4212d79..6a75712608 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image018.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image018.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image019.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image019.png index 323ba4e8d2..5312504c9c 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image019.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image019.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image020.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image020.png index f227c82976..c47540a55c 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image020.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image020.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image021.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image021.png index a7ba8dea8f..cb13e840d4 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image021.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image021.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image022.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image022.png index 512e4bd8db..4becdaa4fe 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image022.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image022.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image023.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image023.png index 8ece5323bf..9fb6b0de8e 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image023.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image023.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image024.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image024.png index 249c258468..11db66fb37 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image024.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image024.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image025.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image025.png index 4c4018917d..2ca3568e0a 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image025.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image025.png differ diff --git a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image026.png b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image026.png index a2235d61f8..b5a1ad832c 100644 Binary files a/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image026.png and b/dox/dev_guides/git_guide/images/OCCT_GitGuide_V2_image026.png differ diff --git a/dox/dev_guides/tests/images/tests_image001.png b/dox/dev_guides/tests/images/tests_image001.png index e524dfabf8..2105930b67 100644 Binary files a/dox/dev_guides/tests/images/tests_image001.png and b/dox/dev_guides/tests/images/tests_image001.png differ diff --git a/dox/dev_guides/tests/tests.md b/dox/dev_guides/tests/tests.md index 52bfb1f030..e3e3a6f772 100644 --- a/dox/dev_guides/tests/tests.md +++ b/dox/dev_guides/tests/tests.md @@ -11,7 +11,7 @@ Reading the Introduction should be sufficient for developers to use the test sys @subsection testmanual_1_1 Basic Information -OCCT automatic testing system is organized around DRAW Test Harness @ref occt_user_guides__test_harness "DRAW Test Harness", a console application based on Tcl (a scripting language) interpreter extended by OCCT-related commands. +OCCT automatic testing system is organized around @ref occt_user_guides__test_harness "DRAW Test Harness", a console application based on Tcl (a scripting language) interpreter extended by OCCT-related commands. Standard OCCT tests are included with OCCT sources and are located in subdirectory *tests* of the OCCT root folder. Other test folders can be included in the test system, e.g. for testing applications based on OCCT. diff --git a/dox/user_guides/brep_wp/brep_wp.md b/dox/user_guides/brep_wp/brep_wp.md index 5e5a892329..d0618d10ef 100644 --- a/dox/user_guides/brep_wp/brep_wp.md +++ b/dox/user_guides/brep_wp/brep_wp.md @@ -232,7 +232,7 @@ The example record is interpreted as a line which passes through a point *P*=(1 **BNF-like Definition** -@verbatim +~~~~ <3D curve record 2> = "2" <_> <3D circle center> <_> <3D circle N> <_> <3D circle Dx> <_> <3D circle Dy> <_> <3D circle radius> <_\n>; <3D circle center> = <3D point>; @@ -244,7 +244,7 @@ The example record is interpreted as a line which passes through a point *P*=(1 <3D circle Dy> = <3D direction>; <3D circle radius> = ; -@endverbatim +~~~~ **Description** @@ -265,7 +265,7 @@ The example record is interpreted as a circle which has its center *P*=(1, 2, 3 **BNF-like Definition** -@verbatim +~~~~ <3D curve record 3> = "3" <_> <3D ellipse center> <_> <3D ellipse N> <_> <3D ellipse Dmaj> <_> <3D ellipse Dmin> <_> <3D ellipse Rmaj> <_> <3D ellipse Rmin> <_\n>; <3D ellipse center> = <3D point>; @@ -279,7 +279,7 @@ The example record is interpreted as a circle which has its center *P*=(1, 2, 3 <3D ellipse Rmaj> = ; <3D ellipse Rmin> = ; -@endverbatim +~~~~ **Description** @@ -300,7 +300,7 @@ The example record is interpreted as an ellipse which has its center *P*=(1, 2, **BNF-like Definition** -@verbatim +~~~~ <3D curve record 4> = "4" <_> <3D parabola origin> <_> <3D parabola N> <_> <3D parabola Dx> <_> <3D parabola Dy> <_> <3D parabola focal length> <_\n>; <3D parabola origin> = <3D point>; @@ -312,7 +312,7 @@ The example record is interpreted as an ellipse which has its center *P*=(1, 2, <3D parabola Dy> = <3D direction>; <3D parabola focal length> = ; -@endverbatim +~~~~ **Description** @@ -334,7 +334,7 @@ The example record is interpreted as a parabola in plane which passes through a **BNF-like Definition** -@verbatim +~~~~ <3D curve record 5> = "5" <_> <3D hyperbola origin> <_> <3D hyperbola N> <_> <3D hyperbola Dx> <_> <3D hyperbola Dy> <_> <3D hyperbola Kx> <_> <3D hyperbola Ky> <_\n>; <3D hyperbola origin> = <3D point>; @@ -348,7 +348,7 @@ The example record is interpreted as a parabola in plane which passes through a <3D hyperbola Kx> = ; <3D hyperbola Ky> = ; -@endverbatim +~~~~ **Descripton** @@ -410,7 +410,7 @@ The example record is interpreted as a Bezier curve with a rational flag *r*=1, **BNF-like Definition** -@verbatim +~~~~ <3D curve record 7> = "7" <_> <3D B-spline rational flag> <_> "0" <_> <3D B-spline degree> <_> <3D B-spline pole count> <_> <3D B-spline multiplicity knot count> <3D B-spline weight poles> <_\n> <3D B-spline multiplicity knots> <_\n>; @@ -430,7 +430,7 @@ The example record is interpreted as a Bezier curve with a rational flag *r*=1, <3D B-spline multiplicity knots> = (<_> <3D B-spline multiplicity knot>) ^ <3D B-spline multiplicity knot count>; <3D B-spline multiplicity knot> = <_> ; -@endverbatim +~~~~ **Description** @@ -474,13 +474,13 @@ The example record is interpreted as a B-spline curve with a rational flag *r*= **BNF-like Definition** -@verbatim +~~~~ <3D curve record 8> = "8" <_> <3D trimmed curve u min> <_> <3D trimmed curve u max> <_\n> <3D curve record>; <3D trimmed curve u min> = ; <3D trimmed curve u max> = ; -@endverbatim +~~~~ **Description** @@ -746,7 +746,7 @@ where @f$ V(v)=(5,2,0)+4 \cdot (cos(v) \cdot (1,0,0)+sin(v) \cdot (0,1,0)), V_{D **BNF-like Definition** -@verbatim +~~~~ = "8" <_> <_> <_> <_> <_> ; @@ -765,7 +765,7 @@ where @f$ V(v)=(5,2,0)+4 \cdot (cos(v) \cdot (1,0,0)+sin(v) \cdot (0,1,0)), V_{D (<_> ) ^ ; = <3D point> [<_> ]; -@endverbatim +~~~~ **Description** @@ -781,12 +781,13 @@ where @f$ 0^{0} \equiv 1 @f$. The example record is interpreted as a Bezier surface with a u rational flag *ru*=1, v rational flag *rv*=1, u degree *mu*=2, v degree *mv*=1, weight poles *B0,0*=(0, 0, 1), *h0,0*=7, *B0,1*=(1, 0, -4), *h0,1*=10, *B1,0*=(0, 1, -2), *h1,0*=8, *B1,1*=(1, 1, 5), *h1,1*=11, *B2,0*=(0, 2, 3), *h2,0*=9 and *B2,1*=(1, 2, 6), *h2,1*=12. The surface is defined by the following parametric equation: -@f[ S(u,v)= [ (0,0,1) \cdot 7 \cdot (1-u)^{2} \cdot (1-v)+(1,0,-4) \cdot 10 \cdot (1-u)^{2} \cdot v+ \\ -(0,1,-2) \cdot 8 \cdot 2 \cdot u \cdot (1-u) \cdot (1-v)+(1,1,5) \cdot 11 \cdot 2 \cdot u \cdot (1-u) \cdot v+ \\ -(0,2,3) \cdot 9 \cdot u^{2} \cdot (1-v)+(1,2,6) \cdot 12 \cdot u^{2} \cdot v] \div \\ -[7 \cdot (1-u)^{2} \cdot (1-v)+10 \cdot (1-u)^{2} \cdot v+ \\ -8 \cdot 2 \cdot u \cdot (1-u) \cdot (1-v)+11 \cdot 2 \cdot u \cdot (1-u) \cdot v+ \\ -9 \cdot u^{2} \cdot (1-v)+12 \cdot u^{2} \cdot v ] @f] +@f[ +\begin{align} +S(u,v)= [ (0,0,1) \cdot 7 \cdot (1-u)^{2} \cdot (1-v)+(1,0,-4) \cdot 10 \cdot (1-u)^{2} \cdot v+ (0,1,-2) \cdot 8 \cdot 2 \cdot u \cdot (1-u) \cdot (1-v) + \\ +(1,1,5) \cdot 11 \cdot 2 \cdot u \cdot (1-u) \cdot v+ (0,2,3) \cdot 9 \cdot u^{2} \cdot (1-v)+(1,2,6) \cdot 12 \cdot u^{2} \cdot v] \div [7 \cdot (1-u)^{2} \cdot (1-v)+ \\ +10 \cdot (1-u)^{2} \cdot v+ 8 \cdot 2 \cdot u \cdot (1-u) \cdot (1-v)+ 11 \cdot 2 \cdot u \cdot (1-u) \cdot v+ 9 \cdot u^{2} \cdot (1-v)+12 \cdot u^{2} \cdot v ] +\end{align} +@f] @subsubsection occt_brep_format_4_2_9 B-spline Surface - \< surface record 9 \> @@ -877,14 +878,19 @@ The B-spline surface is defined by the following parametric equation: where functions *Ni,j* and *Mi,j* have the following recursion definition by *j*: -@f[ N_{i,1}(u)=\left\{\begin{matrix} -1\Leftarrow \bar{u}_{i} \leq u \leq \bar{u}_{i+1}\\ -0\Leftarrow u < \bar{u}_{i} \vee \bar{u}_{i+1} \leq u \end{matrix} \right.,\; -N_{i,j}(u)=\frac{(u-\bar{u}_{i}) \cdot N_{i,j-1}(u) }{\bar{u}_{i+j-1}-\bar{u}_{i}}+ \frac{(\bar{u}_{i+j}-u) \cdot N_{i+1,j-1}(u)}{\bar{u}_{i+j}-\bar{u}_{i+1}},\;(2 \leq j \leq m_{u}+1); \\ +@f[ +\begin{align} +N_{i,1}(u)= \left\{\begin{matrix} +1\Leftarrow \bar{u}_{i} \leq u \leq \bar{u}_{i+1} +0\Leftarrow u < \bar{u}_{i} \vee \bar{u}_{i+1} \leq u \end{matrix} \right.,\; \\ +N_{i,j}(u)=\frac{(u-\bar{u}_{i}) \cdot N_{i,j-1}(u) }{\bar{u}_{i+j-1}-\bar{u}_{i}}+ +\frac{(\bar{u}_{i+j}-u) \cdot N_{i+1,j-1}(u)}{\bar{u}_{i+j}-\bar{u}_{i+1}},\;(2 \leq j \leq m_{u}+1), \; \\ M_{i,1}(v)=\left\{\begin{matrix} 1\Leftarrow \bar{v}_{i} \leq v \leq \bar{v}_{i+1}\\ -0\Leftarrow v < \bar{v}_{i} \vee \bar{v}_{i+1} \leq v \end{matrix} \right.,\; -M_{i,j}(v)=\frac{(v-\bar{v}_{i}) \cdot M_{i,j-1}(v) }{\bar{v}_{i+j-1}-\bar{v}_{i}}+ \frac{(\bar{v}_{i+j}-v) \cdot M_{i+1,j-1}(v)}{\bar{v}_{i+j}-\bar{v}_{i+1}},\;(2 \leq j \leq m_{v}+1); @f] +0\Leftarrow v < \bar{v}_{i} \vee \bar{v}_{i+1} \leq v \end{matrix} \right.,\; \\ +M_{i,j}(v)=\frac{(v-\bar{v}_{i}) \cdot M_{i,j-1}(v) }{\bar{v}_{i+j-1}-\bar{v}_{i}}+ \frac{(\bar{v}_{i+j}-v) \cdot M_{i+1,j-1}(v)}{\bar{v}_{i+j}-\bar{v}_{i+1}},\;(2 \leq j \leq m_{v}+1); +\end{align} +@f] where @f[ \bar{u}_{i}=u_{j}\; (1 \leq j \leq k_{u},\; \sum_{l=1}^{j-1}q_{l} \leq i \leq \sum_{l=1}^{j}q_{l}), \\ @@ -892,13 +898,15 @@ where The example record is interpreted as a B-spline surface with a u rational flag *ru*=1, v rational flag *rv*=1, u degree *mu*=1, v degree *mv*=1, u pole count *nu*=3, v pole count *nv*=2, u multiplicity knot count *ku*=5, v multiplicity knot count *kv*=4, weight poles *B1,1*=(0, 0, 1), *h1,1*=7, *B1,2*=(1, 0, -4), *h1,2*=10, *B2,1*=(0, 1, -2), *h2,1*=8, *B2,2*=(1, 1, 5), *h2,2*=11, *B3,1*=(0, 2, 3), *h3,1*=9 and *B3,2*=(1, 2, 6), *h3,2*=12, u multiplicity knots *u1*=0, *q1*=1, *u2*=0.25, *q2*=1, *u3*=0.5, *q3*=1, *u4*=0.75, *q4*=1 and *u5*=1, *q5*=1, v multiplicity knots *v1*=0, *r1*=1, *v2*=0.3, *r2*=1, *v3*=0.7, *r3*=1 and *v4*=1, *r4*=1. The B-spline surface is defined by the following parametric equation: -@f[ S(u,v)= [ (0,0,1) \cdot 7 \cdot N_{1,2}(u) \cdot M_{1,2}(v)+(1,0,-4) \cdot 10 \cdot N_{1,2}(u) \cdot M_{2,2}(v)+ \\ +@f[ +\begin{align} +S(u,v)= [ (0,0,1) \cdot 7 \cdot N_{1,2}(u) \cdot M_{1,2}(v)+(1,0,-4) \cdot 10 \cdot N_{1,2}(u) \cdot M_{2,2}(v)+ \\ (0,1,-2) \cdot 8 \cdot N_{2,2}(u) \cdot M_{1,2}(v)+(1,1,5) \cdot 11 \cdot N_{2,2}(u) \cdot M_{2,2}(v)+ \\ (0,2,3) \cdot 9 \cdot N_{3,2}(u) \cdot M_{1,2}(v)+(1,2,6) \cdot 12 \cdot N_{3,2}(u) \cdot M_{2,2}(v)] \div \\ -[7 \cdot N_{1,2}(u) \cdot M_{1,2}(v)+10 \cdot N_{1,2}(u) \cdot M_{2,2}(v)+ \\ -8 \cdot N_{2,2}(u) \cdot M_{1,2}(v)+11 \cdot N_{2,2}(u) \cdot M_{2,2}(v)+ \\ -9 \cdot N_{3,2}(u) \cdot M_{1,2}(v)+12 \cdot N_{3,2}(u) \cdot M_{2,2}(v) ] @f] - +[7 \cdot N_{1,2}(u) \cdot M_{1,2}(v)+10 \cdot N_{1,2}(u) \cdot M_{2,2}(v)+ 8 \cdot N_{2,2}(u) \cdot M_{1,2}(v)+ \\ +11 \cdot N_{2,2}(u) \cdot M_{2,2}(v)+ 9 \cdot N_{3,2}(u) \cdot M_{1,2}(v)+12 \cdot N_{3,2}(u) \cdot M_{2,2}(v) ] +\end{align} +@f] @subsubsection occt_brep_format_4_2_10 Rectangular Trim Surface - \< surface record 10 \> @@ -1050,7 +1058,7 @@ The example record is interpreted as a line which passes through a point *P*=(3 **BNF-like Definition** -@verbatim +~~~~ <2D curve record 2> = "2" <_> <2D circle center> <_> <2D circle Dx> <_> <2D circle Dy> <_> <2D circle radius> <_\n>; <2D circle center> = <2D point>; @@ -1060,7 +1068,7 @@ The example record is interpreted as a line which passes through a point *P*=(3 <2D circle Dy> = <2D direction>; <2D circle radius> = ; -@endverbatim +~~~~ **Description** @@ -1221,7 +1229,7 @@ The example record is interpreted as a Bezier curve with a rational flag *r*=1, **BNF-like Definition** -@verbatim +~~~~ <2D curve record 7> = "7" <_> <2D B-spline rational flag> <_> "0" <_> <2D B-spline degree> <_> <2D B-spline pole count> <_> <2D B-spline multiplicity knot count> <2D B-spline weight poles> <_\n> <2D B-spline multiplicity knots> <_\n>; <2D B-spline rational flag> = ; @@ -1240,7 +1248,7 @@ The example record is interpreted as a Bezier curve with a rational flag *r*=1, <2D B-spline multiplicity knot> ^ <2D B-spline multiplicity knot count>; <2D B-spline multiplicity knot> = <_> <_> ; -@endverbatim +~~~~ **Description** @@ -1404,7 +1412,7 @@ The example record describes a polyline from *m*=2 nodes with a parameter prese **BNF-like Definition** -@verbatim +~~~~ = <_\n> ; = "Triangulations" <_> ; @@ -1434,7 +1442,7 @@ The example record describes a polyline from *m*=2 nodes with a parameter prese = ( <_>) ^ ; = <_> <_> . -@endverbatim +~~~~ **Description** @@ -1750,7 +1758,7 @@ The usage of \ *U* is described belo **BNF-like Definition** -@verbatim +~~~~ = <_> <_> <_> edge data same range flag> <_> <_\n> ; = ; @@ -1793,7 +1801,7 @@ The usage of \ *U* is described belo = ( <_>) ^ 2 <_> ; -@endverbatim +~~~~ **Description** @@ -1820,13 +1828,13 @@ Flags \, \ and \ = <_> <_> <_> <\n> ["2" <_> ]; = ; = ; -@endverbatim +~~~~ **Description** diff --git a/dox/user_guides/ocaf/images/ocaf_image004.png b/dox/user_guides/ocaf/images/ocaf_image004.png index 5f2a148eea..45eb829f8c 100644 Binary files a/dox/user_guides/ocaf/images/ocaf_image004.png and b/dox/user_guides/ocaf/images/ocaf_image004.png differ diff --git a/dox/user_guides/ocaf/images/ocaf_image013.png b/dox/user_guides/ocaf/images/ocaf_image013.png index 54f4083ac4..7db090e9ad 100644 Binary files a/dox/user_guides/ocaf/images/ocaf_image013.png and b/dox/user_guides/ocaf/images/ocaf_image013.png differ diff --git a/dox/user_guides/ocaf_wp/images/ocaf_wp_image003.png b/dox/user_guides/ocaf_wp/images/ocaf_wp_image003.png index 5b7d88d7ea..930774e076 100644 Binary files a/dox/user_guides/ocaf_wp/images/ocaf_wp_image003.png and b/dox/user_guides/ocaf_wp/images/ocaf_wp_image003.png differ diff --git a/dox/user_guides/ocaf_wp/images/ocaf_wp_image004.png b/dox/user_guides/ocaf_wp/images/ocaf_wp_image004.png index 24d2f8e2bf..45eb829f8c 100644 Binary files a/dox/user_guides/ocaf_wp/images/ocaf_wp_image004.png and b/dox/user_guides/ocaf_wp/images/ocaf_wp_image004.png differ diff --git a/dox/user_guides/ocaf_wp/images/ocaf_wp_image005.png b/dox/user_guides/ocaf_wp/images/ocaf_wp_image005.png index e6ee48f2f3..54ef8bf3c8 100644 Binary files a/dox/user_guides/ocaf_wp/images/ocaf_wp_image005.png and b/dox/user_guides/ocaf_wp/images/ocaf_wp_image005.png differ diff --git a/dox/user_guides/ocaf_wp/images/ocaf_wp_image006.png b/dox/user_guides/ocaf_wp/images/ocaf_wp_image006.png index 199d4b9373..04af667452 100644 Binary files a/dox/user_guides/ocaf_wp/images/ocaf_wp_image006.png and b/dox/user_guides/ocaf_wp/images/ocaf_wp_image006.png differ diff --git a/dox/user_guides/ocaf_wp/images/ocaf_wp_image007.png b/dox/user_guides/ocaf_wp/images/ocaf_wp_image007.png new file mode 100644 index 0000000000..b57cd24ed5 Binary files /dev/null and b/dox/user_guides/ocaf_wp/images/ocaf_wp_image007.png differ diff --git a/dox/user_guides/ocaf_wp/ocaf_wp.md b/dox/user_guides/ocaf_wp/ocaf_wp.md index cafda49f77..e1df41d035 100644 --- a/dox/user_guides/ocaf_wp/ocaf_wp.md +++ b/dox/user_guides/ocaf_wp/ocaf_wp.md @@ -315,8 +315,11 @@ ad696002-5b34-11d1-b5ba-00a0c9064368.Location: PAppStdPlugin Later on, you can modify the handle's geometry without changing its color — both remain attached to the same label. -@image html ocaf_wp_image005.png "Figure 3. The data structure of the coffee machine" -@image latex ocaf_wp_image005.png "Figure 3. The data structure of the coffee machine" +@image html ocaf_wp_image007.png "Figure 3. The coffee machine" +@image latex ocaf_wp_image007.png "Figure 3. The coffee machine" + +@image html ocaf_wp_image005.png "Figure 4. The data structure of the coffee machine" +@image latex ocaf_wp_image005.png "Figure 4. The data structure of the coffee machine" The nesting of labels is key to OCAF. This allows a label to have its own structure with its local addressing scheme which can be reused in a more complex structure. @@ -339,8 +342,8 @@ ad696002-5b34-11d1-b5ba-00a0c9064368.Location: PAppStdPlugin which references the coffee pot of the first document (the XLink contains the relative path of the coffee pot document and the entry of the coffee pot data [0:1] ). -@image html ocaf_wp_image006.png "The coffee machine compound document" -@image latex ocaf_wp_image006.png "The coffee machine compound document" +@image html ocaf_wp_image006.png "Figure 5. The coffee machine compound document" +@image latex ocaf_wp_image006.png "Figure 5. The coffee machine compound document" In this context, the end-user of the coffee machine application can open the coffee pot document, modify the geometry of, for example, the reservoir, and overwrite the document without worrying diff --git a/dox/user_guides/vis/images/vis_image007.png b/dox/user_guides/vis/images/vis_image007.png deleted file mode 100644 index 4c812997b5..0000000000 Binary files a/dox/user_guides/vis/images/vis_image007.png and /dev/null differ diff --git a/dox/user_guides/vis/images/vis_image007.svg b/dox/user_guides/vis/images/vis_image007.svg new file mode 100644 index 0000000000..74d22f45c1 --- /dev/null +++ b/dox/user_guides/vis/images/vis_image007.svg @@ -0,0 +1,152 @@ + + + + + + + + + + image/svg+xml + + + + + + IShapeData + IShape + + + + IShape + Mesher + + + Implementation + for VTK + + + vtkPolyData + + diff --git a/dox/user_guides/vis/vis.md b/dox/user_guides/vis/vis.md index a3b09f5f2b..1bb2e8d501 100644 --- a/dox/user_guides/vis/vis.md +++ b/dox/user_guides/vis/vis.md @@ -281,7 +281,7 @@ The usage of low-level tools is justified in cases when the utilities from *IVtk The low-level scenario of VIS usage in VTK pipeline is shown in the figure below. The Mesher component produces shape facet (VTK polygonal data) using implementation of *IShapeData* interface. Then result can be retrieved from this implementation as a *vtkPolyData* instance. -@figure{/user_guides/vis/images/vis_image007.png "Low-level VIS usage with VTK"} +@figure{/user_guides/vis/images/vis_image007.svg "Low-level VIS usage with VTK"} The visualization pipeline for OCCT shape presentation can be initialized as follows: 1. Create an instance of *IShape* class initialized by OCCT topological shape: diff --git a/dox/user_guides/visualization/images/visualization_image004.png b/dox/user_guides/visualization/images/visualization_image004.png deleted file mode 100644 index e5f8fe2b46..0000000000 Binary files a/dox/user_guides/visualization/images/visualization_image004.png and /dev/null differ diff --git a/dox/user_guides/visualization/images/visualization_image004.svg b/dox/user_guides/visualization/images/visualization_image004.svg new file mode 100644 index 0000000000..04bb9e604d --- /dev/null +++ b/dox/user_guides/visualization/images/visualization_image004.svg @@ -0,0 +1,388 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + uses algorithms of Prs3D + and StdPrs packages to + Class AIS_Shape + Compute() + create Graphics3d structure + + + + + Topological Object + + StdPrs and Prs3d packages + Contain various algorithms + to transform object structures + into Graphics3d structures + + + + + + + Declares Compute() method + Deferred class + AIS_InteractiveObject + + + + uses + inherits + + Object presentation + + Class PresentationManager3d + calls Compute() method of AIS_InteractiveObject + to obtain Graphics3d structure + + deals with + calls + Compute() + + Creation of + AIS_Shape + Creation of + topological + object + + +