diff --git a/dox/FILES_HTML.txt b/dox/FILES_HTML.txt index 06b73266f8..6cc2a4ae41 100644 --- a/dox/FILES_HTML.txt +++ b/dox/FILES_HTML.txt @@ -27,7 +27,7 @@ user_guides/step/step.md user_guides/xde/xde.md user_guides/ocaf/ocaf.md user_guides/tobj/tobj.md -user_guides/draw_test_harness.md +user_guides/draw_test_harness/draw_test_harness.md user_guides/brep_wp/brep_wp.md user_guides/ocaf_functionmechanism_wp/ocaf_functionmechanism_wp.md user_guides/ocaf_tree_wp/ocaf_tree_wp.md diff --git a/dox/FILES_PDF.txt b/dox/FILES_PDF.txt index 2be9c76d3a..fae962c282 100644 --- a/dox/FILES_PDF.txt +++ b/dox/FILES_PDF.txt @@ -16,7 +16,7 @@ user_guides/ocaf_functionmechanism_wp/ocaf_functionmechanism_wp.md user_guides/ocaf_tree_wp/ocaf_tree_wp.md user_guides/ocaf_wp/ocaf_wp.md user_guides/step/step.md -user_guides/draw_test_harness.md +user_guides/draw_test_harness/draw_test_harness.md user_guides/tobj/tobj.md user_guides/visualization/visualization.md user_guides/voxels_wp/voxels_wp.md diff --git a/dox/dev_guides/building/3rdparty/3rdparty_linux.md b/dox/dev_guides/building/3rdparty/3rdparty_linux.md index 6135bfb66e..b7e95b8daa 100644 --- a/dox/dev_guides/building/3rdparty/3rdparty_linux.md +++ b/dox/dev_guides/building/3rdparty/3rdparty_linux.md @@ -16,11 +16,12 @@ There are two types of third-party products, which are necessary to build OCCT: * Mandatory products: * Tcl/Tk 8.5 - 8.6;   - * FreeType 2.4.10 - 2.4.11; + * FreeType 2.4.10 - 2.5.3; * Optional products: * TBB 3.x - 4.x; * gl2ps 1.3.5 - 1.3.8; - * FreeImage 3.14.1 - 3.15.4. + * FreeImage 3.14.1 - 3.16.0; + * VTK 6.1.0. @section dev_guides__building_3rdparty_linux_2 Building Mandatory Third-party Products @@ -104,7 +105,7 @@ Download the necessary archive from http://sourceforge.net/projects/freetype/fil @subsection dev_guides__building_3rdparty_linux_3_1 TBB This third-party product is installed with binaries from the archive that can be downloaded from http://threadingbuildingblocks.org. -Go to the **Download** page, find the release version you need and pick the archive for Linux platform. +Go to the **Download** page, find the release version you need and pick the archive for Linux platform. To install, unpack the downloaded archive of TBB product. @subsection dev_guides__building_3rdparty_linux_3_2 gl2ps @@ -195,56 +196,31 @@ and unpack it. The directory with unpacked sources is further referred to as *F make DESTDIR=FREEIMAGE_INSTALL_DIR install 5. Clean temporary files - - make clean -@subsection dev_guides__building_3rdparty_linux_3_4 OpenCL ICD Loader + make clean -If you have OpenCL SDK (one provided by Apple, AMD, NVIDIA, Intel, or other -vendor) installed on your system, you should find OpenCL headers and -libraries required for building OCCT inside that SDK. +@subsection dev_guides__building_3rdparty_linux_3_4 VTK -Alternatively, you can use OpenCL ICD (Installable Client Driver) Loader -provided by Khronos group. The following describes steps used to build OpenCL -ICD Loader version 1.2.11.0. +You can download VTK sources from http://www.vtk.org/VTK/resources/software.html -1. Download OpenCL ICD Loader sources archive and OpenCL header files from - Khronos OpenCL Registry - http://www.khronos.org/registry/cl/ +### The building procedure: -2. Unpack the archive and put headers in *inc/CL* sub-folder +Download the necessary archive from http://www.vtk.org/VTK/resources/software.html and unpack it. -3. Print *make* in the root of the unpacked archive to compile OpenCL libraries. +1. Install or build *cmake* product from the source file. +2. Start *cmake* in GUI mode with the directory where the source files of *VTK* are located: -4. Create installation folder for OpenCL IDL Loader package and put there: + ccmake VTK_SRC_DIR - 1. OpenCL header files in *include/CL* subfolder + * Press [c] to make the initial configuration + * Define the necessary options in *VTK_INSTALL_PREFIX* + * Press [c] to make the final configuration + * Press [g] to generate Makefile and exit - 2. *libOpenCL.so* (generated in *bin* subfolder of source package) in *lib* subfolder +3. Start the building of VTK: -@section dev_guides__building_3rdparty_linux_4 Installation From Official Repositories + make -@subsection dev_guides__building_3rdparty_linux_4_1 Debian-based distributives +4. Start the installation of gl2ps. Binaries will be installed according to the *VTK_INSTALL_PREFIX* option. -All 3rd-party products required for building of OCCT could be installed -from official repositories. You may install them from console using apt-get utility: - - sudo apt-get install \ - tcllib tklib tcl-dev tk-dev \ - libfreetype-dev \ - libxt-dev libxmu-dev \ - libgl1-mesa-dev \ - libfreeimage-dev \ - libtbb-dev \ - libgl2ps-dev - -To launch binaries built with WOK you need to install C shell and 32-bit libraries on x86_64 distributives: - - sudo apt-get install \ - csh \ - libstdc++5:i386 libxt6:i386 - -Building is possible with any C++ compliant compiler : - - sudo apt-get install \ - g++ + make install diff --git a/dox/dev_guides/building/3rdparty/3rdparty_osx.md b/dox/dev_guides/building/3rdparty/3rdparty_osx.md index 46791570d6..30fb99f3b9 100644 --- a/dox/dev_guides/building/3rdparty/3rdparty_osx.md +++ b/dox/dev_guides/building/3rdparty/3rdparty_osx.md @@ -14,13 +14,12 @@ http://www.opencascade.org/getocc/require/. There are two types of third-party products, which are necessary to build OCCT: * Mandatory products: - * Tcl 8.5, - * Tk 8.5, - * FreeType 2.4.10 + * Tcl/Tk 8.5 - 8.6; + * FreeType 2.4.10 - 2.5.3. * Optional products: - * TBB 3.x or 4.x, - * gl2ps 1.3.5, - * FreeImage 3.14.1 or 3.15.x + * TBB 3.x - 4.x; + * gl2ps 1.3.5 - 1.3.8; + * FreeImage 3.14.1 - 3.16.0 @section dev_guides__building_3rdparty_osx_2 Building Mandatory Third-party Products diff --git a/dox/dev_guides/building/3rdparty/3rdparty_windows.md b/dox/dev_guides/building/3rdparty/3rdparty_windows.md index 007abd5031..48db2701b7 100644 --- a/dox/dev_guides/building/3rdparty/3rdparty_windows.md +++ b/dox/dev_guides/building/3rdparty/3rdparty_windows.md @@ -12,11 +12,12 @@ The links for downloading the third-party products are available on the web site * Mandatory products: * Tcl/Tk 8.5 - 8.6; - * FreeType 2.4.10 - 2.4.11. + * FreeType 2.4.10 - 2.5.3. * Optional products: * TBB 3.x - 4.x; * gl2ps 1.3.5 - 1.3.8; - * FreeImage 3.14.1 -3.15.4. + * FreeImage 3.14.1 -3.16.0; + * VTK 6.1.0. It is recommended to create a separate new folder on your workstation, where you will unpack the downloaded archives of the third-party products, and where you will build these products (for example, *c:\\occ3rdparty*). @@ -299,35 +300,22 @@ http://sourceforge.net/projects/freeimage/files/Source%20Distribution/ As a result, you should have the library files of FreeImage product in *freeimage\\Dist* folder (*FreeImage.dll* and *FreeImage.lib*) and in *freeimage\\Wrapper\\FreeImagePlus\\dist* folder (*FreeImagePlus.dll* and *FreeImagePlus.lib*). -@subsection dev_guides__building_3rdparty_win_opencl OpenCL ICD Loader +@subsection dev_guides__building_3rdparty_win_3_4 VTK -If you have OpenCL SDK (one provided by Apple, AMD, NVIDIA, Intel, or other -vendor) installed on your system, you should find OpenCL headers and -libraries required for building OCCT inside that SDK. +VTK is an open-source, freely available software system for 3D computer graphics, image processing and visualization. VTK Integration Services component provides adaptation functionality for visualization of OCCT topological shapes by means of VTK library. -Alternatively, you can use OpenCL ICD (Installable Client Driver) Loader -provided by Khronos group. The following describes steps used to build OpenCL -ICD Loader version 1.2.11.0. +### The building procedure: -1. Download OpenCL ICD Loader sources archive and OpenCL header files from - Khronos OpenCL Registry - http://www.khronos.org/registry/cl/ +1. Download the necessary archive from http://www.vtk.org/VTK/resources/software.html and unpack it into *3rdparty* folder. -2. Unpack the archive and put headers in *inc/CL* sub-folder + As a result, you will get a folder named, for example, 3rdparty\VTK-6.1.0. -3. Use CMake to generate VS projects for building the library: - - Start CMake-GUI and select OpenCL ICD Loader folder as source path, and the folder of your choice for VS project and intermediate build data; - - Click **Generate**; - - Select the VS version to be used from the ones you have installed (we recommend using VS 2010) and the architecture (32- or 64-bit). + Further in this document, this folder is referred to as *VTK*. -4. Open solution *OPENCL_ICD_LOADER.sln* generated in the build folder. - Though not strictly necessary, we recommend making two changes in the generated projects: - - Add file *OpenCL.rc* to project OpenCL, to have version and Khronos copyright correctly embedded in DLL; - - Change **Runtime library** to **Multi-threaded(/MT)** in the properties of OpenCL project, on **C/C++ / Code Generation** page for Release configuration, to avoid dependency on run-time DLL. - -5. Build project OpenCL in Release mode +2. Use CMake to generate VS projects for building the library: + - Start CMake-GUI and select VTK folder as source path, and the folder of your choice for VS project and intermediate build data. + - Click **Configure**. + - Select the VS version to be used from the ones you have installed (we recommend using VS 2010) and the architecture (32 or 64-bit). + - Generate VS projects with default CMake options. The open solution *VTK.sln* will be generated in the build folder. -6. Create the installation folder for OpenCL IDL Loader package and put there: - - OpenCL header files in *include/CL* subfolder; - - *OpenCL.dll* (generated in *bin/Release* subfolder of the source package) in *bin* subfolder; - - *OpenCL.lib* (generated in *Release* subfolder of the build directory) in *lib* subfolder. +3. Build project VTK in Release mode. diff --git a/dox/dev_guides/building/automake.md b/dox/dev_guides/building/automake.md index 61a64fddbf..3a6166a16d 100644 --- a/dox/dev_guides/building/automake.md +++ b/dox/dev_guides/building/automake.md @@ -46,13 +46,13 @@ To prevent this, it is suggested to make links: * --with-freeimage= defines the location of installed **FreeImage** product; * --with-tbb-include= defines the location of *tbb.h*; * --with-tbb-library= defines the location of *libtbb.so*; - * --with-opencl-include= defines the location of *cl.h*; - * --with-opencl-library= defines the location of *libOpenCL.so*; + * --with-vtk-include= defines the location of VTK includes; + * --with-vtk-library= defines the location of VTK libraries; * --enable-debug= yes: includes debug information, no: does not include debug information; * --enable-production= yes: switches code optimization, no: switches off code optimization; * --disable-draw allows OCCT building without Draw. - If location of **FreeImage, TBB, gl2ps** or **OpenCL** is not specified, OCCT will be built without these optional libraries. + If location of **FreeImage, TBB, gl2ps** or **VTK** is not specified, OCCT will be built without these optional libraries. Attention: 64-bit platforms are detected automatically. @@ -60,7 +60,7 @@ To prevent this, it is suggested to make links: Example: - \> ./configure -prefix=/PRODUCTS/occt-6.5.5 --with-tcl=/PRODUCTS/tcltk-8.5.8/lib --with-tk=/PRODUCTS/tcltk-8.5.8/lib --with-freetype=/PRODUCTS/freetype-2.4.10 --with-gl2ps=/PRODUCTS/gl2ps-1.3.5 --with-freeimage=/PRODUCTS/freeimage-3.14.1 --with-tbb-include=/PRODUCTS/tbb30_018oss/include --with-tbb-library=/PRODUCTS/tbb30_018oss/lib/ia32/cc4.1.0_libc2.4_kernel2.6.16.21 --with-opencl-include=/PRODUCTS/opencl-icd-1.2.11.0/include --with-opencl-library=/PRODUCTS/opencl-icd-1.2.11.0/lib + \> ./configure -prefix=/PRODUCTS/occt-6.5.5 --with-tcl=/PRODUCTS/tcltk-8.5.8/lib --with-tk=/PRODUCTS/tcltk-8.5.8/lib --with-freetype=/PRODUCTS/freetype-2.4.10 --with-gl2ps=/PRODUCTS/gl2ps-1.3.5 --with-freeimage=/PRODUCTS/freeimage-3.14.1 --with-tbb-include=/PRODUCTS/tbb30_018oss/include --with-tbb-library=/PRODUCTS/tbb30_018oss/lib/ia32/cc4.1.0_libc2.4_kernel2.6.16.21 -–with-vtk-include=/PRODUCTS/VTK-6.1.0/include/vtk-6.1 –with-vtk-library=/PRODUCTS/ /VTK-6.1.0//lib 3.If configure exits successfully, you can build OCCT with *make* command. diff --git a/dox/overview/images/overview_3rdparty.png b/dox/overview/images/overview_3rdparty.png index 0ccf41e392..4943d782c5 100644 Binary files a/dox/overview/images/overview_3rdparty.png and b/dox/overview/images/overview_3rdparty.png differ diff --git a/dox/overview/images/overview_installation.png b/dox/overview/images/overview_installation.png index 7e3b8f907d..77864db057 100644 Binary files a/dox/overview/images/overview_installation.png and b/dox/overview/images/overview_installation.png differ diff --git a/dox/overview/overview.md b/dox/overview/overview.md index 12c94e6b63..a2f39328d4 100644 --- a/dox/overview/overview.md +++ b/dox/overview/overview.md @@ -117,14 +117,7 @@ implementation of 3D viewer. OpenGL specification is developed by the Khronos group, http://www.khronos.org/opengl/. OCCT code includes header file *glext.h* obtained from Khronos web site. -**OpenCL** (Open Computing Language) is open, royalty-free standard for -cross-platform, parallel programming of modern processors, optionally used by -OCCT for ray tracing. OpenCL specification is developed by the -Khronos group, http://www.khronos.org/opencl/. The implementations of OpenCL -are available from Apple, AMD, NVIDIA, Intel, and other vendors. -**OpenCL Installable Client Driver (ICD) Loader** is a library provided by -Khronos group which allows dispatching OpenCL calls to underlying -implementation. +**VTK** - The **Visualization Toolkit (VTK)** is an open-source, freely available software system for 3D computer graphics, image processing and visualization. OCCT VIS component provides adaptation functionality for visualization of OCCT topological shapes by means of VTK library. If you need further information on VTK, please, refer to VTK Homepage http://www.vtk.org/. **Doxygen** developed by Dimitri van Heesch is open source documentation system for C++, C, Java, Objective-C, Python, IDL, PHP and C#. This product is used in Open CASCADE Technology @@ -235,12 +228,12 @@ for which OCCT is certified to work. | Graphic library | OpenGL 1.1+ (OpenGL 2.1+ is recommended)| | C++ | GNU gcc 4.0. - 4.7.3. | | TCL (for testing tools) | Tcltk 8.5 or 8.6 http://www.tcl.tk/software/tcltk/download.html | -| Qt (for demonstration tools) | Qt 4.6.2 http://qt-project.org/downloads | -| Freetype (for text rendering) | freetype-2.4.11 http://sourceforge.net/projects/freetype/files/ | -| FreeImage (optional, for support of common 2D graphic formats) | FreeImage 3.15.4 http://sourceforge.net/projects/freeimage/files | +| Qt (for demonstration tools) | Qt 4.8.6 http://qt-project.org/downloads | +| Freetype (for text rendering) | freetype-2.5.3 http://sourceforge.net/projects/freetype/files/ | +| FreeImage (optional, for support of common 2D graphic formats) | FreeImage 3.16.0 http://sourceforge.net/projects/freeimage/files | | gl2ps (optional, for export contents of OCCT viewer to vector graphic files) | gl2ps-1.3.8 http://geuz.org/gl2ps/ | | Intel TBB (optional, for multithreaded algorithms) | TBB 3.x or 4.x http://www.threadingbuildingblocks.org/ | -| OpenCL (optional, for ray tracing visualization) | OpenCL SDK (usually one provided by vendor of your graphic card) or OpenCL ICD Loader by Khronos group, http://www.khronos.org/registry/cl | +| VTK (for VTK Integration Services | VTK 6.1.0 http://www.vtk.org/VTK/resources/software.html | * Debian 60 64 bit is a platform used for regular testing of contributions @@ -253,13 +246,13 @@ for which OCCT is certified to work. | Video card | See \ref overview_req_graphics | | Graphic library | OpenGL 1.1+ (OpenGL 2.1+ is recommended)| | C++ | Microsoft Visual Studio: 2005 SP1, 2008 SP1\*, 2010 SP1, 2012 Update 3, 2013
Intel C++ Composer XE 2013 SP1 | -| TCL (for testing tools) | Tcl/Tk 8.5 or 8.6 http://www.tcl/tk/software/tcltk/download.html | -| Qt (for demonstration tools) | Qt 4.6.2 http://qt-project.org/downloads | -| Freetype (OCCT Text rendering) | freetype-2.4.11 http://sourceforge.net/projects/freetype/files/ | -| FreeImage (Support of common graphic formats) | FreeImage 3.15.4 http://sourceforge.net/projects/freeimage/files | +| TCL (for testing tools) | Tcl/Tk 8.5 or 8.6 http://www.tcl.tk/software/tcltk/download.html | +| Qt (for demonstration tools) | Qt 4.8.6 http://qt-project.org/downloads | +| Freetype (OCCT Text rendering) | freetype-2.5.3 http://sourceforge.net/projects/freetype/files/ | +| FreeImage (Support of common graphic formats) | FreeImage 3.16.0 http://sourceforge.net/projects/freeimage/files | | gl2ps (Export contents of OCCT viewer to vector graphic file) | gl2ps-1.3.8 http://geuz.org/gl2ps/ | | Intel TBB (optional, for multithreaded algorithms) | TBB 3.x or 4.x http://www.threadingbuildingblocks.org/ | -| OpenCL (optional, for ray tracing visualization) | OpenCL SDK (usually one provided by vendor of your graphic card) or OpenCL ICD Loader by Khronos group, http://www.khronos.org/registry/cl | +| VTK (for VTK Integration Services | VTK 6.1.0 http://www.vtk.org/VTK/resources/software.html | * VC++ 10 32-bit is used for certification of contributions and for building binary package of official release of OCCT on Windows. @@ -274,19 +267,18 @@ for which OCCT is certified to work. | Graphic library | OpenGL 1.1+ (OpenGL 2.1+ is recommended)| | C++ | XCode 3.2 or newer (4.x is recommended) | | TCL (for testing tools) | Tcltk 8.5 or 8.6 http://www.tcl.tk/software/tcltk/download.html | -| Qt (for demonstration tools) | Qt 4.6.2 http://qt-project.org/downloads | -| Freetype (OCCT Text rendering) | freetype-2.4.11 http://sourceforge.net/projects/freetype/files/ | -| FreeImage (Support of common graphic formats) | FreeImage 3.15.4 http://sourceforge.net/projects/freeimage/files | +| Qt (for demonstration tools) | Qt 4.8.6 http://qt-project.org/downloads | +| Freetype (OCCT Text rendering) | freetype-2.5.3 http://sourceforge.net/projects/freetype/files/ | +| FreeImage (Support of common graphic formats) | FreeImage 3.16.0 http://sourceforge.net/projects/freeimage/files | | gl2ps (Export contents of OCCT viewer to vector graphic file) | gl2ps-1.3.8 http://geuz.org/gl2ps/ | | Intel TBB (optional, for multithreaded algorithms) | TBB 3.x or 4.x http://www.threadingbuildingblocks.org/ | -| OpenCL (optional, for ray tracing visualization) | Native OpenCL 1.2.8 | @subsection OCCT_OVW_SECTION_5_4 Android | Operating System | Android 4.0.4+ | | ----- | ----- | | Minimum memory | 512 MB, 1 GB recommended | -| Freetype (for text rendering) | freetype-2.4.11 http://sourceforge.net/projects/freetype/files/ | +| Freetype (for text rendering) | freetype-2.5.3 http://sourceforge.net/projects/freetype/files/ | @subsection overview_req_graphics Graphic cards @@ -319,7 +311,7 @@ building OCCT from sources on supported platforms. @subsection OCCT_OVW_SECTION_4_1 Using Windows installer On Windows Open CASCADE Technology can be installed with binaries precompiled by -Visual C++ 2008 with installation procedure. +Visual C++ 2010 with installation procedure. **Recommendation:** @@ -345,14 +337,14 @@ When the installation is complete, you will find the directories for 3rd party p @image html /overview/images/overview_3rdparty.png @image latex /overview/images/overview_3rdparty.png -The contents of the OCCT-6.7.0 directory (called further "OCCT root", or $CASROOT) are as follows: +The contents of the OCCT-6.8.0 directory (called further "OCCT root", or $CASROOT) are as follows: @image html /overview/images/overview_installation.png "The directory tree" @image latex /overview/images/overview_installation.png "The directory tree" * **adm** This folder contains administration files, which allow rebuilding OCCT; * **adm/cmake** This folder contains files of CMake building procedure; - * **adm/msvc** This folder contains Visual Studio projects for Visual C++ 2005, 2008 and 2010, which allow rebuilding OCCT under Windows platform in 32 and 64-bit mode; + * **adm/msvc** This folder contains Visual Studio projects for Visual C++ 2005, 2008, 2010, 2012 and 2013 which allow rebuilding OCCT under Windows platform in 32 and 64-bit mode; * **data** This folder contains CAD files in different formats, which can be used to test the OCCT functionality; * **doc** This folder contains OCCT documentation in HTML and PDF format; * **dox** This folder contains sources of OCCT documentation in plain text (MarkDown) format; @@ -361,7 +353,7 @@ The contents of the OCCT-6.7.0 directory (called further "OCCT root", or $CASROO * **samples** This folder contains sample applications. * **src** This folder contains OCCT source files. They are organized in folders, one per development unit; * **tests** This folder contains scripts for OCCT testing. - * **win32/vc9** This folder contains executable and library files built in optimize mode for Windows platform by Visual C++ 2008; + * **win32/vc10** This folder contains executable and library files built in optimize mode for Windows platform by Visual C++ 2010; @section OCCT_OVW_SECTION_4_2 Environment Variables @@ -392,7 +384,6 @@ The scripts are located in the OCCT root folder. ### Description of system variables: - * **CASROOT** is used to define the root directory of Open CASCADE Technology; * **PATH** is required to define the path to OCCT binaries and 3rdparty folder; * **LD_LIBRARY_PATH** is required to define the path to OCCT libraries (on UNIX platforms only); @@ -625,7 +616,7 @@ Export: See \subpage samples_csharp_occt "Readme" for details. -Also there is an other C# example with the same functionality which demonstrates integration of Direct3D Viewer into .NET applications using WPF front end. +There is also another C# example with the same functionality, which demonstrates the integration of Direct3D Viewer into .NET applications using WPF front end. See \subpage samples_csharp_direct3d "Readme" for details. diff --git a/dox/user_guides/draw_test_harness.md b/dox/user_guides/draw_test_harness/draw_test_harness.md similarity index 93% rename from dox/user_guides/draw_test_harness.md rename to dox/user_guides/draw_test_harness/draw_test_harness.md index de77550c32..2e99346874 100644 --- a/dox/user_guides/draw_test_harness.md +++ b/dox/user_guides/draw_test_harness/draw_test_harness.md @@ -1,15 +1,13 @@ -Draw Test Harness {#occt_user_guides__test_harness} +Draw Test Harness {#occt_user_guides__test_harness} =============================== @tableofcontents @section occt_draw_1 Introduction -This manual explains how to use Draw, the test harness for Open CASCADE Technology (**OCCT**). It provides basic documentation on using Draw. For advanced information on Draw and its applications, see our offerings on our web site at http://www.opencascade.org/support/training - +This manual explains how to use Draw, the test harness for Open CASCADE Technology (**OCCT**). Draw is a command interpreter based on TCL and a graphical system used to test and demonstrate Open CASCADE Technology modeling libraries. - @subsection occt_draw_1_1 Overview Draw is a test harness for Open CASCADE Technology. It provides a flexible and easy to use means of testing and demonstrating the OCCT modeling libraries. @@ -1483,6 +1481,54 @@ If no shape is specified through the command arguments, the given HLR algorithm_ **Note** that this command works with instances of *AIS_Shape* or derived classes only, other interactive object types are ignored. +@subsubsection occt_draw_4_2_21 vcamera + +Syntax: +~~~~~ +vcamera +~~~~~ + +Manages camera parameters. + +**Example:** +~~~~~ +vinit +box b 10 10 10 +vdisplay b +vfit +vcamera -persp +~~~~~ + +@subsubsection occt_draw_4_2_22 vstereo + +Syntax: +~~~~~ +vstereo [0:1] +~~~~~ + +Turns stereo usage On/Off. + +**Example:** +~~~~~ +vinit +box b 10 10 10 +vdisplay b +vstereo 1 +vfit +vcamera -stereo -iod 1 +vcamera -lefteye +vcamera -righteye +~~~~~ + +@subsubsection occt_draw_4_2_23 vfrustumculling + +Syntax: +~~~~~ +vfrustumculling [toEnable] +~~~~~ + +Enables/disables objects clipping. + @subsection occt_draw_4_3 AIS viewer – display commands @@ -1490,10 +1536,11 @@ If no shape is specified through the command arguments, the given HLR algorithm_ Syntax: ~~~~~ -vdisplay name1 [name2] … [name n] +vdisplay [-noupdate|-update] [-local] [-mutable] name1 [name2] … [name n] ~~~~~ -Displays named objects. +Displays named objects. Automatically redraws view by default. +Redraw can be suppressed by -noupdate option. **Example:** ~~~~~ @@ -1637,115 +1684,75 @@ vtypes Makes a list of known types and signatures in AIS. -@subsubsection occt_draw_4_3_10 vsetcolor +@subsubsection occt_draw_4_3_10 vaspects -Syntax: +Syntax: +~~~~~ +vaspects [-noupdate|-update] [name1 [name2 [...]]] + [-setcolor ColorName] [-setcolor R G B] [-unsetcolor] + [-setmaterial MatName] [-unsetmaterial] + [-settransparency Transp] [-unsettransparency] + [-setwidth LineWidth] [-unsetwidth] + [-subshapes subname1 [subname2 [...]]] + +~~~~~ + +Aliases: ~~~~~ vsetcolor [shapename] colorname -~~~~~ -Sets color for all, selected or named shapes. -Possible *colorname* is: *BLACK*, *MATRAGRAY*, *MATRABLUE*, *ALICEBLUE*, *ANTIQUEWHITE*, *ANTIQUEWHITE1*, *ANTIQUEWHITE2*, *ANTIQUEWHITE3*, *ANTIQUEWHITE4*, *AQUAMARINE1*, *AQUAMARINE2*, *AQUAMARINE4*, *AZURE*, *AZURE2*, *AZURE3*, *AZURE4*, *BEIGE*, *BISQUE*, *BISQUE2*, *BISQUE3*, *BISQUE4*, *BLANCHEDALMOND*, *BLUE1*, *BLUE2*, *BLUE3*, *BLUE4*, *BLUEVIOLET*, *BROWN*, *BROWN1*, *BROWN2*, *BROWN3*, *BROWN4*, *BURLYWOOD*, *BURLYWOOD1*, *BURLYWOOD2*, *BURLYWOOD3*, *BURLYWOOD4*, *CADETBLUE*, *CADETBLUE1*, *CADETBLUE2*, *CADETBLUE3*, *CADETBLUE4*, *CHARTREUSE*, *CHARTREUSE1*, *CHARTREUSE2*, *CHARTREUSE3*, *CHARTREUSE4*, *CHOCOLATE*, *CHOCOLATE1*, *CHOCOLATE2*, *CHOCOLATE3*, *CHOCOLATE4*, *CORAL*, *CORAL1*, *CORAL2*, *CORAL3*, *CORAL4*, *CORNFLOWERBLUE*, *CORNSILK1*, *CORNSILK2*, *CORNSILK3*, *CORNSILK4*, *CYAN1*, *CYAN2*, *CYAN3*, *CYAN4*, *DARKGOLDENROD*, *DARKGOLDENROD1*, *DARKGOLDENROD2*, *DARKGOLDENROD3*, *DARKGOLDENROD4*, *DARKGREEN*, *DARKKHAKI*, *DARKOLIVEGREEN*, *DARKOLIVEGREEN1*, *DARKOLIVEGREEN2*, *DARKOLIVEGREEN3*, *DARKOLIVEGREEN4*, *DARKORANGE*, *DARKORANGE1*, *DARKORANGE2*, *DARKORANGE3*, *DARKORANGE4*, *DARKORCHID*, *DARKORCHID1*, *DARKORCHID2*, *DARKORCHID3*, *DARKORCHID4*, *DARKSALMON*, *DARKSEAGREEN*, *DARKSEAGREEN1*, *DARKSEAGREEN2*, *DARKSEAGREEN3*, *DARKSEAGREEN4*, *DARKSLATEBLUE*, *DARKSLATEGRAY1*, *DARKSLATEGRAY2*, *DARKSLATEGRAY3*, *DARKSLATEGRAY4*, *DARKSLATEGRAY*, *DARKTURQUOISE*, *DARKVIOLET*, *DEEPPINK*, *DEEPPINK2*, *DEEPPINK3*, *DEEPPINK4*, *DEEPSKYBLUE1*, *DEEPSKYBLUE2*, *DEEPSKYBLUE3*, *DEEPSKYBLUE4*, *DODGERBLUE1*, *DODGERBLUE2*, *DODGERBLUE3*, *DODGERBLUE4*, *FIREBRICK*, *FIREBRICK1*, *FIREBRICK2*, *FIREBRICK3*, *FIREBRICK4*, *FLORALWHITE*, *FORESTGREEN*, *GAINSBORO*, *GHOSTWHITE*, *GOLD*, *GOLD1*, *GOLD2*, *GOLD3*, *GOLD4*, *GOLDENROD*, *GOLDENROD1*, *GOLDENROD2*, *GOLDENROD3*, *GOLDENROD4*, *GRAY*, *GRAY0*, *GRAY1*, *GRAY10*, *GRAY11*, *GRAY12*, *GRAY13*, *GRAY14*, *GRAY15*, *GRAY16*, *GRAY17*, *GRAY18*, *GRAY19*, *GRAY2*, *GRAY20*, *GRAY21*, *GRAY22*, *GRAY23*, *GRAY24*, *GRAY25*, *GRAY26*, *GRAY27*, *GRAY28*, *GRAY29*, *GRAY3*, *GRAY30*, *GRAY31*, *GRAY32*, *GRAY33*, *GRAY34*, *GRAY35*, *GRAY36*, *GRAY37*, *GRAY38*, *GRAY39*, *GRAY4*, *GRAY40*, *GRAY41*, *GRAY42*, *GRAY43*, *GRAY44*, *GRAY45*, *GRAY46*, *GRAY47*, *GRAY48*, *GRAY49*, *GRAY5*, *GRAY50*, *GRAY51*, *GRAY52*, *GRAY53*, *GRAY54*, *GRAY55*, *GRAY56*, *GRAY57*, *GRAY58*, *GRAY59*, *GRAY6*, *GRAY60*, *GRAY61*, *GRAY62*, *GRAY63*, *GRAY64*, *GRAY65*, *GRAY66*, *GRAY67*, *GRAY68*, *GRAY69*, *GRAY7*, *GRAY70*, *GRAY71*, *GRAY72*, *GRAY73*, *GRAY74*, *GRAY75*, *GRAY76*, *GRAY77*, *GRAY78*, *GRAY79*, *GRAY8*, *GRAY80*, *GRAY81*, *GRAY82*, *GRAY83*, *GRAY85*, *GRAY86*, *GRAY87*, *GRAY88*, *GRAY89*, *GRAY9*, *GRAY90*, *GRAY91*, *GRAY92*, *GRAY93*, *GRAY94*, *GRAY95*, *GREEN*, *GREEN1*, *GREEN2*, *GREEN3*, *GREEN4*, *GREENYELLOW*, *GRAY97*, *GRAY98*, *GRAY99*, *HONEYDEW*, *HONEYDEW2*, *HONEYDEW3*, *HONEYDEW4*, *HOTPINK*, *HOTPINK1*, *HOTPINK2*, *HOTPINK3*, *HOTPINK4*, *INDIANRED*, *INDIANRED1*, *INDIANRED2*, *INDIANRED3*, *INDIANRED4*, *IVORY*, *IVORY2*, *IVORY3*, *IVORY4*, *KHAKI*, *KHAKI1*, *KHAKI2*, *KHAKI3*, *KHAKI4*, *LAVENDER*, *LAVENDERBLUSH1*, *LAVENDERBLUSH2*, *LAVENDERBLUSH3*, *LAVENDERBLUSH4*, *LAWNGREEN*, *LEMONCHIFFON1*, *LEMONCHIFFON2*, *LEMONCHIFFON3*, *LEMONCHIFFON4*, *LIGHTBLUE*, *LIGHTBLUE1*, *LIGHTBLUE2*, *LIGHTBLUE3*, *LIGHTBLUE4*, *LIGHTCORAL*, *LIGHTCYAN1*, *LIGHTCYAN2*, *LIGHTCYAN3*, *LIGHTCYAN4*, *LIGHTGOLDENROD*, *LIGHTGOLDENROD1*, *LIGHTGOLDENROD2*, *LIGHTGOLDENROD3*, *LIGHTGOLDENROD4*, *LIGHTGOLDENRODYELLOW*, *LIGHTGRAY*, *LIGHTPINK*, *LIGHTPINK1*, *LIGHTPINK2*, *LIGHTPINK3*, *LIGHTPINK4*, *LIGHTSALMON1*, *LIGHTSALMON2*, *LIGHTSALMON3*, *LIGHTSALMON4*, *LIGHTSEAGREEN*, *LIGHTSKYBLUE*, *LIGHTSKYBLUE1*, *LIGHTSKYBLUE2*, *LIGHTSKYBLUE3*, *LIGHTSKYBLUE4*, *LIGHTSLATEBLUE*, *LIGHTSLATEGRAY*, *LIGHTSTEELBLUE*, *LIGHTSTEELBLUE1*, *LIGHTSTEELBLUE2*, *LIGHTSTEELBLUE3*, *LIGHTSTEELBLUE4*, *LIGHTYELLOW*, *LIGHTYELLOW2*, *LIGHTYELLOW3*, *LIGHTYELLOW4*, *LIMEGREEN*, *LINEN*, *MAGENTA1*, *MAGENTA2*, *MAGENTA3*, *MAGENTA4*, *MAROON*, *MAROON1*, *MAROON2*, *MAROON3*, *MAROON4*, *MEDIUMAQUAMARINE*, *MEDIUMORCHID*, *MEDIUMORCHID1*, *MEDIUMORCHID2*, *MEDIUMORCHID3*, *MEDIUMORCHID4*, *MEDIUMPURPLE*, *MEDIUMPURPLE1*, *MEDIUMPURPLE2*, *MEDIUMPURPLE3*, *MEDIUMPURPLE4*, *MEDIUMSEAGREEN*, *MEDIUMSLATEBLUE*, *MEDIUMSPRINGGREEN*, *MEDIUMTURQUOISE*, *MEDIUMVIOLETRED*, *MIDNIGHTBLUE*, *MINTCREAM*, *MISTYROSE*, *MISTYROSE2*, *MISTYROSE3*, *MISTYROSE4*, *MOCCASIN*, *NAVAJOWHITE1*, *NAVAJOWHITE2*, *NAVAJOWHITE3*, *NAVAJOWHITE4*, *NAVYBLUE*, *OLDLACE*, *OLIVEDRAB*, *OLIVEDRAB1*, *OLIVEDRAB2*, *OLIVEDRAB3*, *OLIVEDRAB4*, *ORANGE*, *ORANGE1*, *ORANGE2*, *ORANGE3*, *ORANGE4*, *ORANGERED*, *ORANGERED1*, *ORANGERED2*, *ORANGERED3*, *ORANGERED4*, *ORCHID*, *ORCHID1*, *ORCHID2*, *ORCHID3*, *ORCHID4*, *PALEGOLDENROD*, *PALEGREEN*, *PALEGREEN1*, *PALEGREEN2*, *PALEGREEN3*, *PALEGREEN4*, *PALETURQUOISE*, *PALETURQUOISE1*, *PALETURQUOISE2*, *PALETURQUOISE3*, *PALETURQUOISE4*, *PALEVIOLETRED*, *PALEVIOLETRED1*, *PALEVIOLETRED2*, *PALEVIOLETRED3*, *PALEVIOLETRED4*, *PAPAYAWHIP*, *PEACHPUFF*, *PEACHPUFF2*, *PEACHPUFF3*, *PEACHPUFF4*, *PERU*, *PINK*, *PINK1*, *PINK2*, *PINK3*, *PINK4*, *PLUM*, *PLUM1*, *PLUM2*, *PLUM3*, *PLUM4*, *POWDERBLUE*, *PURPLE*, *PURPLE1*, *PURPLE2*, *PURPLE3*, *PURPLE4*, *RED*, *RED1*, *RED2*, *RED3*, *RED4*, *ROSYBROWN*, *ROSYBROWN1*, *ROSYBROWN2*, *ROSYBROWN3*, *ROSYBROWN4*, *ROYALBLUE*, *ROYALBLUE1*, *ROYALBLUE2*, *ROYALBLUE3*, *ROYALBLUE4*, *SADDLEBROWN*, *SALMON*, *SALMON1*, *SALMON2*, *SALMON3*, *SALMON4*, *SANDYBROWN*, *SEAGREEN*, *SEAGREEN1*, *SEAGREEN2*, *SEAGREEN3*, *SEAGREEN4*, *SEASHELL*, *SEASHELL2*, *SEASHELL3*, *SEASHELL4*, *BEET*, *TEAL*, *SIENNA*, *SIENNA1*, *SIENNA2*, *SIENNA3*, *SIENNA4*, *SKYBLUE*, *SKYBLUE1*, *SKYBLUE2*, *SKYBLUE3*, *SKYBLUE4*, *SLATEBLUE*, *SLATEBLUE1*, *SLATEBLUE2*, *SLATEBLUE3*, *SLATEBLUE4*, *SLATEGRAY1*, *SLATEGRAY2*, *SLATEGRAY3*, *SLATEGRAY4*, *SLATEGRAY*, *SNOW*, *SNOW2*, *SNOW3*, *SNOW4*, *SPRINGGREEN*, *SPRINGGREEN2*, *SPRINGGREEN3*, *SPRINGGREEN4*, *STEELBLUE*, *STEELBLUE1*, *STEELBLUE2*, *STEELBLUE3*, *STEELBLUE4*, *TAN*, *TAN1*, *TAN2*, *TAN3*, *TAN4*, *THISTLE*, *THISTLE1*, *THISTLE2*, *THISTLE3*, *THISTLE4*, *TOMATO*, *TOMATO1*, *TOMATO2*, *TOMATO3*, *TOMATO4*, *TURQUOISE*, *TURQUOISE1*, *TURQUOISE2*, *TURQUOISE3*, *TURQUOISE4*, *VIOLET*, *VIOLETRED*, *VIOLETRED1*, *VIOLETRED2*, *VIOLETRED3*, *VIOLETRED4*, *WHEAT*, *WHEAT1*, *WHEAT2*, *WHEAT3*, *WHEAT4*, *WHITE*, *WHITESMOKE*, *YELLOW*, *YELLOW1*, *YELLOW2*, *YELLOW3*, *YELLOW4* and *YELLOWGREEN*. - -@subsubsection occt_draw_4_3_11 vunsetcolor - -Syntax: ~~~~~ -vunsetcolor [shapename] -~~~~~ -Sets default color for all, selected or named shapes. -@subsubsection occt_draw_4_3_12 vsettransparency +Manages presentation properties (color, material, transparency) of all objects, selected or named. -Syntax: +**Color**. The *ColorName* can be: *BLACK*, *MATRAGRAY*, *MATRABLUE*, *ALICEBLUE*, *ANTIQUEWHITE*, *ANTIQUEWHITE1*, *ANTIQUEWHITE2*, *ANTIQUEWHITE3*, *ANTIQUEWHITE4*, *AQUAMARINE1*, *AQUAMARINE2*, *AQUAMARINE4*, *AZURE*, *AZURE2*, *AZURE3*, *AZURE4*, *BEIGE*, *BISQUE*, *BISQUE2*, *BISQUE3*, *BISQUE4*, *BLANCHEDALMOND*, *BLUE1*, *BLUE2*, *BLUE3*, *BLUE4*, *BLUEVIOLET*, *BROWN*, *BROWN1*, *BROWN2*, *BROWN3*, *BROWN4*, *BURLYWOOD*, *BURLYWOOD1*, *BURLYWOOD2*, *BURLYWOOD3*, *BURLYWOOD4*, *CADETBLUE*, *CADETBLUE1*, *CADETBLUE2*, *CADETBLUE3*, *CADETBLUE4*, *CHARTREUSE*, *CHARTREUSE1*, *CHARTREUSE2*, *CHARTREUSE3*, *CHARTREUSE4*, *CHOCOLATE*, *CHOCOLATE1*, *CHOCOLATE2*, *CHOCOLATE3*, *CHOCOLATE4*, *CORAL*, *CORAL1*, *CORAL2*, *CORAL3*, *CORAL4*, *CORNFLOWERBLUE*, *CORNSILK1*, *CORNSILK2*, *CORNSILK3*, *CORNSILK4*, *CYAN1*, *CYAN2*, *CYAN3*, *CYAN4*, *DARKGOLDENROD*, *DARKGOLDENROD1*, *DARKGOLDENROD2*, *DARKGOLDENROD3*, *DARKGOLDENROD4*, *DARKGREEN*, *DARKKHAKI*, *DARKOLIVEGREEN*, *DARKOLIVEGREEN1*, *DARKOLIVEGREEN2*, *DARKOLIVEGREEN3*, *DARKOLIVEGREEN4*, *DARKORANGE*, *DARKORANGE1*, *DARKORANGE2*, *DARKORANGE3*, *DARKORANGE4*, *DARKORCHID*, *DARKORCHID1*, *DARKORCHID2*, *DARKORCHID3*, *DARKORCHID4*, *DARKSALMON*, *DARKSEAGREEN*, *DARKSEAGREEN1*, *DARKSEAGREEN2*, *DARKSEAGREEN3*, *DARKSEAGREEN4*, *DARKSLATEBLUE*, *DARKSLATEGRAY1*, *DARKSLATEGRAY2*, *DARKSLATEGRAY3*, *DARKSLATEGRAY4*, *DARKSLATEGRAY*, *DARKTURQUOISE*, *DARKVIOLET*, *DEEPPINK*, *DEEPPINK2*, *DEEPPINK3*, *DEEPPINK4*, *DEEPSKYBLUE1*, *DEEPSKYBLUE2*, *DEEPSKYBLUE3*, *DEEPSKYBLUE4*, *DODGERBLUE1*, *DODGERBLUE2*, *DODGERBLUE3*, *DODGERBLUE4*, *FIREBRICK*, *FIREBRICK1*, *FIREBRICK2*, *FIREBRICK3*, *FIREBRICK4*, *FLORALWHITE*, *FORESTGREEN*, *GAINSBORO*, *GHOSTWHITE*, *GOLD*, *GOLD1*, *GOLD2*, *GOLD3*, *GOLD4*, *GOLDENROD*, *GOLDENROD1*, *GOLDENROD2*, *GOLDENROD3*, *GOLDENROD4*, *GRAY*, *GRAY0*, *GRAY1*, *GRAY10*, *GRAY11*, *GRAY12*, *GRAY13*, *GRAY14*, *GRAY15*, *GRAY16*, *GRAY17*, *GRAY18*, *GRAY19*, *GRAY2*, *GRAY20*, *GRAY21*, *GRAY22*, *GRAY23*, *GRAY24*, *GRAY25*, *GRAY26*, *GRAY27*, *GRAY28*, *GRAY29*, *GRAY3*, *GRAY30*, *GRAY31*, *GRAY32*, *GRAY33*, *GRAY34*, *GRAY35*, *GRAY36*, *GRAY37*, *GRAY38*, *GRAY39*, *GRAY4*, *GRAY40*, *GRAY41*, *GRAY42*, *GRAY43*, *GRAY44*, *GRAY45*, *GRAY46*, *GRAY47*, *GRAY48*, *GRAY49*, *GRAY5*, *GRAY50*, *GRAY51*, *GRAY52*, *GRAY53*, *GRAY54*, *GRAY55*, *GRAY56*, *GRAY57*, *GRAY58*, *GRAY59*, *GRAY6*, *GRAY60*, *GRAY61*, *GRAY62*, *GRAY63*, *GRAY64*, *GRAY65*, *GRAY66*, *GRAY67*, *GRAY68*, *GRAY69*, *GRAY7*, *GRAY70*, *GRAY71*, *GRAY72*, *GRAY73*, *GRAY74*, *GRAY75*, *GRAY76*, *GRAY77*, *GRAY78*, *GRAY79*, *GRAY8*, *GRAY80*, *GRAY81*, *GRAY82*, *GRAY83*, *GRAY85*, *GRAY86*, *GRAY87*, *GRAY88*, *GRAY89*, *GRAY9*, *GRAY90*, *GRAY91*, *GRAY92*, *GRAY93*, *GRAY94*, *GRAY95*, *GREEN*, *GREEN1*, *GREEN2*, *GREEN3*, *GREEN4*, *GREENYELLOW*, *GRAY97*, *GRAY98*, *GRAY99*, *HONEYDEW*, *HONEYDEW2*, *HONEYDEW3*, *HONEYDEW4*, *HOTPINK*, *HOTPINK1*, *HOTPINK2*, *HOTPINK3*, *HOTPINK4*, *INDIANRED*, *INDIANRED1*, *INDIANRED2*, *INDIANRED3*, *INDIANRED4*, *IVORY*, *IVORY2*, *IVORY3*, *IVORY4*, *KHAKI*, *KHAKI1*, *KHAKI2*, *KHAKI3*, *KHAKI4*, *LAVENDER*, *LAVENDERBLUSH1*, *LAVENDERBLUSH2*, *LAVENDERBLUSH3*, *LAVENDERBLUSH4*, *LAWNGREEN*, *LEMONCHIFFON1*, *LEMONCHIFFON2*, *LEMONCHIFFON3*, *LEMONCHIFFON4*, *LIGHTBLUE*, *LIGHTBLUE1*, *LIGHTBLUE2*, *LIGHTBLUE3*, *LIGHTBLUE4*, *LIGHTCORAL*, *LIGHTCYAN1*, *LIGHTCYAN2*, *LIGHTCYAN3*, *LIGHTCYAN4*, *LIGHTGOLDENROD*, *LIGHTGOLDENROD1*, *LIGHTGOLDENROD2*, *LIGHTGOLDENROD3*, *LIGHTGOLDENROD4*, *LIGHTGOLDENRODYELLOW*, *LIGHTGRAY*, *LIGHTPINK*, *LIGHTPINK1*, *LIGHTPINK2*, *LIGHTPINK3*, *LIGHTPINK4*, *LIGHTSALMON1*, *LIGHTSALMON2*, *LIGHTSALMON3*, *LIGHTSALMON4*, *LIGHTSEAGREEN*, *LIGHTSKYBLUE*, *LIGHTSKYBLUE1*, *LIGHTSKYBLUE2*, *LIGHTSKYBLUE3*, *LIGHTSKYBLUE4*, *LIGHTSLATEBLUE*, *LIGHTSLATEGRAY*, *LIGHTSTEELBLUE*, *LIGHTSTEELBLUE1*, *LIGHTSTEELBLUE2*, *LIGHTSTEELBLUE3*, *LIGHTSTEELBLUE4*, *LIGHTYELLOW*, *LIGHTYELLOW2*, *LIGHTYELLOW3*, *LIGHTYELLOW4*, *LIMEGREEN*, *LINEN*, *MAGENTA1*, *MAGENTA2*, *MAGENTA3*, *MAGENTA4*, *MAROON*, *MAROON1*, *MAROON2*, *MAROON3*, *MAROON4*, *MEDIUMAQUAMARINE*, *MEDIUMORCHID*, *MEDIUMORCHID1*, *MEDIUMORCHID2*, *MEDIUMORCHID3*, *MEDIUMORCHID4*, *MEDIUMPURPLE*, *MEDIUMPURPLE1*, *MEDIUMPURPLE2*, *MEDIUMPURPLE3*, *MEDIUMPURPLE4*, *MEDIUMSEAGREEN*, *MEDIUMSLATEBLUE*, *MEDIUMSPRINGGREEN*, *MEDIUMTURQUOISE*, *MEDIUMVIOLETRED*, *MIDNIGHTBLUE*, *MINTCREAM*, *MISTYROSE*, *MISTYROSE2*, *MISTYROSE3*, *MISTYROSE4*, *MOCCASIN*, *NAVAJOWHITE1*, *NAVAJOWHITE2*, *NAVAJOWHITE3*, *NAVAJOWHITE4*, *NAVYBLUE*, *OLDLACE*, *OLIVEDRAB*, *OLIVEDRAB1*, *OLIVEDRAB2*, *OLIVEDRAB3*, *OLIVEDRAB4*, *ORANGE*, *ORANGE1*, *ORANGE2*, *ORANGE3*, *ORANGE4*, *ORANGERED*, *ORANGERED1*, *ORANGERED2*, *ORANGERED3*, *ORANGERED4*, *ORCHID*, *ORCHID1*, *ORCHID2*, *ORCHID3*, *ORCHID4*, *PALEGOLDENROD*, *PALEGREEN*, *PALEGREEN1*, *PALEGREEN2*, *PALEGREEN3*, *PALEGREEN4*, *PALETURQUOISE*, *PALETURQUOISE1*, *PALETURQUOISE2*, *PALETURQUOISE3*, *PALETURQUOISE4*, *PALEVIOLETRED*, *PALEVIOLETRED1*, *PALEVIOLETRED2*, *PALEVIOLETRED3*, *PALEVIOLETRED4*, *PAPAYAWHIP*, *PEACHPUFF*, *PEACHPUFF2*, *PEACHPUFF3*, *PEACHPUFF4*, *PERU*, *PINK*, *PINK1*, *PINK2*, *PINK3*, *PINK4*, *PLUM*, *PLUM1*, *PLUM2*, *PLUM3*, *PLUM4*, *POWDERBLUE*, *PURPLE*, *PURPLE1*, *PURPLE2*, *PURPLE3*, *PURPLE4*, *RED*, *RED1*, *RED2*, *RED3*, *RED4*, *ROSYBROWN*, *ROSYBROWN1*, *ROSYBROWN2*, *ROSYBROWN3*, *ROSYBROWN4*, *ROYALBLUE*, *ROYALBLUE1*, *ROYALBLUE2*, *ROYALBLUE3*, *ROYALBLUE4*, *SADDLEBROWN*, *SALMON*, *SALMON1*, *SALMON2*, *SALMON3*, *SALMON4*, *SANDYBROWN*, *SEAGREEN*, *SEAGREEN1*, *SEAGREEN2*, *SEAGREEN3*, *SEAGREEN4*, *SEASHELL*, *SEASHELL2*, *SEASHELL3*, *SEASHELL4*, *BEET*, *TEAL*, *SIENNA*, *SIENNA1*, *SIENNA2*, *SIENNA3*, *SIENNA4*, *SKYBLUE*, *SKYBLUE1*, *SKYBLUE2*, *SKYBLUE3*, *SKYBLUE4*, *SLATEBLUE*, *SLATEBLUE1*, *SLATEBLUE2*, *SLATEBLUE3*, *SLATEBLUE4*, *SLATEGRAY1*, *SLATEGRAY2*, *SLATEGRAY3*, *SLATEGRAY4*, *SLATEGRAY*, *SNOW*, *SNOW2*, *SNOW3*, *SNOW4*, *SPRINGGREEN*, *SPRINGGREEN2*, *SPRINGGREEN3*, *SPRINGGREEN4*, *STEELBLUE*, *STEELBLUE1*, *STEELBLUE2*, *STEELBLUE3*, *STEELBLUE4*, *TAN*, *TAN1*, *TAN2*, *TAN3*, *TAN4*, *THISTLE*, *THISTLE1*, *THISTLE2*, *THISTLE3*, *THISTLE4*, *TOMATO*, *TOMATO1*, *TOMATO2*, *TOMATO3*, *TOMATO4*, *TURQUOISE*, *TURQUOISE1*, *TURQUOISE2*, *TURQUOISE3*, *TURQUOISE4*, *VIOLET*, *VIOLETRED*, *VIOLETRED1*, *VIOLETRED2*, *VIOLETRED3*, *VIOLETRED4*, *WHEAT*, *WHEAT1*, *WHEAT2*, *WHEAT3*, *WHEAT4*, *WHITE*, *WHITESMOKE*, *YELLOW*, *YELLOW1*, *YELLOW2*, *YELLOW3*, *YELLOW4* and *YELLOWGREEN*. +~~~~~ +vaspects [name] [-setcolor ColorName] [-setcolor R G B] [-unsetcolor] +vsetcolor [name] ColorName +vunsetcolor [name] ~~~~~ -vsettransparency [shapename] coeficient -~~~~~ - -Sets transparency for all selected or named shapes. The *coefficient* may be between 0.0 (opaque) and 1.0 (fully transparent). +**Transparency. The *Transp* may be between 0.0 (opaque) and 1.0 (fully transparent). **Warning**: at 1.0 the shape becomes invisible. - -**Example:** ~~~~~ -vinit -box b 10 10 10 -psphere s 20 -vdisplay b s -vfit -vsetdispmode 1 -vsettransparency b 0.5 -~~~~~ - -@subsubsection occt_draw_4_3_13 vunsettransparency - -Syntax: -~~~~~ -vunsettransparency [shapename] -~~~~~ - -Sets default transparency (0.0) for all selected or named shapes. - -@subsubsection occt_draw_4_3_14 vsetmaterial - -Syntax: -~~~~~ -vsetmaterial [shapename] materialname -~~~~~ - -Sets material for all selected or named shapes. - -**materialname** can be *BRASS*, *BRONZE*, *COPPER*, *GOLD*, *PEWTER*, *PLASTER*, *PLASTIC*, *SILVER*, *STEEL*, *STONE*, *SHINY_PLASTIC*, *SATIN*, *METALIZED*, *NEON_GNC*, *CHROME*, *ALUMINIUM*, *OBSIDIAN*, *NEON_PHC* or *JADE*. - -**Example:** -~~~~~ -vinit -psphere s 20 -vdisplay s -vfit -vsetdispmode 1 -vsetmaterial s JADE +vaspects [name] [-settransparency Transp] [-unsettransparency] +vsettransparency [name] Transp +vunsettransparency [name] ~~~~~ -@subsubsection occt_draw_4_3_15 vunsetmaterial - -Syntax: +**Material**. The *MatName* can be *BRASS*, *BRONZE*, *COPPER*, *GOLD*, *PEWTER*, *PLASTER*, *PLASTIC*, *SILVER*, *STEEL*, *STONE*, *SHINY_PLASTIC*, *SATIN*, *METALIZED*, *NEON_GNC*, *CHROME*, *ALUMINIUM*, *OBSIDIAN*, *NEON_PHC*, *JADE*, *WATER*, *GLASS*, *DIAMOND* or *CHARCOAL*. ~~~~~ -vunsetmaterial [shapename] -~~~~~ - -Sets default material for all selected or named shapes. - -@subsubsection occt_draw_4_3_16 vsetwidth - -Syntax: +vaspects [name] [-setmaterial MatName] [-unsetmaterial] +vsetmaterial [name] MatName +vunsetmaterial [name] ~~~~~ -vsetwidth [shapename] coeficient -~~~~~ -Sets width of the edges for all selected or named shapes. -The *coefficient* may be between 0.0 and 10.0. - -**Example:** +**Line width**. Specifies width of the edges. The *LineWidth* may be between 0.0 and 10.0. ~~~~~ -vinit -box b 10 10 10 -vdisplay b -vfit -vsetwidth b 5 -~~~~~ - -@subsubsection occt_draw_4_3_17 vunsetwidth - -Syntax: +vaspects [name] [-setwidth LineWidth] [-unsetwidth] +vsetwidth [name] LineWidth +vunsetwidth [name] ~~~~~ -vunsetwidth [shapename] -~~~~~ -Sets default width of edges (0.0) for all selected or named shapes. +**Example:** +~~~~~ +vinit +box b 10 10 10 +vdisplay b +vfit -@subsubsection occt_draw_4_3_18 vsetshading +vsetdispmode b 1 +vaspects -setcolor red -settransparency 0.2 +vrotate 10 10 10 +~~~~~ + + + + + + +@subsubsection occt_draw_4_3_11 vsetshading Syntax: ~~~~~ @@ -1764,7 +1771,7 @@ vsetdispmode 1 vsetshading s 0.005 ~~~~~ -@subsubsection occt_draw_4_3_19 vunsetshading +@subsubsection occt_draw_4_3_12 vunsetshading Syntax: ~~~~~ @@ -1773,7 +1780,7 @@ vunsetshading [shapename] Sets default deflection coefficient (0.0008) that defines the quality of the shape’s representation in the shading mode. Default coefficient is 0.0008. -@subsubsection occt_draw_4_3_20 vsetam +@subsubsection occt_draw_4_3_13 vsetam Syntax: ~~~~~ @@ -1799,7 +1806,7 @@ vfit vsetam b 2 ~~~~~ -@subsubsection occt_draw_4_3_21 vunsetam +@subsubsection occt_draw_4_3_14 vunsetam Syntax: ~~~~~ @@ -1808,16 +1815,16 @@ vunsetam Deactivates all selection modes for all shapes. -@subsubsection occt_draw_4_3_22 vdump +@subsubsection occt_draw_4_3_15 vdump Syntax: ~~~~~ -vdump .{png|xwd|bmp} +vdump .{png|bmp|jpg|gif} ~~~~~ -Extracts the contents of the viewer window to a png, XWD or BMP file. +Extracts the contents of the viewer window to a image file. -@subsubsection occt_draw_4_3_23 vdir +@subsubsection occt_draw_4_3_16 vdir Syntax: ~~~~~ @@ -1826,7 +1833,7 @@ vdir Displays the list of displayed objects. -@subsubsection occt_draw_4_3_24 vsub +@subsubsection occt_draw_4_3_17 vsub Syntax: ~~~~~ @@ -1846,7 +1853,7 @@ vsetdispmode 1 vsub b 1 ~~~~~ -@subsubsection occt_draw_4_3_25 vardis +@subsubsection occt_draw_4_3_18 vardis Syntax: ~~~~~ @@ -1855,7 +1862,7 @@ vardis Displays active areas (for each activated sensitive entity, one or several 2D bounding boxes are displayed, depending on the implementation of a particular entity). -@subsubsection occt_draw_4_3_26 varera +@subsubsection occt_draw_4_3_19 varera Syntax: ~~~~~ @@ -1864,7 +1871,7 @@ varera Erases active areas. -@subsubsection occt_draw_4_3_27 vsensdis +@subsubsection occt_draw_4_3_20 vsensdis Syntax: ~~~~~ @@ -1884,7 +1891,7 @@ Standard entity types are those defined in Select3D package: * sensitive triangle Custom (application-defined) sensitive entity types are not processed by this command. -@subsubsection occt_draw_4_3_28 vsensera +@subsubsection occt_draw_4_3_21 vsensera Syntax: ~~~~~ @@ -1893,7 +1900,7 @@ vsensera Erases active entities. -@subsubsection occt_draw_4_3_29 vperf +@subsubsection occt_draw_4_3_22 vperf Syntax: ~~~~~ @@ -1913,7 +1920,7 @@ vsetdispmode 0 vperf b 1 1 ~~~~~ -@subsubsection occt_draw_4_3_30 vr +@subsubsection occt_draw_4_3_23 vr Syntax: ~~~~~ @@ -1928,7 +1935,7 @@ vinit vr myshape.brep ~~~~~ -@subsubsection occt_draw_4_3_31 vstate +@subsubsection occt_draw_4_3_24 vstate Syntax: ~~~~~ @@ -1937,6 +1944,64 @@ vstate [name1] … [name n] Makes a list of the status (**Displayed** or **Not Displayed**) of some selected or named objects. +@subsubsection occt_draw_4_3_25 vraytrace + +Syntax: +~~~~~ +vraytrace [0/1] +~~~~~ + +Turns on/off ray tracing renderer. + +@subsubsection occt_draw_4_3_26 vrenderparams + +Syntax: +~~~~~ +vrenderparams +~~~~~ + +Manages rendering parameters: +* rayTrace +* raster +* rayDepth +* shadows +* reflections +* fsaa +* gleam +* shadingModel + +**Example:** +~~~~~ +vinit +box b 10 10 10 +vdisplay b +vfit +vraytrace 1 +vrenderparams -shadows 1 -reflections 1 -fsaa 1 +~~~~~ +@subsubsection occt_draw_4_3_27 vshaderprog + +Syntax: +~~~~~ +vshaderprog [name] pathToVertexShader pathToFragmentShader +~~~~~ + +Enables rendering using a shader program. + +@subsubsection occt_draw_4_3_28 vsetcolorbg + +Syntax: +~~~~~ +vsetcolorbg r g b +~~~~~ + +Sets background color. + +**Example:** +~~~~~ +vinit +vsetcolorbg 200 0 200 +~~~~~ @subsection occt_draw_4_4 AIS viewer – object commands @@ -2194,6 +2259,144 @@ vpoint p2 50 0 0 vsegment segment p1 p2 ~~~~~ +@subsubsection occt_draw_4_4_18 vpointcloud + +Syntax: +~~~~~ +vpointcloud name shape +~~~~~ + +Creates an interactive object for an arbitary set of points from the triangulated shape. + +~~~~~ +vpointcloud name x y z r npts {surface|volume} +~~~~~ +Creates an arbitrary set of points (npts) randomly distributed on a spheric surface or within a spheric volume (x y z r). + +**Example:** +~~~~~ +vinit +vpointcloud pc 0 0 0 100 100000 surface -randColor +vfit +~~~~~ + +@subsubsection occt_draw_4_4_19 vclipplane + +Syntax: +~~~~~ +vclipplane maxplanes - gets plane limit for the view. +vclipplane create - creates a new plane. +vclipplane delete - delete a plane. +vclipplane clone - clones the plane definition. +vclipplane set/unset object - sets/unsets the plane for an IO. +vclipplane set/unset view - sets/unsets plane for a view. +vclipplane change on/off - turns clipping on/off. +vclipplane change equation - changes plane equation. +vclipplane change capping on/off - turns capping on/off. +vclipplane change capping color - sets color. +vclipplane change capping texname - sets texture. +vclipplane change capping texscale - sets texture scale. +vclipplane change capping texorigin - sets texture origin. +vclipplane change capping texrotate - sets texture rotation. +vclipplane change capping hatch on/off/ - sets hatching mask. +~~~~~ + +Manages clipping planes + +**Example:** +~~~~~ +vinit +vclipplane create pln1 +vclipplane change pln1 equation 1 0 0 -0.1 +vclipplane set pln1 view Driver1/Viewer1/View1 +box b 100 100 100 +vdisplay b +vsetdispmode 1 +vfit +vrotate 10 10 10 +vselect 100 100 +~~~~~ + +@subsubsection occt_draw_4_4_20 vdimension + +Syntax: +~~~~~ +vdimension name {-angle|-length|-radius|-diameter} -shapes shape1 [shape2 [shape3]] + [-text 3d|2d wf|sh|wireframe|shading IntegerSize] + [-label left|right|hcenter|hfit top|bottom|vcenter|vfit] + [-arrow external|internal|fit] [{-arrowlength|-arlen} RealArrowLength] + [{-arrowangle|-arangle} ArrowAngle(degrees)] [-plane xoy|yoz|zox] + [-flyout FloatValue -extension FloatValue] [-value CustomNumberValue] + [-dispunits DisplayUnitsString] [-modelunits ModelUnitsString] + [-showunits | -hideunits] +~~~~~ + +Builds angle, length, radius or diameter dimension interactive object **name**. + +**Attension:** length dimension can't be built without working plane. + +**Example:** +~~~~~ +vpoint p1 0 0 0 +vpoint p2 50 50 0 +vdimension dim1 -length -plane xoy -shapes p1 p2 + +vpoint p3 100 0 0 +vdimension dim2 -angle -shapes p1 p2 p3 + +vcircle circle p1 p2 p3 0 +vdimension dim3 -radius -shapes circle +vfit +~~~~~ + +@subsubsection occt_draw_4_4_21 vdimparam + +Syntax: +~~~~~ +vdimparam name [-text 3d|2d wf|sh|wireframe|shading IntegerSize] + [-label left|right|hcenter|hfit top|bottom|vcenter|vfit] + [-arrow external|internal|fit] + [{-arrowlength|-arlen} RealArrowLength] + [{-arrowangle|-arangle} ArrowAngle(degrees)] + [-plane xoy|yoz|zox] + [-flyout FloatValue -extension FloatValue] + [-value CustomNumberValue] + [-dispunits DisplayUnitsString] + [-modelunits ModelUnitsString] + [-showunits | -hideunits] +~~~~~ + +Sets parameters for angle, length, radius and diameter dimension **name**. + +**Example:** +~~~~~ +vpoint p1 0 0 0 +vpoint p2 50 50 0 +vdimension dim1 -length -plane xoy -shapes p1 p2 +vdimparam dim1 -flyout -15 -arrowlength 4 -showunits -value 10 +~~~~~ + +@subsubsection occt_draw_4_4_22 vmovedim + +Syntax: +~~~~~ +vmovedim [name] [x y z] +~~~~~ + +Moves picked or named (if **name** parameter is defined) dimension +to picked mouse position or input point with coordinates **x**,**y**,**z**. +Text label of dimension **name** is moved to position, another parts of dimension +are adjusted. + +**Example:** +~~~~~ +vpoint p1 0 0 0 +vpoint p2 50 50 0 +vdimension dim1 -length -plane xoy -shapes p1 p2 +vmovedim dim1 -10 30 0 +~~~~~ + + @subsection occt_draw_4_5 AIS viewer – Mesh Visualization Service **MeshVS** (Mesh Visualization Service) component provides flexible means of displaying meshes with associated pre- and post- processor data. @@ -2293,8 +2496,8 @@ meshmat meshname material Changes the material of object **meshname**. *material* is represented with an integer value as follows (equivalent to enumeration *Graphic3d_NameOfMaterial*): -* *0 – BRASS,* -* *1 – BRONZE,* +* *0 - BRASS,* +* *1 - BRONZE,* * *2 - COPPER,* * *3 - GOLD,* * *4 - PEWTER,* @@ -2413,6 +2616,204 @@ meshfromstl mesh myfile.stl meshdelete mesh ~~~~~ +@subsection occt_draw_4_6 VIS Viewer commands + +A specific plugin with alias *VIS* should be loaded to have access to VIS functionality in DRAW Test Harness: + +~~~~ +\> pload VIS +~~~~ + +@subsubsection occt_draw_4_6_1 ivtkinit + +Syntax: +~~~~~ +ivtkinit +~~~~~ + +Creates a window for VTK viewer. + +@figure{/user_guides/draw_test_harness/images/draw_image001.png} + +@subsection occt_draw_4_6_2 ivtkdisplay + +Syntax: +~~~~~ +ivtkdisplay name1 [name2] …[name n] +~~~~~ + +Displays named objects. + +**Example:** +~~~~~ +ivtkinit +# create cone +pcone c 5 0 10 +ivtkdisplay c +~~~~~ + +@figure{/user_guides/draw_test_harness/images/draw_image002.png} + +@subsection occt_draw_4_6_3 ivtkerase + +Syntax: +~~~~~ +ivtkerase [name1] [name2] … [name n] +~~~~~ + +Erases named objects. If no arguments are passed, erases all displayed objects. + +**Example:** +~~~~~ +ivtkinit +# create a sphere +psphere s 10 +# create a cone +pcone c 5 0 10 +# create a cylinder +pcylinder cy 5 10 +# display objects +ivtkdisplay s c cy +# erase only the cylinder +ivtkerase cy +# erase the sphere and the cone +ivtkerase s c +~~~~~ + +@subsection occt_draw_4_6_4 ivtkfit + +Syntax: +~~~~~ +ivtkfit +~~~~~ + +Automatic zoom/panning. + +@subsection occt_draw_4_6_5 ivtkdispmode + +Syntax: +~~~~~ +ivtksetdispmode [name] {0|1} +~~~~~ + +Sets display mode for a named object. If no arguments are passed, sets the given display mode for all displayed objects +The possible modes are: 0 (WireFrame) and 1 (Shading). + +**Example:** +~~~~~ +ivtkinit +# create a cone +pcone c 5 0 10 +# display the cone +ivtkdisplay c +# set shading mode for the cone +ivtksetdispmode c 1 +~~~~~ + +@figure{/user_guides/draw_test_harness/images/draw_image003.png} + +@subsection occt_draw_4_6_6 ivtksetselmode + +Syntax: +~~~~~ +ivtksetselmode [name] mode {0|1} +~~~~~ + +Sets selection mode for a named object. If no arguments are passed, sets the given selection mode for all the displayed objects. + +**Example:** +~~~~~ +ivtkinit +# load a shape from file +restore CrankArm.brep a +# display the loaded shape +ivtkdisplay a +# set the face selection mode +ivtksetselmode a 4 1 +~~~~~ + +@figure{/user_guides/draw_test_harness/images/draw_image004.png} + +@subsection occt_draw_4_6_7 ivtkmoveto + +Syntax: +~~~~~ +ivtkmoveto x y +~~~~~ + +Imitates mouse cursor moving to point with the given display coordinates **x**,**y**. + +**Example:** +~~~~~ +ivtkinit +pcone c 5 0 10 +ivtkdisplay c +ivtkmoveto 40 50 +~~~~~ + +@subsection occt_draw_4_6_8 ivtkselect + +Syntax: +~~~~~ +ivtkselect x y +~~~~~ + +Imitates mouse cursor moving to point with the given display coordinates and performs selection at this point. + +**Example:** +~~~~~ +ivtkinit +pcone c 5 0 10 +ivtkdisplay c +ivtkselect 40 50 +~~~~~ + +@subsection occt_draw_4_6_9 ivtkdump + +Syntax: +~~~~~ +ivtkdump *filename* [buffer={rgb|rgba|depth}] [width height] [stereoproj={L|R}] +~~~~~ + +Dumps the contents of VTK viewer to image. It supports: +* dumping in different raster graphics formats: PNG, BMP, JPEG, TIFF or PNM. +* dumping of different buffers: RGB, RGBA or depth buffer. +* defining of image sizes (width and height in pixels). +* dumping of stereo projections (left or right). + +**Example:** +~~~~~ +ivtkinit +pcone c 5 0 10 +ivtkdisplay c +ivtkdump D:/ConeSnapshot.png rgb 768 768 +~~~~~ + +@subsection occt_draw_4_6_10 ivtkbgcolor + + +Syntax: +~~~~~ +ivtkbgcolor r g b [r2 g2 b2] +~~~~~ + +Sets uniform background color or gradient background if second triple of parameters is set. Color parameters r,g,b have to be chosen in the interval [0..255]. + +**Example:** +~~~~~ +ivtkinit +ivtkbgcolor 200 220 250 +~~~~~ + +@figure{/user_guides/draw_test_harness/images/draw_image005.png} + +~~~~~ +ivtkbgcolor 10 30 80 255 255 255 +~~~~~ + +@figure{/user_guides/draw_test_harness/images/draw_image006.png} + + @section occt_draw_5 OCAF commands diff --git a/dox/user_guides/vis/images/vis_image008.png b/dox/user_guides/draw_test_harness/images/draw_image001.png similarity index 100% rename from dox/user_guides/vis/images/vis_image008.png rename to dox/user_guides/draw_test_harness/images/draw_image001.png diff --git a/dox/user_guides/vis/images/vis_image009.png b/dox/user_guides/draw_test_harness/images/draw_image002.png similarity index 100% rename from dox/user_guides/vis/images/vis_image009.png rename to dox/user_guides/draw_test_harness/images/draw_image002.png diff --git a/dox/user_guides/vis/images/vis_image010.png b/dox/user_guides/draw_test_harness/images/draw_image003.png similarity index 100% rename from dox/user_guides/vis/images/vis_image010.png rename to dox/user_guides/draw_test_harness/images/draw_image003.png diff --git a/dox/user_guides/vis/images/vis_image011.png b/dox/user_guides/draw_test_harness/images/draw_image004.png similarity index 100% rename from dox/user_guides/vis/images/vis_image011.png rename to dox/user_guides/draw_test_harness/images/draw_image004.png diff --git a/dox/user_guides/vis/images/vis_image012.png b/dox/user_guides/draw_test_harness/images/draw_image005.png similarity index 100% rename from dox/user_guides/vis/images/vis_image012.png rename to dox/user_guides/draw_test_harness/images/draw_image005.png diff --git a/dox/user_guides/vis/images/vis_image013.png b/dox/user_guides/draw_test_harness/images/draw_image006.png similarity index 100% rename from dox/user_guides/vis/images/vis_image013.png rename to dox/user_guides/draw_test_harness/images/draw_image006.png diff --git a/dox/user_guides/modeling_algos/modeling_algos.md b/dox/user_guides/modeling_algos/modeling_algos.md index 30ad15df42..8b703d6855 100644 --- a/dox/user_guides/modeling_algos/modeling_algos.md +++ b/dox/user_guides/modeling_algos/modeling_algos.md @@ -2713,7 +2713,7 @@ aPolyHLRToShape.OutLineHCompound(); @section occt_modalg_10_2 Meshing of Shapes -The algorithm of shape triangulation is provided by the functionality of *BRepMesh_IncrementalMesh* class, which adds a triangulation of the shape to its topological data structure. +The algorithm of shape triangulation is provided by the functionality of *BRepMesh_IncrementalMesh* class, which adds a triangulation of the shape to its topological data structure. This triangulation is used to visualize the shape in shaded mode. ~~~~~ const Standard_Real aRadius = 10.0; @@ -2727,23 +2727,26 @@ const Standard_Real anAngularDeflection = 0.5; BRepMesh_IncrementalMesh aMesh(aShape, aLinearDeflection, Standard_False, anAngularDeflection); ~~~~~ -Default meshing algorithm *BRepMesh_IncrementalMesh* has two major options to define triangulation – linear and angular deflections. At the first step all edges from face are discretized according to specified parameters. Linear deflection limits distance between curve and its tessellation and angular deflection limits the angle between subsequent segments in polyline. +The default meshing algorithm *BRepMesh_IncrementalMesh* has two major options to define triangulation – linear and angular deflections. -@image html /user_guides/modeling_algos/images/modeling_algos_image056.png "Deflection parameters of BRepMesh_IncrementalMesh algorithm" +At the first step all edges from a face are discretized according to the specified parameters. -Linear deflection limits distance between triangles and face interior. +At the second step, the faces are tessellated. Linear deflection limits the distance between a curve and its tessellation, whereas angular deflection limits the angle between subsequent segments in a polyline. -@image html /user_guides/modeling_algos/images/modeling_algos_image057.png "Linear deflection" +@figure{/user_guides/modeling_algos/images/modeling_algos_image056.png, "Deflection parameters of BRepMesh_IncrementalMesh algorithm"} -Note that if given value of linear deflection is less than shape tolerance then the algorithm will skip this value and will take into account the shape tolerance. +Linear deflection limits the distance between triangles and the face interior. -Application should provide deflection parameters to compute satisfying mesh. Angular deflection is relatively simple and default value can be used (12-20 degrees). Linear deflection has absolute meaning and application should provide correct value for its models. Giving small values may result in too huge mesh (a lot of memory, long computation time and slow rendering) while big values results in ugly mesh. +@figure{/user_guides/modeling_algos/images/modeling_algos_image057.png, "Linear deflection"} -For application working in dimensions known in advance this is reasonable to fix absolute linear deflection for all models. This gives a meshes according to metrics and precision used in application (for example models known to be stored in meters and 0.004 m is enough for most tasks). +Note that if a given value of linear deflection is less than shape tolerance then the algorithm will skip this value and will take into account the shape tolerance. -However applications worked with alien models can not use the same deflection for all models (notice that this is abnormal situation in fact and this application is probably just a viewer for CAD models with dimensions vary by an order). To solve this problem conception of relative linear deflection was introduced that has some kind of LOD (level of detail) meaning. This value in fact is a scale factor to absolute deflection applied to model dimensions. +The application should provide deflection parameters to compute a satisfactory mesh. Angular deflection is relatively simple and allows using a default value (12-20 degrees). Linear deflection has an absolute meaning and the application should provide the correct value for its models. Giving small values may result in a too huge mesh (consuming a lot of memory, which results in a long computation time and slow rendering) while big values result in an ugly mesh. +For an application working in dimensions known in advance it can be reasonable to use the absolute linear deflection for all models. This provides meshes according to metrics and precision used in the application (for example, it it is known that the model will be stored in meters, 0.004 m is enough for most tasks). -Meshing covers a shape with a triangular mesh. Other than hidden line removal, you can use meshing to transfer the shape to another tool: a manufacturing tool, a shading algorithm, a finite element algorithm, or a collision algorithm, for example. +However, an application that imports models created in other applications may not use the same deflection for all models. Note that actually this is an abnormal situation and this application is probably just a viewer for CAD models with dimensions varying by an order of magnitude. This problem can be solved by introducing the concept of a relative linear deflection with some LOD (level of detail). The level of detail is a scale factor for absolute deflection, which is applied to model dimensions. -You can obtain information on the shape by first exploring it. To then access triangulation of a face in the shape, use *BRepTool::Triangulation*. To access a polygon which is the approximation of an edge of the face, use *BRepTool::PolygonOnTriangulation*. \ No newline at end of file +Meshing covers a shape with a triangular mesh. Other than hidden line removal, you can use meshing to transfer the shape to another tool: a manufacturing tool, a shading algorithm, a finite element algorithm, or a collision algorithm. + +You can obtain information on the shape by first exploring it. To access triangulation of a face in the shape later, use *BRepTool::Triangulation*. To access a polygon, which is the approximation of an edge of the face, use *BRepTool::PolygonOnTriangulation*. diff --git a/dox/user_guides/vis/vis.md b/dox/user_guides/vis/vis.md index be40d47241..a3b09f5f2b 100644 --- a/dox/user_guides/vis/vis.md +++ b/dox/user_guides/vis/vis.md @@ -7,7 +7,7 @@ VIS component provides adaptation functionality for visualization of OCCT topological shapes by means of VTK library. This User’s Guide describes how to apply VIS classes in application dealing with 3D visualization based on VTK library. @figure{/user_guides/vis/images/vis_image001.png} - + There are two ways to use VIS in the application: * Use a **high-level API**. It is a simple scenario to use VTK viewer with displayed OCCT shapes. It considers usage of tools provided with VIS component such as a specific VTK data source, a picker class and specific VTK filters. Basically, in this scenario you enrich your custom VTK pipeline with extensions coming from VIS. * Use a **low-level API**. It is an advanced scenario for the users with specific needs, which are not addressed by the higher-level utilities of VIS. It presumes implementation of custom VTK algorithms (such as filters) with help of low-level API of VIS component. @@ -31,8 +31,8 @@ The idea behind the mentioned organization of packages is separation of interfac @figure{/user_guides/vis/images/vis_image003.png "Dependencies of VIS packages"} Basically, it is enough to use the first three packages in the end user’s application (*IVtk, IVtkOCC* and *IVtkVTK*) to be able to work with OCCT shapes in VTK viewer. However, *IVtkTools* package is also provided as a part of the component to make the work more comfortable. - - + + @subsection occt_vis_2_2 IVtk package **IVtk** package contains the following classes: * *IVtk_Interface* - Base class for all interfaces of the component. Provides inheritance for *Handle* (OCCT “smart pointer”) functionality. @@ -47,8 +47,8 @@ Basically, it is enough to use the first three packages in the end user’s appl **IVtkOCC** package contains the implementation of classes depending on OCCT: * *IVtkOCC_Shape* - Implementation of *IVtk_IShape* interface as a wrapper for *TopoDS_Shape*. * *IVtkOCC_ShapeMesher* - Implementation of *IVtk_IShapeMesher* interface for construction of facets from *TopoDS* shapes. -* *IVtkOCC_ShapePickerAlgo* Implementation of interactive picking algorithm. It provides enabling/disabling of selection modes for shapes (*IVtk_IShape* instances) and picking facilities for a given position of cursor. -* *IVtkOCC_ViewerSelector* - Interactive selector, which implements *Pick()* methods for the picking algorithm *IVtkOCC_ShapePickerAlgo* and connects to the visualization layer with help of abstract *IView* interface. +* *IVtkOCC_ShapePickerAlgo* Implementation of interactive picking algorithm. It provides enabling/disabling of selection modes for shapes (*IVtk_IShape* instances) and picking facilities for a given position of cursor. +* *IVtkOCC_ViewerSelector* - Interactive selector, which implements *Pick()* methods for the picking algorithm *IVtkOCC_ShapePickerAlgo* and connects to the visualization layer with help of abstract *IView* interface. *IVtkOCC_ViewerSelector* is a descendant of OCCT native *SelectMgr_ViewerSelector*, so it implements OCCT selection mechanism for *IVtkVTK_View* (similarly to *StdSelect_ViewerSelector3D* which implements *SelectMgr_ViewerSelector* for OCCT native *V3d_View*). *IVtkOCC_ViewerSelector* encapsulates all projection transformations for the picking mechanism. These transformations are extracted from *vtkCamera* instance available via VTK Renderer. *IVtkOCC_ViewerSelector* operates with native OCCT *SelectMgr_Selection* entities. Each entity represents one selection mode of an OCCT selectable object. *ViewerSelector* is an internal class, so it is not a part of the public API. * *IVtkOCC_SelectableObject* - OCCT shape wrapper used in the picking algorithm for computation of selection primitives of a shape for a chosen selection mode. @@ -68,7 +68,7 @@ Basically, it is enough to use the first three packages in the end user’s appl Additionally, *IVtkTools* package contains auxiliary methods in *IVtkTools* namespace. E.g. there is a convenience function populating *vtkLookupTable* instances to set up a color scheme for better visualization of sub-shapes. -@section occt_vis_3 Using high-level API (simple scenario) +@section occt_vis_3 Using high-level API (simple scenario) @subsection occt_vis_3_1 OCCT shape presentation in VTK viewer To visualize an OCCT topological shape in VTK viewer, it is necessary to perform the following steps: @@ -156,7 +156,7 @@ For example, the scalar-based coloring can be disabled to bind a single color to The output of the shape data source can be presented in wireframe or shading display mode. A specific filter from class *IVtkTools_DisplayModeFilter* can be applied to select the display mode. The filter passes only the cells corresponding to the given mode. The set of available modes is defined by *IVtk_DisplayMode* enumeration. @figure{/user_guides/vis/images/vis_image004.png} - + For example, the shading representation can be obtained in the following way: ~~~~ @@ -176,7 +176,7 @@ By default, the display mode filter works in a wireframe mode. TIP: to make the shading representation smooth, use additional *vtkPolyDataNormals* filter. This filter must be applied after the display mode filter. @figure{/user_guides/vis/images/vis_image005.png} - + @subsection occt_vis_3_4 Interactive selection *IVtkTools* package provides *IVtkTools_ShapePicker* class to perform selection of OCCT shapes and sub-shapes in VTK viewer and access the picking results. The typical usage of *IVtkTools_ShapePicker* tool consists in the following sequence of actions: 1. Create a picker and set its renderer to your active VTK renderer: @@ -241,7 +241,7 @@ OCCT picking algorithm *IVtkTools_ShapePicker* calculates a new transformation m WARNING: VIS picker essentially works on the initial topological data structures rather than on the actually visualized actors. This peculiarity allows VIS to take advantage of standard OCCT selection mechanism, but puts strict limitations on the corresponding visualization pipelines. Once constructed, the faceted shape representation should not be morphed or translated anyhow. Otherwise, the picking results will lose their associativity with the source geometry. E.g. you should never use *vtkTransform* filter, but rather apply OCCT isometric transformation on the initial model in order to work on already relocated facet. These limitations are often acceptable for CAD visualization. If not, consider usage of a custom VTK-style picker working on the actually visualized actors. @figure{/user_guides/vis/images/vis_image006.png} - + @subsubsection occt_vis_3_5 Selection of sub-shapes *IVtkTools_SubPolyDataFilter* is a handy VTK filter class which allows extraction of polygonal cells corresponding to the sub-shapes of the initial shape. It can be used to produce a *vtkPolyData* object from the input *vtkPolyData* object, using selection results from *IVTkTools_ShapePicker* tool. @@ -282,7 +282,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"} - + The visualization pipeline for OCCT shape presentation can be initialized as follows: 1. Create an instance of *IShape* class initialized by OCCT topological shape: ~~~~ @@ -357,184 +357,10 @@ IVtk_ShapeIdList ids = myOccPickerAlgo->ShapesPicked(); ~~~~ IVtk_ShapeIdList subShapeIds = myOccPickerAlgo->SubShapesPicked(shapeId); -~~~~ +~~~~ @section occt_vis_5 DRAW Test Harness *TKIVtkDraw* toolkit contains classes for embedding VIS functionality into DRAW Test Harness with possibility of simple interactions, including detection and highlighting. * *IVtkDraw_HighlightAndSelectionPipeline* - Creates VTK pipeline with OCCT shape data source and properly initialized VIS filters. * *IVtkDraw_Interactor* - Controls simple interactive actions, such as detection and selection of the displayed shapes. - -@section occt_vis_6 Test Harness Commands -A specific plugin with alias *VIS* should be loaded to have access to VIS functionality in DRAW Test Harness: - -~~~~ -\> pload VIS -~~~~ - -Typical use cases are available in non-regression tests scripts -@subsection occt_vis_6_1 ivtkinit - -Purpose: Creates a window for VTK viewer. - -Syntax: *ivtkinit* - -@figure{/user_guides/vis/images/vis_image008.png} - -@subsection occt_vis_6_2 ivtkdisplay - -Purpose: Displays named objects. - -Syntax: ivtkdisplay name1 [name2] …[name n] - -Example - -~~~~ -ivtkinit -# create cone -pcone c 5 0 10 -ivtkdisplay c -~~~~ - -@figure{/user_guides/vis/images/vis_image009.png} - -@subsection occt_vis_6_3 ivtkerase - -Purpose: Erases named objects. If no arguments are passed, erases all displayed objects. - -Syntax: ivtkerase [name1] [name2] … [name n] - -Example -~~~~ -ivtkinit -# create a sphere -psphere s 10 -# create a cone -pcone c 5 0 10 -# create a cylinder -pcylinder cy 5 10 -# display objects -ivtkdisplay s c cy -# erase only the cylinder -ivtkerase cy -# erase the sphere and the cone -ivtkerase s c -~~~~ - -@subsection occt_vis_6_4 ivtkfit - -Purpose: Automatic zoom/panning. - -Syntax: *ivtkfit* - -@subsection occt_vis_6_5 ivtkdispmode - -Purpose: Sets display mode for a named object. If no arguments are passed, sets the given display mode for all displayed objects -The possible modes are: 0 (WireFrame) and 1 (Shading). - -Syntax: ivtksetdispmode [name] mode(0,1) - -Example - -~~~~ -ivtkinit -# create a cone -pcone c 5 0 10 -# display the cone -ivtkdisplay c -# set shading mode for the cone -ivtksetdispmode c 1 -~~~~ - -@figure{/user_guides/vis/images/vis_image010.png} - -@subsection occt_vis_6_6 ivtksetselmode - -Purpose: Sets selection mode for a named object. If no arguments are passed, sets the given selection mode for all the displayed objects - -Syntax: ivtksetselmode [name] mode on/off(0/1) - -Example -~~~~ -ivtkinit -# load a shape from file -restore CrankArm.brep a -# display the loaded shape -ivtkdisplay a -# set the face selection mode -ivtksetselmode a 4 1 -~~~~ - -@figure{/user_guides/vis/images/vis_image011.png} - -@subsection occt_vis_6_7 ivtkmoveto - -Purpose: Imitates mouse cursor moving to point with the given display coordinates. - -Syntax: ivtkmoveto x y - -Example -~~~~ -ivtkinit -pcone c 5 0 10 -ivtkdisplay c -ivtkmoveto 40 50 -~~~~ - -@subsection occt_vis_6_8 ivtkselect - -Purpose: Imitates mouse cursor moving to point with the given display coordinates and performs selection at this point. - -Syntax: ivtkselect x y - -Example -~~~~ -ivtkinit -pcone c 5 0 10 -ivtkdisplay c -ivtkselect 40 50 -~~~~ - -@subsection occt_vis_6_9 ivtkdump - -Purpose: Dumps the contents of VTK viewer to image. It supports: -* dumping in different raster graphics formats: PNG, BMP, JPEG, TIFF or PNM. -* dumping of different buffers: RGB, RGBA or depth buffer. -* defining of image sizes (width and height in pixels). -* dumping of stereo projections (left or right). - -Syntax: ivtkdump *filename* [buffer={rgb|rgba|depth}] [width height] [stereoproj={L|R}] - -Example -~~~~ -ivtkinit -pcone c 5 0 10 -ivtkdisplay c -ivtkdump D:/ConeSnapshot.png rgb 768 768 -~~~~ - -@subsection occt_vis_6_10 ivtkbgcolor - -Purpose: Sets uniform background color or gradient background if second triple of parameters is set. Color parameters r,g,b have to be chosen in the interval [0..255]. - -Syntax: ivtkbgcolor r g b [r2 g2 b2] - -Example -~~~~ -ivtkinit -ivtkbgcolor 200 220 250 -~~~~ - -@figure{/user_guides/vis/images/vis_image012.png} - -~~~~ -ivtkbgcolor 10 30 80 255 255 255 -~~~~ - -@figure{/user_guides/vis/images/vis_image013.png} - -@section occt_vis_7 Non-regression tests -The test scenarios are available in /test/v3d/ivtk directory to test the functionality of VIS component. This directory contains test cases for all DRAW commands described above. - - - diff --git a/dox/user_guides/visualization/images/camera_perspective.png b/dox/user_guides/visualization/images/camera_perspective.png new file mode 100644 index 0000000000..bfc33a3626 Binary files /dev/null and b/dox/user_guides/visualization/images/camera_perspective.png differ diff --git a/dox/user_guides/visualization/images/point_cloud.png b/dox/user_guides/visualization/images/point_cloud.png new file mode 100644 index 0000000000..d45f17a2cd Binary files /dev/null and b/dox/user_guides/visualization/images/point_cloud.png differ diff --git a/dox/user_guides/visualization/images/stereo.png b/dox/user_guides/visualization/images/stereo.png new file mode 100644 index 0000000000..8340b3de13 Binary files /dev/null and b/dox/user_guides/visualization/images/stereo.png differ diff --git a/dox/user_guides/visualization/images/view_frustum.png b/dox/user_guides/visualization/images/view_frustum.png new file mode 100644 index 0000000000..e5ea5e30df Binary files /dev/null and b/dox/user_guides/visualization/images/view_frustum.png differ diff --git a/dox/user_guides/visualization/images/viewfrustumculling.png b/dox/user_guides/visualization/images/viewfrustumculling.png new file mode 100644 index 0000000000..6dc6db86b4 Binary files /dev/null and b/dox/user_guides/visualization/images/viewfrustumculling.png differ diff --git a/dox/user_guides/visualization/visualization.md b/dox/user_guides/visualization/visualization.md index a8c3a1a4c9..bbd15519c8 100644 --- a/dox/user_guides/visualization/visualization.md +++ b/dox/user_guides/visualization/visualization.md @@ -4,17 +4,15 @@ Visualization {#occt_user_guides__visualization} @section occt_visu_1 Introduction -This manual provides basic documentation on setting up and using Visualization. For advanced information on Visualization and its applications, see our offerings on our web site (Training and E-Learning) at http://www.opencascade.org/support/training/ - Visualization in Open CASCADE Technology is based on the separation of: * on the one hand - the data which stores the geometry and topology of the entities you want to display and select, and * on the other hand - its **presentation** (what you see when an object is displayed in a scene) and **selection** (possibility to choose the whole object or its sub-parts interactively to apply application-defined operations to the selected entities). -@subsection occt_visu_1_1 Open CASCADE Technology Visualization and the Organization of this guide +Presentations are managed through the **Presentation** component, and selection through the **Selection** component. -Presentations are managed through the Presentation component, and selection through the Selection component. +**Application Interactive Services** (AIS) provides the means to create links between an application GUI viewer and the packages, which are used to manage selection and presentation, which makes management of these functionalities in 3D more intuitive and consequently, more transparent. -To make management of these functionalities in 3D more intuitive and consequently, more transparent, *Application Interactive Services* have been created. *AIS* uses the notion of the *interactive object*, a displayable and selectable entity, which represents an element from the application data. As a result, in 3D, you, the user, have no need to be familiar with any functions underlying AIS unless you want to create your own interactive objects or selection filters. +*AIS* uses the notion of the *interactive object*, a displayable and selectable entity, which represents an element from the application data. As a result, in 3D, you, the user, have no need to be familiar with any functions underlying AIS unless you want to create your own interactive objects or selection filters. If, however, you require types of interactive objects and filters other than those provided, you will need to know the mechanics of presentable and selectable objects, specifically how to implement their virtual functions. To do this requires familiarity with such fundamental concepts as the sensitive primitive and the presentable object. @@ -26,17 +24,17 @@ The the following packages are used to display 3D objects : * *V3d*; * *Graphic3d*. -If you are concerned with 2D visualization, you must familiarize yourself with the fundamental concepts of presentation as outlined in the section on this subject in chapter Fundamental Concepts. In brief, the packages used to display 3D objects are applicable for visualization of 2D objects too. +The packages used to display 3D objects are also applicable for visualization of 2D objects. The figure below presents a schematic overview of the relations between the key concepts and packages in visualization. Naturally, "Geometry & Topology" is just an example of application data that can be handled by *AIS*, and application-specific interactive objects can deal with any kind of data. @image html visualization_image003.png "Key concepts and packages in visualization" @image latex visualization_image003.png "Key concepts and packages in visualization" -To answer different needs of CASCADE users, this user’s guide offers the following three paths in reading it. +To answer different needs of CASCADE users, this User’s Guide offers the following three paths in reading it.   * If the 3D services proposed in AIS meet your requirements, you need only read chapter 3 AIS: Application Interactive Services. - * If you need more detail, for example, a selection filter on another type of entity - you should read chapter 2 Fundamental Concepts, chapter 3 AIS: Application Interactive Services, and possibly chapters 4 3D Presentations and 5 3D Resources. You may want to begin with the chapter presenting AIS. + * If you need more detail, for example, a selection filter on another type of entity - you should read chapter 2 Fundamental Concepts, chapter 3 AIS: Application Interactive Services, and 4 3D Presentations. You may want to begin with the chapter presenting AIS. @section occt_visu_2  Fundamental Concepts @@ -51,7 +49,7 @@ Displaying an object on the screen involves three kinds of entities: * a viewer * an interactive context, the *AIS_InteractiveContext*. -

The presentable object

+

The presentable object

The purpose of a presentable object is to provide the graphical representation of an object in the form of *Graphic3d* structure. On the first display request, it creates this structure by calling the appropriate algorithm and retaining this framework for further display. Standard presentation algorithms are provided in the *StdPrs* and *Prs3d* packages. You can, however, write specific presentation algorithms of your own, provided that they create presentations made of structures from the *Graphic3d* packages. You can also create several presentations of a single presentable object: one for each visualization mode supported by your application. @@ -59,20 +57,23 @@ Standard presentation algorithms are provided in the *StdPrs* and *Prs3d* packa Each object to be presented individually must be presentable or associated with a presentable object.

The viewer

-The viewer allows interactively manipulating views of the object. When you zoom, translate or rotate a view, the viewer operates on the graphic structure created by the presentable object and not on the data model of the application. Creating Graphic3d structures in your presentation algorithms allows you to use the 3D viewers provided in Open CASCADE Technology for 3D visualisation. +The viewer allows interactively manipulating views of the object. When you zoom, translate or rotate a view, the viewer operates on the graphic structure created by the presentable object and not on the data model of the application. Creating Graphic3d structures in your presentation algorithms allows you to use the 3D viewers provided in Open CASCADE Technology for 3D visualisation.

The Interactive Context

The interactive context controls the entire presentation process from a common high-level API. When the application requests the display of an object, the interactive context requests the graphic structure from the presentable object and sends it to the viewer for displaying. @subsubsection occt_visu_2_1_2 Presentation packages -Presentation involves at least the *AIS, PrsMgr, StdPrs* and *V3d* packages. Additional packages such as *Prs3d* and *Graphic3d* may be used if you need to implement your own presentation algorithms. +Presentation involves at least the *AIS, PrsMgr, StdPrs* and *V3d* packages. Additional packages, such as *Prs3d* and *Graphic3d* may be used if you need to implement your own presentation algorithms. + * *AIS* package provides all classes to implement interactive objects (presentable and selectable entities). -* *PrsMgr* package provides all the classes needed to implement the presentation process: the *Presentation* and *PresentableObject* abstract classes and *PresentationManager3d* concrete class. -* *StdPrs* package provides ready-to-use standard presentation algorithms of points, curves and shapes of the geometry and topology toolkits. -* *V3d* package provides the services supported by the 3D viewer. -* *Prs3d* package provides some generic presentation algorithms such as wireframe, shading and hidden line removal associated with a Drawer class which controls the attributes of the presentation to be created in terms of color, line type, thickness, and so on. +* *PrsMgr* package provides low level services and is only to be used when you do not want to use the services provided by AIS. It contains all classes needed to implement the presentation process: abstract classes *Presentation* and *PresentableObject* and concrete class *PresentationManager3d*. +* *StdPrs* package provides ready-to-use standard presentation algorithms for specific geometries: points, curves and shapes of the geometry and topology toolkits. +* *Prs3d* package provides generic presentation algorithms such as wireframe, shading and hidden line removal associated with a *Drawer* class, which controls the attributes of the presentation to be created in terms of color, line type, thickness, etc. +* *V3d* package provides the services supported by the 3D viewer. * *Graphic3d* package provides resources to create 3D graphic structures. +* *Visual3d* package contains classes implementing commands for 3D viewer. +* *DsgPrs* package provides tools for display of dimensions, relations and XYZ trihedrons. @subsubsection occt_visu_2_1_3 A Basic Example: How to display a 3D object @@ -185,21 +186,143 @@ To deactivate selection mode 3 remove all those 2D areas. @subsubsection occt_visu_2_2_3 Selection Packages -The following selection packages exist : *SelectBasics*, *SelectMgr*, *Select3D*, *StdSelect*. +Selection of 3D data structures is provided using various algorithms. The following selection packages exist : *SelectBasics*, *SelectMgr*, *Select3D* and *StdSelect*. + +### Basic Selection *SelectBasics* package contains the basic classes of the selection: - * the main definition of a sensitive primitive: *SensitiveEntity* - * the definition of a sensitive primitive owner: *EntityOwner* + * the main definition of a sensitive primitive: *SensitiveEntity*, which is a selectable entity in a view; + * the definition of a sensitive primitive owner: *EntityOwner* this entity relates the primitive to the application entity which is to be selected in the view. * the algorithm used for sorting sensitive boxes: *SortAlgo* *EntityOwner* is used to establish a link from *SensitiveEntity* to application-level objects. For example, *SelectMgr_EntityOwner* (see below) class holds a pointer to corresponding *SelectableObject*. -*SelectMgr* package is used to manage the whole dynamic selection process. It contains the *SelectableObject*, Entity Owner containing a link to its *SelectableObject*, *Selection*, *SelectionManager*, and *ViewSelector* classes. +### Standard Selections + +*Select3D* package provides definition of all 3D standard sensitive primitives such as point, curve and face. All these classes inherit from 3D *SensitiveEntry* from *SelectBasics* with an additional method, which allows recovery of the bounding boxes in the 2D graphic selection space, if required. This package also includes the 3D-2D projector. + +*StdSelect* package provides standard uses of the classes described above and main tools used to prevent the developer from redefining the selection objects. In particular, *StdSelect* includes standard modes for selection of topological shapes, definition of several filter standard Selection2d.ap classes and 3D viewer selectors. + +Note that each new Interactive Object must have all its selection modes defined. + +### Selection Management + +*SelectMgr* package is used to manage the whole dynamic selection process. + +It provides low level services and classes *SelectMgr_SelectionManager* and *SelectMgr_ViewerSelector*. They can be used when you do not want to use the services provided by *AIS*. + There are also implementations of *ViewerSelector* interface for 3D selection in *StdSelect* package: *ViewerSelector3d*. -*Select3D* package contains all 3D standard sensitive primitives such as point, curve and face. All these classes inherit from 3D *SensitiveEntry* from *SelectBasics* with an additional method, which allows recovery of the bounding boxes in the 2D graphic selection space, if required. This package also includes the 3D-2D projector. +*SelectMgr* manages the process of dynamic selection through the following services: -*StdSelect* package provides standard uses of the classes described above and main tools used to prevent the developer from redefining the selection objects. In particular, *StdSelect* includes standard means for selection of topological objects (shapes). + * Activating and deactivating selection modes for Interactive Objects. + * Adding and removing viewer selectors. + * Definitions of abstract filter classes. + +The principle of graphic selection consists in representing the objects which you want to select by a bounding box in the selection view. +The object is selected when you use the mouse to designate the zone produced by the object. + +To realize this, the application creates a selection structure which is independent of the point of view. +This structure is made up of sensitive primitives which have one owner object associated to each of them. +The role of the sensitive primitive is to reply to the requests of the selection algorithm whereas the owner's purpose is to make the link between the sensitive primitive and the object to be selected. +Each selection structure corresponds to a selection mode which defines the elements that can be selected. + +### Example: Selection of a Geometric Model + +For example, to select a complete geometric model, the application can create a sensitive primitive for each face of the interactive object representing the geometric model. +In this case, all the primitives share the same owner. +On the other hand, to select an edge in a model, the application must create one sensitive primitive per edge. + +~~~~ + +void InteractiveBox::ComputeSelection (const Handle(SelectMgr_Selection)& theSel, + const Standard_Integer theMode) +{ +switch (theMode) +{ + case 0: // locating the whole box by making its faces sensitive + { + Handle(SelectMgr_EntityOwner) anOwner = new SelectMgr_EntityOwner (this, 5); + for (Standard_Integer anIt = 1; anIt <= aFacesNb; anIt++) + { + theSel->Add (new Select3D_SensitiveFace (anOwner,[array of the vertices] face I); + break; + } + case 1: // locating the edges + { + for (Standard_Integer anIt = 1; anIt <= 12; anIt++) + { + // 1 owner per edge + Handle(mypk_EdgeOwner) anOwner = new mypk_EdgeOwner (this, anIt, 6); // 6->priority + theSel->Add (new Select3D_SensitiveSegment (anOwner, firstpt (anIt), lastpt (anIt)); + } + } +} + +~~~~ + +The algorithms for creating selection structures store the sensitive primitives in a SelectMgr_Selection object. +To do this, a set of ready-made sensitive primitives is supplied in the Select3Dpackage. +New sensitive primitives can be defined through inheritance from SensitiveEntity. +For the application to make its own objects selectable, it must define owner classes inheriting SelectMgr_EntityOwner. + +Selection structures for any interactive object are generated in ComputeSelection() method. +In the example below there are different modes of selection on the topological shape contained within the interactive object, +selection of the shape itself, the vertices, the edges, the wires, the faces. + +~~~~ + void MyPack_MyClass::ComputeSelection( + const Handle(SelectMgr_Selection)& theaSelection, + const Standard_Integer theMode) + { + switch (theMode) + { + case 0: + StdSelect_BRepSelectionTool::Load (theSelection, this, myShape, TopAbs_SHAPE); + break; + case 1: + StdSelect_BRepSelectionTool::Load (theSelection, this, myShape, TopAbs_VERTEX); + break; + case 2: + StdSelect_BRepSelectionTool::Load (theSelection, this, myShape, TopAbs_EDGE); + break; + case 3: + StdSelect_BRepSelectionTool::Load (theSelection, this, myShape, TopAbs_WIRE); + break; + case 4: + StdSelect_BRepSelectionTool::Load (theSelection, this, myShape, TopAbs_FACE); + break; + } + } +~~~~ + +The StdSelect_BRepSelectionTool object provides a high level service which will make the topological shape myShape selectable when the AIS_InteractiveContext is asked to display your object. + +Note: + +The traditional way of highlighting selected entity owners adopted by Open CASCADE Technology assumes that each entity owner highlights itself on its own. This approach has two drawbacks: + + * Each entity owner has to maintain its own Prs3d_Presentation object, that results in large memory overhead for thousands of owners. + * Drawing selected owners one by one is not efficient from the OpenGL usage viewpoint. + +That is why a different method has been introduced. +On the basis of SelectMgr_EntityOwner::IsAutoHilight() return value AIS_LocalContext +object either uses the traditional way of highlighting (IsAutoHilight() returned true) +or groups such owners according to their Selectable Objects and finally calls SelectMgr_SelectableObject::HilightSelected() or +ClearSelected(), passing a group of owners as an argument. + +Hence, an application can derive its own interactive object and redefine HilightSelected(), +ClearSelected() and HilightOwnerWithColor() virtual methods +to take advantage of such OpenGL technique as arrays of primitives. +In any case, these methods should at least have empty implementation. + +The AIS_LocalContext::UpdateSelected (const Handle(AIS_InteratciveObject)&, Standard_Boolean) +method can be used for efficient redrawing a selection presentation for a given interactive object from an application code. + +Additionally, the SelectMgr_SelectableObject::ClearSelections() method now accepts an optional Boolean argument. +This parameter defines whether all object selections should be flagged for further update or not. +This improved method can be used to re-compute an object selection (without redisplaying the object completely) +when some selection mode is activated not for the first time. @subsubsection occt_visu_2_2_4 How to use dynamic selection @@ -301,6 +424,8 @@ It can be necessary to filter the entities to be selected. Consequently there ar @subsection occt_visu_3_2 Interactive objects +Entities which are visualized and selected in the AIS viewer are objects. They connect the underlying reference geometry of a model to its graphic representation in *AIS*. You can use the predefined OCCT classes of standard interactive objects, for which all necessary functions have already been programmed, or, if you are an advanced user, you can implement your own classes of interactive objects. + @subsubsection occt_visu_3_2_1 Presentations An interactive object can have as many presentations as its creator wants to give it. @@ -455,13 +580,18 @@ These functions can be useful if you decide that the *0* mode used by default w      @subsubsection occt_visu_3_2_5 Graphic attributes -Keep in mind the following points concerning graphic attributes: +Graphic attributes manager, or *AIS Drawer*, stores graphic attributes for specific interactive objects and for interactive objects controlled by interactive context. + +Initially, all drawer attributes are filled out with the predefined values which will define the default 3D object appearance. + +When an interactive object is visualized, the required graphic attributes are first taken from its own drawer if one exists, or from the context drawer if no specific drawer for that type of object exists. + +Keep in mind the following points concerning graphic attributes: * Each interactive object can have its own visualization attributes. * The set of graphic attributes of an interactive object is stocked in an *AIS_Drawer*, which is only a *Prs3d_Drawer* with the possibility of a link to another drawer * By default, the interactive object takes the graphic attributes of the context in which it is visualized (visualization mode, deflection values for the calculation of presentations, number of isoparameters, color, type of line, material, etc.) * In the *AIS_InteractiveObject* abstract class, standard attributes including color, line thickness, material, and transparency have been privileged. Consequently, there is a certain number of virtual functions, which allow acting on these attributes. Each new class of interactive object can redefine these functions and change the behavior of the class. - @image html visualization_image019.png "Figure 13. Redefinition of virtual functions for changes in AIS_Point" @image latex visualization_image019.png "Figure 13. Redefinition of virtual functions for changes in AIS_Point" @@ -566,7 +696,7 @@ Standard_Boolean     AIS_InteractiveContext::HasPolygonOffsets @subsubsection occt_visu_3_3_1 Rules -The Interactive Context allows us to manage in a transparent way, the graphic and "selectable" behavior of interactive objects in one or more viewers. Most functions which allow us to modify the attributes of interactive objects, and which were presented in the preceding chapter, will be looked at again here. +The Interactive Context allows managing in a transparent way the graphic and **selectable** behavior of interactive objects in one or more viewers. Most functions which allow modifying the attributes of interactive objects, and which were presented in the preceding chapter, will be looked at again here. There is one essential rule to follow: the modification of an interactive object, which is already known by the Context, must be done using Context functions. You can only directly call the functions available for an interactive object if it has not been loaded into an Interactive Context. @@ -588,11 +718,11 @@ Handle (AIS_Shape) TheAISShape = new AIS_Shape (ashape); @subsubsection occt_visu_3_3_2 Groups of functions -You must distinguish two states in the Interactive Context: -* No Open Local Context; which will be referred to as Neutral Point. -* One or several open local contexts, each representing a temporary state of selection and presentation. +**Neutral Point** and **Local Context** constitute the two operating modes or states of the **Interactive Context**, which is the central entity which pilots visualizations and selections. -Some functions can only be used in open Local Context; others in closed local context; others do not have the same behavior in one state as in the other. +The **Neutral Point**, which is the default mode, allows easily visualizing and selecting interactive objects, which have been loaded into the context. Opening **Local contexts** allows preparing and using a temporary selection environment without disturbing the neutral point. + +A set of functions allows choosing the interactive objects which you want to act on, the selection modes which you want to activate, and the temporary visualizations which you will execute. When the operation is finished, you close the current local context and return to the state in which you were before opening it (neutral point or previous local context). The Interactive Context is composed of many functions, which can be conveniently grouped according to the theme: * management proper to the context; @@ -600,16 +730,23 @@ The Interactive Context is composed of many functions, which can be convenientl * presentations and selection in open/closed context; * selection strictly speaking. +Some functions can only be used in open Local Context; others in closed local context; others do not have the same behavior in one state as in the other. @subsubsection occt_visu_3_3_3 Management of the Interactive Context -The Interactive Context is made up of a Principal Viewer and, optionally, a trash bin or "Collector" Viewer. It also has a group of adjustable settings allowing you to personalize the behavior of presentations and selections: - * Default Drawer, containing all the color and line attributes which can be used by interactive objects, which do not have their own attributes. +The **Interactive Context** is made up of a **Principal Viewer** and, optionally, a trash bin or **Collector Viewer**. + +An interactive object can have a certain number of specific graphic attributes, such as visualization mode, color, and material. Correspondingly, the interactive context has a set of graphic attributes, the *Drawer*, which is valid by default for the objects it controls. + +When an interactive object is visualized, the required graphic attributes are first taken from the object's own Drawer if one exists, or from the context drawer for the others. + +The following adjustable settings allow personalizing the behavior of presentations and selections: + * Default Drawer, containing all the color and line attributes which can be used by interactive objects, which do not have their own attributes. * Default Visualization Mode for interactive objects. By default: *mode 0* ; * Highlight color of entities detected by mouse movement. By default: *Quantity_NOC_CYAN1*; * Pre-selection color. By default: *Quantity_NOC_GREEN*; * Selection color (when you click on a detected object). By default: *Quantity_NOC_GRAY80*; - * Sub-Intensity color. By default: *Quantity_NOC_GRAY40*. + * Sub-Intensity color. By default: *Quantity_NOC_GRAY40*. All of these settings can be modified by functions proper to the Context. @@ -626,9 +763,10 @@ TheCtx->SetDisplayMode(2); // obj1 stays visualised in its mode 3. ~~~~~ -*PresentationManager3D* and a *Selector3D* which manage the presentation and selection of present interactive objects, are associated to the main Viewer. The same is true of the optional Collector. +*PresentationManager3D* and *Selector3D*, which manage the presentation and selection of present interactive objects, are associated to the main Viewer. The same is true of the optional Collector. @subsection occt_visu_3_4 Local Context + @subsubsection occt_visu_3_4_1 Rules and Conventions * Opening a local context allows preparing an environment for temporary presentations and selections, which will disappear once the local context is closed. @@ -649,7 +787,7 @@ The specific modes of selection only concern the interactive objects, which are The local context can be opened using method *AIS_InteractiveContext::OpenLocalContext*. The following options are available: * *UseDisplayedObjects*: allows loading the interactive objects visualized at Neutral Point in the opened local context. If *FALSE*, the local context is empty after being opened. If *TRUE*, the objects at Neutral Point are modified by their default selection mode. * *AllowShapeDecomposition*: *AIS_Shape* allows or prevents decomposition in standard shape location mode of objects at Neutral Point, which are type-privileged (see Selection chapter). This Flag is only taken into account when *UseDisplayedObjects* is *TRUE*. - * *AcceptEraseOfObjects*: authorises other local contexts to erase the interactive objects present in this context. This option is rarely used. The last option has no current use. + * *AcceptEraseOfObjects*: authorizes other local contexts to erase the interactive objects present in this context. This option is rarely used. The last option has no current use. This function returns the index of the created local context. It should be kept and used when the context is closed. @@ -667,14 +805,14 @@ Closing Local Contexts is done by: *Warning* When the index isn’t specified in the first function, the current Context is closed. This option can be dangerous, as other Interactive Functions can open local contexts without necessarily warning the user. For greater security, you have to close the context with the index given on opening. -To get the index of the current context, use function "AIS_InteractiveContext::IndexOfCurrentLocal". It allows closing all open local contexts at one go. In this case, you find yourself directly at Neutral Point. +To get the index of the current context, use function *AIS_InteractiveContext::IndexOfCurrentLocal*. It allows closing all open local contexts at one go. In this case, you find yourself directly at Neutral Point. -When you close a local context, all temporary interactive objects are deleted, all selection modes concerning the context are cancelled, and all content filters are emptied. +When you close a local context, all temporary interactive objects are deleted, all selection modes concerning the context are canceled, and all content filters are emptied. @subsubsection occt_visu_3_4_3 Presentation in a Neutral Point -You must distinguish between the Neutral Point and the Open Local Context states. Although the majority of visualization functions can be used in both situations, their behavior is different. +You must distinguish between the **Neutral Point** and the **Open Local Context** states. Although the majority of visualization functions can be used in both situations, their behavior is different. Neutral Point should be used to visualize the interactive objects, which represent and select an applicative entity. Visualization and Erasing orders are straightforward: @@ -707,11 +845,11 @@ Bear in mind the following points: * The second *Display* function should only be used in Neutral Point to visualize a supplementary mode for the object, which you can erase by *EraseMode (...)*. You activate the selection mode. This is passed as an argument. By convention, if you do not want to activate a selection mode, you must set the *SelectionMode* argument to -1. This function is especially interesting in open local context, as we will see below. * In Neutral Point, it is not advisable to activate other selection modes than the default selection one. It is preferable to open a local context in order to activate particular selection modes. * When you call *Erase(Interactive object)* function, the *PutIncollector* argument, which is *FALSE* by default, allows you to visualize the object directly in the Collector and makes it selectable (by activation of 0 mode). You can nonetheless block its passage through the Collector by changing the value of this option. In this case, the object is present in the Interactive Context, but is not seen anywhere. - * *Erase()* with *putInCollector = Standard_True* might be slow as it computes again the object presentation in the Collector. Set *putInCollector* to *Standard_False* if you simply want to hide the object’s presentation temporarily. + * *Erase()* with *putInCollector = Standard_True* might be slow as it recomputes the object presentation in the Collector. Set *putInCollector* to *Standard_False* if you simply want to hide the object’s presentation temporarily. * Visualization attributes and graphic behavior can be modified through a set of functions similar to those for the interactive object (color, thickness of line, material, transparency, locations, etc.) The context then manages immediate and deferred updates. * Call *Remove()* method of *InteractiveContext* as soon as the interactive object is no longer needed and you want to destroy it.. Otherwise, references to *InteractiveObject* are kept by *InteractiveContext*, and the *Object* is not destroyed, which results in memory leaks. In general, if the presentation of an interactive object can be computed quickly, it is recommended to *Remove()* it instead of using *Erase()* method. -@subsubsection occt_visu_3_4_4 Presentation in Local Context +@subsubsection occt_visu_3_4_4 Presentation in the Local Context In open local context, the *Display* functions presented above can be as well. @@ -744,7 +882,10 @@ Use *AIS_InteractiveContext::Activate* and *AIS_InteractiveContext::Deactivate* @subsubsection occt_visu_3_4_5 Filters -When Interactive objects have been "prepared" in the local context, you can add rejection filters. The root class of objects is *SelectMgr_Filter*. The principle behind it is straightforward: a filter tests to see whether the owners (SelectMgr_EntityOwner) detected in mouse position by the Local context selector answer *OK*. If so, it is kept, otherwise it is rejected. +To define an environment of dynamic detection, you can use standard filter classes or create your own. +A filter questions the owner of the sensitive primitive in local context to determine if it has the desired qualities. If it answers positively, it is kept. If not, it is rejected. + +The root class of objects is *SelectMgr_Filter*. The principle behind it is straightforward: a filter tests to see whether the owners (SelectMgr_EntityOwner) detected in mouse position by the Local context selector answer *OK*. If so, it is kept, otherwise it is rejected. You can create a custom class of filter objects by implementing the deferred function *IsOk()*: @@ -759,12 +900,12 @@ In *SelectMgr*, there are also Composition filters (AND Filters, OR Filters), w There are Standard filters, which have already been implemented in several packages: * *StdSelect_EdgeFilter* - for edges, such as lines and circles; * *StdSelect_FaceFilter* - for faces, such as planes, cylinders and spheres; - * *StdSelect_ShapeTypeFilter* - for shape types, such as compounds, solids, shells and wires; + * *StdSelect_ShapeTypeFilter* - for shape types, such as compounds, solids, shells and wires; * *AIS_TypeFilter* - for types of interactive objects; * *AIS_SignatureFilter* - for types and signatures of interactive objects; * *AIS_AttributeFilter* - for attributes of Interactive Objects, such as color and width. -As there are specific behaviors on shapes, each new Filter class must, if necessary, redefine *AIS_LocalContext::ActsOn* function, which informs the Local Context if it acts on specific types of sub-shapes. By default, this function answers *FALSE*. +As there are specific behaviors on shapes, each new *Filter* class must, if necessary, redefine *AIS_LocalContext::ActsOn* function, which informs the Local Context if it acts on specific types of sub-shapes. By default, this function answers *FALSE*. **WARNING** @@ -1048,7 +1189,20 @@ myCtx->CloseLocalContext(myIndex); @subsection occt_visu_3_5 Standard Interactive Object Classes -@subsubsection occt_visu_3_5_1 Datums +Interactive Objects are selectable and viewable objects connecting graphic representation and the underlying reference geometry. + +They are divided into four types: + * the **Datum** - a construction geometric element; + * the **Relation** - a constraint on the interactive shape and the corresponding reference geometry; + * the **Object** - a topological shape or connection between shapes; + * **None** a token, that instead of eliminating the object, tells the application to look further until it finds an acceptable object definition in its generation. + +Inside these categories, there is a possibility of additional characterization by means of a signature. The signature provides an index to the further characterization. By default, the **Interactive Object** has a *None* type and a signature of 0 (equivalent to *None*). +If you want to give a particular type and signature to your interactive object, you must redefine the two virtual methods: Type and Signature. + +@subsubsection occt_visu_3_5_1 Datum + +The **Datum** groups together the construction elements such as lines, circles, points, trihedrons, plane trihedrons, planes and axes. *AIS_Point, AIS_Axis, AIS_Line, AIS_Circle, AIS_Plane* and *AIS_Trihedron* have four selection modes: * mode 0 : selection of a trihedron; @@ -1064,11 +1218,13 @@ when you activate one of modes: 1 2 3 4, you pick AIS objects of type: *AIS_PlaneTrihedron* offers three selection modes: * mode 0 : selection of the whole trihedron; * mode 1 : selection of the origin of the trihedron; - * mode 2 : selection of the axes - same remarks as for the Trihedron. + * mode 2 : selection of the axes - same remarks as for the Trihedron. For the presentation of planes and trihedra, the default unit of length is millimeter, and the default value for the representation of axes is 100. If you modify these dimensions, you must temporarily recover the object **Drawer**. From it, take the *Aspects* in which the values for length are stored (*PlaneAspect* for the plane, *FirstAxisAspect* for trihedra), and change these values inside these Aspects. Finally, recalculate the presentation. -@subsubsection occt_visu_3_5_2 Objects +@subsubsection occt_visu_3_5_2 Object + +The **Object** type includes topological shapes, and connections between shapes. *AIS_Shape* has three visualization modes : * mode 0 : Line (default mode) @@ -1092,7 +1248,53 @@ And at maximum seven selection modes, depending on the shape complexity: * *AIS_TexturedShape* is an Interactive Object that supports texture mapping. It is constructed as a usual AIS_Shape, but has additional methods that allow to map a texture on it. * *MeshVS_Mesh* is an Interactive Object that represents meshes, it has a data source that provides geometrical information (nodes, elements) and can be built up from the source data with a custom presentation builder. + +The class *AIS_ColoredShape* allows using custom colors and line widths for *TopoDS_Shape* objects and their sub-shapes. + +~~~~~ + AIS_ColoredShape aColoredShape = new AIS_ColoredShape (theShape); + + // setup color of entire shape + aColoredShape->SetColor (Quantity_Color (Quantity_NOC_RED)); + + // setup line width of entire shape + aColoredShape->SetWidth (1.0); + + // set transparency value + aColoredShape->SetTransparency (0.5); + + // customize color of specified sub-shape + aColoredShape->SetCustomColor (theSubShape, Quantity_Color (Quantity_NOC_BLUE1)); + + // customize line width of specified sub-shape + aColoredShape->SetCustomWidth (theSubShape, 0.25); +~~~~~ + +The presentation class *AIS_PointCloud* can be used for efficient drawing of large arbitrary sets of colored points. It uses *Graphic3d_ArrayOfPoints* to pass point data into OpenGl graphic driver to draw a set points as an array of "point sprites". The point data is packed into vertex buffer object for performance. +- The type of point marker used to draw points can be specified as a presentation aspect. +- The presentation provides selection by a bounding box of the visualized set of points. It supports two display / highlighting modes: points or bounding box. + +@image html point_cloud.png "A random colored cloud of points" + +Example: +~~~~~ +Handle(Graphic3d_ArrayOfPoints) aPoints = new Graphic3d_ArrayOfPoints (2000, Standard_True); +aPoints->AddVertex (gp_Pnt(-40.0, -40.0, -40.0), Quantity_Color (Quantity_NOC_BLUE1)); +aPoints->AddVertex (gp_Pnt (40.0, 40.0, 40.0), Quantity_Color (Quantity_NOC_BLUE2)); + +Handle(AIS_PointCloud) aPntCloud = new AIS_PointCloud(); +aPntCloud->SetPoints (aPoints); +~~~~~ + +The draw command *vpointcloud* builds a cloud of points from shape triangulation. +This command can also draw a sphere surface or a volume with a large amount of points (more than one million). + + @subsubsection occt_visu_3_5_3 Relations + +The **Relation** is made up of constraints on one or more interactive shapes and the corresponding reference geometry. For example, you might want to constrain two edges in a parallel relation. This constraint is considered as an object in its own right, and is shown as a sensitive primitive. This takes the graphic form of a perpendicular arrow marked with the || symbol and lying between the two edges. + +The following relations are provided by *AIS*: * *AIS_ConcentricRelation* * *AIS_FixRelation* * *AIS_IdenticRelation* @@ -1346,249 +1548,27 @@ for(VS->Init();VS->More();VS->Next()) * **View mapping** - defines the transformation from View Reference Coordinates to the Normalized Projection Coordinates. This follows the Phigs scheme. * **Z-Buffering** -= a form of hidden surface removal in shading mode only. This is always active for a view in the shading mode. It cannot be suppressed. -@subsection occt_visu_4_2 Creating a 3D scene +@subsection occt_visu_4_2 Graphic primitives -To create 3D graphic objects and display them on the screen, follow the procedure below: -1. Create attributes. -2. Create a 3D viewer.. -3. Create a view. -4. Create an interactive context. -5. Create interactive objects. -6. Create primitives in the interactive object -7. Display the interactive object. - -@subsubsection occt_visu_4_2_1 Create attributes - -Create colors. - -~~~~~ -Quantity_Color Black (Quantity_NOC_BLACK); -Quantity_Color Blue (Quantity_NOC_MATRABLUE); -Quantity_Color Brown (Quantity_NOC_BROWN4); -Quantity_Color Firebrick (Quantity_NOC_FIREBRICK); -Quantity_Color Forest (Quantity_NOC_FORESTGREEN); -Quantity_Color Gray (Quantity_NOC_GRAY70); -Quantity_Color MyColor (0.99, 0.65, 0.31, Quantity_TOC_RGB); -Quantity_Color Beet (Quantity_NOC_BEET); -Quantity_Color White (Quantity_NOC_WHITE); -~~~~~ - - -Create line attributes. - -~~~~~ -Handle(Graphic3d_AspectLine3d) CTXLBROWN = new Graphic3d_AspectLine3d (); -Handle(Graphic3d_AspectLine3d) CTXLBLUE = new Graphic3d_AspectLine3d (); -Handle(Graphic3d_AspectLine3d) CTXLWHITE = new Graphic3d_AspectLine3d(); - CTXLBROWN->SetColor (Brown); - CTXLBLUE->SetColor (Blue); - CTXLWHITE->SetColor (White); -~~~~~ - -Create marker attributes. -~~~~~ -Handle(Graphic3d_AspectMarker3d) CTXMFIREBRICK = new Graphic3d_AspectMarker3d(); - CTXMFIREBRICK->SetColor (Firebrick); - CTXMFIREBRICK->SetScale (1.0); - CTXMFIREBRICK->SetType (Aspect_TOM_BALL); -~~~~~ - -Create facet attributes. -~~~~~ -Handle(Graphic3d_AspectFillArea3d) CTXF = new Graphic3d_AspectFillArea3d (); -Graphic3d_MaterialAspect BrassMaterial (Graphic3d_NOM_BRASS); -Graphic3d_MaterialAspect GoldMaterial (Graphic3d_NOM_GOLD); - CTXF->SetInteriorStyle (Aspect_IS_SOLID); - CTXF->SetInteriorColor (MyColor); - CTXF->SetDistinguishOn (); - CTXF->SetFrontMaterial (GoldMaterial); - CTXF->SetBackMaterial (BrassMaterial); - CTXF->SetEdgeOn (); -~~~~~ - -Create text attributes. -~~~~~ -Handle(Graphic3d_AspectText3d) CTXT = new Graphic3d_AspectText3d (Forest, Graphic3d_NOF_ASCII_MONO, 1., 0.); -~~~~~ - -@subsubsection occt_visu_4_2_2 Create a 3D Viewer (a Windows example) - -~~~~~ -Handle(Aspect_DisplayConnection) aDisplayConnection; -Handle(Graphic3d_GraphicDriver) aGraphicDriver = Graphic3d::InitGraphicDriver (aDisplayConnection); -TCollection_ExtendedString aName("3DV"); -myViewer = new V3d_Viewer (aGraphicDriver,aName.ToExtString (), ""); -myViewer -> SetDefaultLights (); -myViewer -> SetLightOn (); -~~~~~ - -@subsubsection occt_visu_4_2_3 Create a 3D view (a Windows example) - -It is assumed that a valid Windows window may already be accessed via the method *GetSafeHwnd()*. -~~~~~ -Handle (WNT_Window) aWNTWindow; -aWNTWindow = new WNT_Window (GetSafeHwnd()); -myView = myViewer -> CreateView(); -myView -> SetWindow (a WNTWindow); -~~~~~ - -@subsubsection occt_visu_4_2_4 Create an interactive context - -~~~~~ -myAISContext = new AIS_InteractiveContext (myViewer); -~~~~~ - -You are now able to display interactive objects such as an *AIS_Shape*. - -~~~~~ -TopoDS_Shape aShape = BRepAPI_MakeBox(10,20,30)_Solid(); -Handle (AIS_Shape) aAISShape = new AIS_Shape(aShape); -myAISContext -> Display (aAISShape); -~~~~~ - -@subsubsection occt_visu_4_2_5 Create your own interactive object - -Follow the procedure below to compute the presentable object: - -1. Build a presentable object inheriting from *AIS_InteractiveObject* (refer to the Chapter on Presentable Objects). -2. Reuse the *Prs3d_Presentation* provided as an argument of the compute methods. - -**Note** that there are two compute methods: one for a standard representation, and the other for a degenerated representation, i.e. in hidden line removal and wireframe modes. - - -Let us look at the example of compute methods - -~~~~~ -Void -myPresentableObject::Compute - (const Handle(PrsMgr_PresentationManager3d)& - aPresentationManager, - const Handle(Prs3d_Presentation)& aPrs, - const Standard_Integer aMode) -( -//... -) - -void -myPresentableObject::Compute - (const Handle(Prs3d_Projector)&, - const Handle(Prs3d_Presentation)& aPrs) -( -//... -) -~~~~~ - -@subsubsection occt_visu_4_2_6 Create primitives in the interactive object - -Get the group used in *Prs3d_Presentation*. - -~~~~~ -Handle(Graphic3d_Group) TheGroup = Prs3d_Root::CurrentGroup(aPrs); -~~~~~ - -Update the group attributes. - -~~~~~ -TheGroup -> SetPrimitivesAspect(CTXLBLUE); -~~~~~ - -Create two triangles in *TheGroup*. - -~~~~~ -Standard_Integer aNbTria = 2; -Handle(Graphic3d_ArrayOfTriangles) aTriangles = new Graphic3d_ArrayOfTriangles(3 * aNbTria, 0, Standard_True); -Standard_Integer anIndex; -for (anIndex = 1; anIndex <= aNbTria; nt++) -{ -  aTriangles->AddVertex(anIndex * 5., 0., 0., 1., 1., 1.); -  aTriangles->AddVertex(anIndex * 5 + 5, 0., 0., 1., 1., 1.); -  aTriangles->AddVertex(anIndex * 5 + 2.5, 5., 0., 1., 1., 1.); -} -TheGroup->BeginPrimitives (); -mygroup->AddPrimitiveArray(aTriangles); -TheGroup->EndPrimitives (); -~~~~~ - -The *BeginPrimitives()* and *EndPrimitives()* methods are used when creating a set of various primitives in the same group. -Use the polyline function to create a boundary box for the *Struct* structure in group *TheGroup*. - -~~~~~ -Standard_Real Xm, Ym, Zm, XM, YM, ZM; -Struct->MinMaxValues (Xm, Ym, Zm, XM, YM, ZM); - -Handle(Graphic3d_ArrayOfPolylines) aPolylines = new Graphic3d_ArrayOfPolylines(16, 4); -aPolylines->AddBound (4); -aPolylines->AddVertex (Xm, Ym, Zm); -aPolylines->AddVertex (Xm, Ym, ZM); -aPolylines->AddVertex (Xm, YM, ZM); -aPolylines->AddVertex (Xm, YM, Zm); -aPolylines->AddBound (4); -aPolylines->AddVertex (Xm, Ym, Zm); -aPolylines->AddVertex (XM, Ym, Zm); -aPolylines->AddVertex (XM, Ym, ZM); -aPolylines->AddVertex (XM, YM, ZM); -aPolylines->AddBound (4); -aPolylines->AddVertex (XM, YM, Zm); -aPolylines->AddVertex (XM, Ym, Zm); -aPolylines->AddVertex (XM, YM, Zm); -aPolylines->AddVertex (Xm, YM, Zm); -aPolylines->AddBound (4); -aPolylines->AddVertex (Xm, YM, ZM); -aPolylines->AddVertex (XM, YM, ZM); -aPolylines->AddVertex (XM, Ym, ZM); -aPolylines->AddVertex (Xm, Ym, ZM); - -TheGroup->BeginPrimitives (); -TheGroup->AddPrimitiveArray(aPolylines); -TheGroup->EndPrimitives (); -~~~~~ - -Create text and markers in group *TheGroup*. - -~~~~~ -static char *texte[3] = {  "Application title", - "My company", - "My company address." }; -Graphic3d_Array1OfVertex Tpts8 (0, 1); -Tpts8(0).SetCoord (-40.0, -40.0, -40.0); -Tpts8(1).SetCoord (40.0, 40.0, 40.0); -TheGroup->MarkerSet (Tpts8); -Graphic3d_Vertex Marker (0.0, 0.0, 0.0); - -for (i=0; i<=2; i++) { -  Marker.SetCoord (-(Standard_Real)i*4 + 30, -                    (Standard_Real)i*4, -                   -(Standard_Real)i*4); -  TheGroup->Text (texte[i], Marker, 20.); -} -~~~~~ - -@section occt_visu_5 3D Resources - -The 3D resources include the *Graphic3d* and *V3d* packages. - -@subsection occt_visu_5_1 Graphic3D Package - -@subsubsection occt_visu_5_1_1 Overview - -The *Graphic3d* package is used to create 3D graphic objects in a 3D viewer. These objects called **structures** are made up of groups of primitives and attributes. A group is the smallest editable element of a structure. A transformation can be applied to a structure. Structures can be connected to form a tree of structures, composed by transformations. Structures are globally manipulated by the viewer. - -@subsubsection occt_visu_5_1_2 Provided services +The *Graphic3d* package is used to create 3D graphic objects in a 3D viewer. These objects called **structures** are made up of groups of primitives and attributes, such as polylines, planar polygons with or without holes, text and markers, and attributes, such as color, transparency, reflection, line type, line width, and text font. A group is the smallest editable element of a structure. A transformation can be applied to a structure. Structures can be connected to form a tree of structures, composed by transformations. Structures are globally manipulated by the viewer. Graphic structures can be: * Displayed, * Highlighted, * Erased, * Transformed, - * Connected to form a tree. + * Connected to form a tree hierarchy of structures, created by transformations. There are classes for: * Visual attributes for lines, faces, markers, text, materials, * Vectors and vertices, * Graphic objects, groups, and structures. -@subsubsection occt_visu_5_1_3 About the primitives +@subsubsection occt_visu_4_2_2 Structure hierarchies +The root is the top of a structure hierarchy or structure network. The attributes of a parent structure are passed to its descendants. The attributes of the descendant structures do not affect the parent. Recursive structure networks are not supported. + +@subsubsection occt_visu_4_2_3 Graphic primitives * **Markers** * Have one or more vertices, * Have a type, a scale factor, and a color, @@ -1615,7 +1595,7 @@ There are classes for: * Geometric attributes - character height, character up vector, text path, horizontal and vertical alignment, orientation, three-dimensional position, zoomable flag * Non-geometric attributes - text font, character spacing, character expansion factor, color. -@subsubsection occt_visu_5_1_4 Primitive arrays +@subsubsection occt_visu_4_2_4 Primitive arrays Primitive arrays are a more efficient approach to describe and display the primitives from the aspects of memory usage and graphical performance. The key feature of the primitive arrays is that the primitive data is not duplicated. For example, two polygons could share the same vertices, so it is more efficient to keep the vertices in a single array and specify the polygon vertices with indices of this array. In addition to such kind of memory savings, the OpenGl graphics driver provides the Vertex Buffer Objects (VBO). VBO is a sort of video memory storage that can be allocated to hold the primitive arrays, thus making the display operations more efficient and releasing the RAM memory. @@ -1791,29 +1771,7 @@ or get the number of vertices, edges and bounds: Standard_Integer Graphic3d_ArrayOfPrimitives::BoundNumber ~~~~~ -@subsubsection occt_visu_5_1_5 Materials - -A *material* is defined by : - * Transparency, - * Diffuse reflection - a component of the object color; - * Ambient reflection; - * Specular reflection - a component of the color of the light source. - -The following items are required to determine the three colors of reflection: - * Color, - * Coefficient of diffuse reflection, - * Coefficient of ambient reflection, - * Coefficient of specular reflection. - -@subsubsection occt_visu_5_1_6 Textures - -A *texture* is defined by a name. -Three types of texture are available: - * 1D, - * 2D, - * Environment mapping. - -@subsubsection occt_visu_5_1_7 Graphic3d text +@subsubsection occt_visu_4_2_5 Text primitive The OpenGl graphics driver uses advanced text rendering powered by FTGL library. This library provides vector text rendering, as a result the text can be rotated and zoomed without quality loss. *Graphic3d* text primitives have the following features: @@ -1879,24 +1837,71 @@ Graphic3d_Vertex aPoint (1, 1, 1); aGroup->Text (Standard_CString ("Text"), aPoint, 16.0); ~~~~~ -@subsubsection occt_visu_5_1_8 Display priorities +@subsubsection occt_visu_4_2_6 Materials -Structure display priorities control the order in which structures are drawn. When you display a structure you specify its priority. The lower the value, the lower the display priority. When the display is regenerated the structures with the lowest priority are drawn first. For structures with the same display priority the order in which they were displayed determines the drawing order. OCCT supports eleven structure display priorities. +A *Graphic3d_MaterialAspect* is defined by: + * Transparency; + * Diffuse reflection - a component of the object color; + * Ambient reflection; + * Specular reflection - a component of the color of the light source; + * Refraction index. -@subsubsection occt_visu_5_1_9 About structure hierarchies +The following items are required to determine the three colors of reflection: + * Color; + * Coefficient of diffuse reflection; + * Coefficient of ambient reflection; + * Coefficient of specular reflection. -The root is the top of a structure hierarchy or structure network. The attributes of a parent structure are passed to its descendants. The attributes of the descendant structures do not affect the parent. Recursive structure networks are not supported. +@subsubsection occt_visu_4_2_7 Textures -@subsection occt_visu_5_2 V3d Package +A *texture* is defined by a name. +Three types of texture are available: + * 1D; + * 2D; + * Environment mapping. -@subsubsection occt_visu_5_2_1 Overview +@subsubsection occt_visu_4_2_8 Shaders + +OCCT visualization core supports GLSL shaders. Currently OCCT supports only vertex and fragment GLSL shader. Shaders can be assigned to a generic presentation by its drawer attributes (Graphic3d aspects). To enable custom shader for a specific AISShape in your application, the following API functions are used: + +~~~~~ +// Create shader program +Handle(Graphic3d_ShaderProgram) aProgram = new Graphic3d_ShaderProgram(); + +// Attach vertex shader +aProgram->AttachShader (Graphic3d_ShaderObject::CreateFromFile( + Graphic3d_TOS_VERTEX, "")); + +// Attach fragment shader +aProgram->AttachShader (Graphic3d_ShaderObject::CreateFromFile( + Graphic3d_TOS_FRAGMENT, "")); + +// Set values for custom uniform variables (if they are) +aProgram->PushVariable ("MyColor", Graphic3d_Vec3(0.0f, 1.0f, 0.0f)); + +// Set aspect property for specific AISShape +theAISShape->Attributes()->ShadingAspect()->Aspect()->SetShaderProgram (aProgram); +~~~~~ + +@subsection occt_visu_4_3 Graphic attributes + +@subsubsection occt_visu_4_3_1 Aspect package overview + +The *Aspect* package provides classes for the graphic elements in the viewer: + * Groups of graphic attributes; + * Edges, lines, background; + * Window; + * Driver; + * Enumerations for many of the above. + +@subsection occt_visu_4_4 3D view facilities + +@subsubsection occt_visu_4_4_1 Overview The *V3d* package provides the resources to define a 3D viewer and the views attached to this viewer (orthographic, perspective). This package provides the commands to manipulate the graphic scene of any 3D object visualized in a view on screen. A set of high-level commands allows the separate manipulation of parameters and the result of a projection (Rotations, Zoom, Panning, etc.) as well as the visualization attributes (Mode, Lighting, Clipping, Depth-cueing, etc.) in any particular view. -@subsubsection occt_visu_5_2_2 Provided services - The *V3d* package is basically a set of tools directed by commands from the viewer front-end. This tool set contains methods for creating and editing classes of the viewer such as: * Default parameters of the viewer, * Views (orthographic, perspective), @@ -1905,7 +1910,7 @@ The *V3d* package is basically a set of tools directed by commands from the vie * Instantiated sequences of views, planes, light sources, graphic structures, and picks, * Various package methods. -@subsubsection occt_visu_5_2_3 A programming example +@subsubsection occt_visu_4_4_2 A programming example This sample TEST program for the *V3d* Package uses primary packages *Xw* and *Graphic3d* and secondary packages *Visual3d, Aspect, Quantity, Phigs* and *math*. @@ -1914,7 +1919,7 @@ This sample TEST program for the *V3d* Package uses primary packages *Xw* and * Handle(Aspect_DisplayConnection) aDisplayConnection = new Aspect_DisplayConnection(); //Create a Graphic Driver from the default Aspect_DisplayConnection -Handle(Graphic3d_GraphicDriver) GD = Graphic3d::InitGraphicDriver (aDisplayConnection); +Handle(OpenGl_GraphicDriver) GD = new OpenGl_GraphicDriver (aDisplayConnection); //Create a Viewer to this Driver Handle(V3d_Viewer) VM = new V3d_Viewer(GD, 400., @@ -1960,120 +1965,151 @@ Handle(Xw_Window) W = new Xw_Window(aDisplayConnection,"Test V3d",0.5,0.5,0.5, W->Map() ; // Create a Perspective View in this Viewer -Handle(V3d_PerspectiveView) V = new V3d_PerspectiveView(VM); - -// Set the Eye position -V->SetEye(100.,100.,100.) ; - -// Associate this View with the Window -V->SetWindow(W) ; - -// Activate ALL defined Lights in this View -V->SetLightOn() ; - -// Display ALL structures in this View -(VM-Viewer())->Display() ; - -// Finally update the Visualization in this View -V->Update() ; +Handle(V3d_View) aView = new V3d_View(VM); +aView->Camera()->SetProjectionType (Graphic3d_Camera::Projection_Perspective); +// Associate this View with the Window +aView ->SetWindow(W); +// Display ALL structures in this View +VM->Viewer()->Display(); +// Finally update the Visualization in this View +aView->Update(); ~~~~~ -@subsubsection occt_visu_5_2_4 Glossary of view transformations - -The following terms are used to define view orientation, i.e. transformation from World Coordinates (WC) to the View Reference Coordinates system (VRC): -* **View Reference Point (VRP)** - defines the origin of View Reference Coordinates. -* **View Reference Plane Normal (VPN)** - defines the normal of projection plane of the view. -* **View Reference Up Vector (VUP)** - defines the vertical of observer of the view. - -The following terms are used to define view mapping, i.e. transformation from View Reference Coordinates (VRC) to the Normalized Projection Coordinates (NPC): -* **Projection type** - Orthographic or perspective. -* **Projection Reference Point (PRP)** - Defines the observer position. -* **Front Plane Distance (FPD)** - Defines the position of the front clipping plane in View Reference Coordinates system. -* **Back Plane Distance (BPD)** Defines the position of the back clipping plane in View Reference Coordinates system. -* **View Plane Distance (VPD)** Defines the position of the view projection plane in View Reference Coordinates system. View plane must be located between front and back clipping planes. -* **Window Limits** Defines the visible part of the view projection plane (left, right, top and bottom boundaries: *Umin, Umax, Vmax* and *Vmin* respectively) in View Reference Coordinates. - -The *V3d_View* API uses the following terms to define view orientation and mapping: -* **At** - Position of View Reference Point (VRP) in World Coordinates -* **Eye** - Position of the observer (projection reference point) in World Coordinates. Influences to the view projection vector and depth value. -* **Proj** - View projection vector (VPN) -* **Up** - Position of the high point / view up vector (VUP) -* **Depth** - Distance between Eye and At point -* **ZSize** - Distance between front and back clipping planes -* **Size** - Window size in View Reference Coordinates -* **Focal Reference point** - Position of Projection Reference Point (PRP) in World Coordinates -* **Focale** - Distance between Projection Reference Point (PRP) and View projection plane - - -@subsubsection occt_visu_5_2_5 Management of perspective projection - -The perspective projection allows definition of viewing volume as a truncated pyramid (frustum) with apex at the Projection Reference Point. In the View Reference Coordinate system it can be presented by the following picture: - -@image html visualization_image023.png "View Reference Coordinate System, perspective viewing volume and view mapping parameter" -@image latex visualization_image023.png "View Reference Coordinate System, perspective viewing volume and view mapping parameter" -  -During panning, window limits are changed, as if a sort of "frame" through which the user sees a portion of the view plane was moved over the view. The perspective frustum itself remains unchanged. - -The perspective projection is defined by two parameters: - * *Depth* value defines distance between Projection Reference Point and the nearest (front) clipping plane. - * *ZSize* defines distance between Front and Back clipping planes. The influence of this parameter is caused by the OCCT specific to center viewing volume around View Reference Point so the front and back plane distances were the same: *FPD = BPD = ZSize / 2*. - -**Note** that the closer the displayed object to the Projection Reference Point the more visible its perspective distortion. Thus, in order to get a good perspective it is recommended to set **ZSize** value comparable with the expected model size and small Depth value. - -However, very small Depth values might lead to inaccuracy of "fit all" operation and to non-realistic perspective distortion. - -Let us see the example: -~~~~~ -// Create a Perspective View in Viewer VM -Handle(V3d_PerspectiveView) V = new V3d_PerspectiveView(VM); - -// Set the ZSize -V->SetZSize(2000.) ; - -// Set the Depth value -V->SetDepth(20.) ; - -// Set the current mapping as default to be used by Reset() operation -V->SetViewMappingDefault() ; -~~~~~ - -As an alternative to manual setting of perspective parameters the *V3d_View::DepthFitAll* function can be used. +As an alternative to manual setting of perspective parameters the V3d_View::ZfitAll() and V3d_View::FitAll() functions can be used: ~~~~~ -// Display  shape in Viewer VM -Handle(AIS_InteractiveContext) aContext = new AIS_InteractiveContext(VM); -aContext->Display(shape); - -// Create a Perspective View in Viewer VM -Handle(V3d_PerspectiveView) V = new V3d_PerspectiveView(VM); - -// Set automatically the perspective parameters -V->DepthFitAll() ; - -// Fit view to object size -V->FitAll(); - -// Set the current mapping as default to be used by Reset() operation -V->SetViewMappingDefault() ; +// Display shape in Viewer VM +Handle(AIS_InteractiveContext) aContext = new AIS_InteractiveContext (VM); +aContext->Display(shape); +// Create a Perspective View in Viewer VM +Handle(V3d_View) V = new V3d_View (VM); +aview->Camera()->SetProjectionType (Graphic3d_Camera::Projection_Perspective); +// Change Z-min and Z-max planes of projection volume to match the displayed objects +V->ZFitAll(); +// Fit view to object size +V->FitAll(); ~~~~~ -It is necessary to take into account that during rotation Z size of the view might be modified automatically to fit the model into the viewing volume. +@subsubsection occt_visu_4_4_3 Define viewing parameters -Make sure the Eye point never gets between the Front and Back clipping planes. +View projection and orientation in OCCT *v3d* view are driven by camera. The camera calculates and supplies projection and view orientation matrices for rendering by OpenGL. The allows to the user to control all projection parameters. The camera is defined by the following properties: -In perspective view, changing Z size results in changed perspective effect. To avoid this, an application should specify the maximum expected Z size using *V3d_View::SetZSize()* method in advance. +* **Eye** - Defines the observer (camera) position. Make sure the Eye point never gets between the Front and Back clipping planes. -*V3d_View::FitAll()* with *FitZ = Standard_True* and *V3d_View::ZFitAll()* also change the perspective effect and should therefore be used with precautions similar to those for rotation. +* **Center** - defines the origin of View Reference Coordinates (where camera is aimed at). -@subsubsection occt_visu_5_2_6 Underlay and overlay layers management +* **Direction** - defines the direction of camera view (from the Eye to the Center). -In addition to interactive 3d graphics displayed in the view you can display an underlying and overlying graphics: text, color scales, drawings. +* **Distance** - defines the distance between the Eye and the Center. + +* **Front** Plane - Defines the position of the front clipping plane in View Reference Coordinates system. + +* **Back** Plane - Defines the position of the back clipping plane in View Reference Coordinates system. + +* **ZNear** - defines the distance between the Eye and the Front plane. + +* **ZFar** - defines the distance between the Eye and the Back plane. + +Most common view manipulations (panning, zooming, rotation) are implemented as convenience methods of *V3d_View* class, however *Graphic3d_Camera* class can also be used directly by application developers: + +Example: +~~~~~ +// rotate camera by X axis on 30.0 degrees +gp_Trsf aTrsf; +aTrsf.SetRotation (gp_Ax1 (gp_Pnt (0.0, 0.0, 0.0), gp_Dir (1.0, 0.0, 0.0)), 30.0); +aView->Camera()->Transform (aTrsf); +~~~~~ + +@subsubsection occt_visu_4_4_4 Orthographic Projection + +@image html view_frustum.png "Perspective and orthographic projection" + +The following code configures the camera for orthographic rendering: + +~~~~~ +// Create an orthographic View in this Viewer +Handle(V3d_View) aView = new V3d_View (VM); +aView->Camera()->SetProjectionType (Graphic3d_Camera::Projection_Orthographic); +// update the Visualization in this View +aView->Update(); +~~~~~ + +@subsubsection occt_visu_4_4_5 Perspective Projection + +**Field of view (FOVy)** - defines the field of camera view by y axis in degrees (45° is default). + +@image html camera_perspective.png "Perspective frustum" + +The following code configures the camera for perspective rendering: + +~~~~~ +// Create a perspective View in this Viewer +Handle(V3d_View) aView = new V3d_View(VM); +aView->Camera()->SetProjectionType (Graphic3d_Camera::Projection_Perspective); +aView->Update(); +~~~~~ + + +@subsubsection occt_visu_4_4_6 Stereographic Projection + +**IOD** - defines the intraocular distance (in world space units). + +There are two types of IOD: +* _IODType_Absolute_ : Intraocular distance is defined as an absolute value. +* _IODType_Relative_ : Intraocular distance is defined relative to the camera focal length (as its coefficient). + +**Field of view (FOV)** - defines the field of camera view by y axis in degrees (45° is default). + +**ZFocus** - defines the distance to the point of stereographic focus. + +@image html stereo.png "Stereographic projection" + +To enable stereo projection, your workstation should meet the following requirements: + +* The graphic card should support quad buffering. +* You need active 3D glasses (LCD shutter glasses). +* The graphic driver needs to be configured to impose quad buffering for newly created OpenGl contexts; the viewer and the view should be created after that. + +In stereographic projection mode the camera prepares two projection matrices to display different stereo-pictures for the left and for the right eye. In a non-stereo camera this effect is not visible because only the same projection is used for both eyes. + +To enable quad buffering support you should provide the following settings to the graphic driver *opengl_caps*: + +~~~~~ +Handle(OpenGl_GraphicDriver) aDriver = new OpenGl_GraphicDriver(); +OpenGl_Caps& aCaps = aDriver->ChangeOptions(); +aCaps.contextStereo = Standard_True; +~~~~~ + +The following code configures the camera for stereographic rendering: + +~~~~~ +// Create a Stereographic View in this Viewer +Handle(V3d_View) aView = new V3d_View(VM); +aView->Camera()->SetProjectionType (Graphic3d_Camera::Projection_Stereo); +// Change stereo parameters +aView->Camera()->SetIOD (IODType_Absolute, 5.0); +// Finally update the Visualization in this View +aView->Update(); +~~~~~ + +@subsubsection occt_visu_4_4_7 View frustum culling + +The algorithm of frustum culling on CPU-side is activated by default for 3D viewer. This algorithm allows skipping the presentation outside camera at the rendering stage, providing better performance. The following features support this method: +* *Graphic3d_Structure::CalculateBoundBox()* is used to calculate axis-aligned bounding box of a presentation considering its transformation. +* *V3d_View::SetFrustumCulling* enables or disables frustum culling for the specified view. +* Classes *OpenGl_BVHClipPrimitiveSet* and *OpenGl_BVHTreeSelector* handle the detection of outer objects and usage of acceleration structure for frustum culling. +* *BVH_BinnedBuilder* class splits several objects with null bounding box. + +@subsubsection occt_visu_4_4_8 Underlay and overlay layers management + +In addition to interactive 3d graphics displayed in the view you can display underlying and overlying graphics: text, color scales and drawings. All *V3d* view graphical objects in the overlay are managed by the default layer manager (*V3d_LayerMgr*). The *V3d* view has a basic layer manager capable of displaying the color scale, but you can redefine this class to provide your own overlay and underlay graphics. The method *V3d_View::SetLayerMgr(const Handle (V3d_LayerMgr)& aMgr)* allows assigning a custom layer manager to the *V3d* view. -There are three virtual methods to prepare graphics in the manager for further drawing (set up layer dimensions, draw static graphics). These methods can be redefined: +There are three virtual methods to prepare graphics in the manager for further drawing: setting up layer dimensions and drawing static graphics. These methods can be redefined: + ~~~~~ void V3d_LayerMgr::Begin () void V3d_LayerMgr::Redraw () @@ -2082,14 +2118,15 @@ There are three virtual methods to prepare graphics in the manager for further The layer manager controls layers (*Visual3d_Layer*) and layer items (*Visual3d_LayerItem*). Both the overlay and underlay layers can be created by the layer manager. -The layer entity is presented by the *Visual3d_Layer* class. This entity provides drawing services in the layer, for example: +The layer entity is presented by the *Visual3d_Layer* class. This entity provides drawing services in the layer, for example: ~~~~~ void Visual3d_Layer::DrawText void Visual3d_Layer::DrawRectangle void Visual3d_Layer::SetColor void Visual3d_Layer::SetViewport ~~~~~ -The following example demonstrates how to draw overlay graphics by the *V3d_LayerMgr*: + +The following example demonstrates how to draw overlay graphics by the *V3d_LayerMgr*: ~~~~~ // redefined method of V3d_LayerMgr @@ -2101,7 +2138,7 @@ void MyLayerMgr::Redraw () } ~~~~~ -The layer contains layer items that will be displayed on view redraw. Such items are *Visual3d_LayerItem* entities. To manipulate *Visual3d_LayerItem* entities assigned to the layer’s internal list you can use the following methods: +The layer contains layer items that will be displayed on view redraw. Such items are *Visual3d_LayerItem* entities. To manipulate *Visual3d_LayerItem* entities assigned to the layer’s internal list you can use the following methods: ~~~~~ void Visual3d_Layer::AddLayerItem (const Handle (Visual3d_LayerItem)& Item) @@ -2158,7 +2195,7 @@ void V3d_ColorScale::PaintRect } ~~~~~ -@subsubsection occt_visu_5_2_7 View background styles +@subsubsection occt_visu_4_4_9 View background styles There are three types of background styles available for *V3d_view*: solid color, gradient color and image. To set solid color for the background you can use the following methods: @@ -2227,77 +2264,10 @@ The *FileName* parameter defines the image file name and the path to it, the *F * *Aspect_FM_TILED* tiles the view with the image; * *Aspect_FM_STRETCH* stretches the image over the view. -@subsubsection occt_visu_5_2_8 User-defined clipping planes -The ability to define custom clipping planes could be very useful for some tasks. The *V3d* view provides such an opportunity. -The *V3d_Plane* class provides the services of clipping planes: it holds the plane equation coefficients and provides its graphical representation. To set and get plane equation coefficients you can use the following methods: -~~~~~ - void V3d_Plane::SetPlane - (const Quantity_Parameter A, -  const Quantity_Parameter B, -  const Quantity_Parameter C, -  const Quantity_Parameter D) - void V3d_Plane::Plane - (Quantity_Parameter& A, -  Quantity_Parameter& B, -  Quantity_Parameter& C, -  Quantity_Parameter& D) -~~~~~ +@subsubsection occt_visu_4_4_10 Dumping a 3D scene into an image file -*V3d_Plane* also provides display services: - -~~~~~ - void V3d_Plane::Display - (const Handle(V3d_View)& aView, -  const Quantity_Color& aColor) - void V3d_Plane::Erase () - Standard_Boolean V3d_Plane::IsDisplayed () -~~~~~ -The *Display* method could be redefined to provide custom representation of the clipping plane. - -The clipping planes could be activated with the methods *void V3d_View::SetPlaneOn (const Handle(V3d_Plane)& MyPlane)* and *void V3d_View::SetPlaneOn()* - -The first method appends the given *V3d_Plane* to the internal list of user-defined clipping planes of a view and activates it. If the plane is already in the list, it becomes activated. The second method activates all of the planes defined for the view. - -The clipping planes could be deactivated with the similar methods *void V3d_View::SetPlaneOff(const Handle(V3d_Plane)& MyPlane)* and *void V3d_View::SetPlaneOff()* - -The only difference is that these methods remove the user-defined clipping planes from the internal list. Thus, the view retains only active clipping planes. - -You can iterate through the active planes using the following methods: - * *void V3d_View::InitActivePlanes()* - sets the iterator to the beginning of the internal list of clipping planes; - * *Standard_Boolean V3d_View::MoreActivePlanes()* returns *Standard_True* if there are more active planes to return; - * *void V3d_View::NextActivePlanes()* sets the iterator to the next active plane in the list; - * *Handle(V3d_Plane) V3d_View::ActivePlane()* returns the active plane - -or check if a certain clipping plane has been activated with method *Standard_Boolean V3d_View::IsActivePlane (const Handle (V3d_Plane)& aPlane)* - -The number of clipping planes is limited. The method *Standard_Boolean V3d_View::IfMorePlanes()* allows checking if it is possible to activate at least one more plane in the view or the limit has been reached. - -

Example

- -~~~~~ -// try to use an existing clipping plane or create a new one -Handle(V3d_Plane) aCustomPlane; -myView->InitActivePlanes (); -if (myView->MoreActivePlanes ()) -  aCustomPlane = myView->ActivePlane (); -else -  aCustomPlane = new V3d_Plane (); - -// calculate new coefficients -Standard_Real a, b, c, d; -Standard_Real x = 0.0, y = 0.0, z = 10.0; -Standard_Real dx = 0.0, dy = 0.0, dz = 1.0; -gp_Pln aPln (gp_Pnt (x, y, z), gp_Dir (dx, dy, dz)); -aPln.Coefficients (a, b, c, d); - -// update plane -aCustomPlane->SetPlane (a, b, c, d); -myView->SetPlaneOn (aCustomPlane); -~~~~~ - -@subsubsection occt_visu_5_2_9 Dumping a 3D scene into an image file -The 3D scene displayed in the view could be dumped in high resolution into an image file. The high resolution (8192x8192 on some implementations) is achieved using the Frame Buffer Objects (FBO) provided by the graphic driver. Frame Buffer Objects enable off-screen rendering into a virtual view to produce images in the background mode (without displaying any graphics on the screen). +The 3D scene displayed in the view can be dumped in high resolution into an image file. The high resolution (8192x8192 on some implementations) is achieved using the Frame Buffer Objects (FBO) provided by the graphic driver. Frame Buffer Objects enable off-screen rendering into a virtual view to produce images in the background mode (without displaying any graphics on the screen). The *V3d_View* has the following methods for dumping the 3D scene: ~~~~ @@ -2317,10 +2287,12 @@ Makes the dimensions of the output image compatible to a certain format of print These methods dump the 3D scene into an image file passed by its name and path as theFile. -The raster image data handling algorithm is based on the Image_PixMap class. The supported extensions are ".png", ".bmp", ".png", ".png". +The raster image data handling algorithm is based on the *Image_PixMap* class. The supported extensions are ".png", ".bmp", ".png", ".png". The value passed as *theBufferType* argument defines the type of the buffer for an output image (RGB, RGBA, floating-point, RGBF, RGBAF). Both methods return *Standard_True* if the scene has been successfully dumped. +There is also class *Image_AlienPixMap* providing import / export from / to external image files in formats supported by **FreeImage** library. + **Note** that dumping the image for a paper format with large dimensions is a memory consuming operation, it might be necessary to take care of preparing enough free memory to perform this operation. ~~~~ @@ -2384,13 +2356,13 @@ aView->FitAll(); aView->Dump ("3dscene.png"); ~~~~~ -@subsubsection occt_visu_5_2_10 Printing a 3D scene +@subsubsection occt_visu_4_4_11 Printing a 3D scene The contents of a view can be printed out. Moreover, the OpenGl graphic driver used by the v3d view supports printing in high resolution. The print method uses the OpenGl frame buffer (Frame Buffer Object) for rendering the view contents and advanced print algorithms that allow printing in, theoretically, any resolution. The method *void V3d_View::Print(const Aspect_Handle hPrnDC, const Standard_Boolean showDialog, const Standard_Boolean showBackground, const Standard_CString  filename, const Aspect_PrintAlgo printAlgorithm)* prints the view contents: -*hPrnDC* is the printer device handle. You can pass your own printer handle or "NULL" to select the printer by the default dialog. In that case you can use the default dialog or pass "Standard_False" as the showDialog argument to select the default printer automatically. +*hPrnDC* is the printer device handle. You can pass your own printer handle or *NULL* to select the printer by the default dialog. In that case you can use the default dialog or pass *Standard_False* as the *showDialog* argument to select the default printer automatically. You can define the filename for the printer driver if you want to print out the result into a file. If you do not want to print the background, you can pass *Standard_False* as the *showBackground* argument. @@ -2398,46 +2370,434 @@ The *printAlgorithm* argument allows choosing between two print algorithms that The first value defines the stretch algorithm: the scene is drawn with the maximum possible frame buffer dimensions and then is stretched to the whole printing area. The second value defines *TileSplit* algorithm: covering the whole printing area by rendering multiple parts of the viewer. -**Note** that at the moment printing is implemented only for Windows. +**Note** that at the moment the printing is implemented only for Windows. -@subsubsection occt_visu_5_2_11 Vector image export +@subsubsection occt_visu_4_4_12 Vector image export -The 3D content of a view can be exported to the vector image file format. The vector image export is powered by the GL2PS library. You can export your 3D scenes into a file format supported by the GL2PS library: PostScript (PS), Encapsulated PostScript (EPS), Portable Document Format (PDF), Scalable Vector Graphics (SVG), LaTeX file format and Portable LaTeX Graphics (PGF). +The 3D content of a view can be exported to the vector image file format. The vector image export is powered by the *GL2PS* library. You can export 3D scenes into a file format supported by the GL2PS library: PostScript (PS), Encapsulated PostScript (EPS), Portable Document Format (PDF), Scalable Vector Graphics (SVG), LaTeX file format and Portable LaTeX Graphics (PGF). The method *void Visual3d_View::Export (const Standard_CString FileName, const Graphic3d_ExportFormat Format, const Graphic3d_SortType aSortType, const Standard_Real Precision, const Standard_Address ProgressBarFunc, const Standard_Address ProgressObject)* of *Visual3d_View* class allows exporting a 3D scene: The *FileName* defines the output image file name and the *Format* argument defines the output file format: - * Graphic3d_EF_PostScript (PS), - * Graphic3d_EF_EhnPostScript (EPS), - * Graphic3d_EF_TEX (TEX), - * Graphic3d_EF_PDF (PDF), - * Graphic3d_EF_SVG (SVG), - * Graphic3d_EF_PGF (PGF) + * *Graphic3d_EF_PostScript (PS)*, + * *Graphic3d_EF_EhnPostScript (EPS)*, + * *Graphic3d_EF_TEX (TEX)*, + * *Graphic3d_EF_PDF (PDF)*, + * *Graphic3d_EF_SVG (SVG)*, + * *Graphic3d_EF_PGF (PGF)*. The *aSortType* parameter defines *GL2PS* sorting algorithm for the primitives. The *Precision, ProgressBarFunc* and *ProgressObject* parameters are implemented for future uses and at the moment have no effect. The *Export* method supports only basic 3d graphics and has several limitations: * Rendering large scenes could be slow and can lead to large output files; * Transparency is only supported for PDF and SVG output; - * Textures and some effects are not supported by the GL2PS library. + * Textures and some effects are not supported by the *GL2PS* library. -@section occt_visu_6 Graphic Attributes +@subsubsection occt_visu_4_4_13 Ray tracing support -@subsection occt_visu_6_1 Aspect Package +OCCT visualization provides rendering by real-time ray tracing technique. It is allowed to switch easily between usual rasterization and ray tracing rendering modes. The core of OCCT ray tracing is written using GLSL shaders. The ray tracing has a wide list of features: +* Hard shadows +* Refractions +* Reflection +* Transparency +* Texturing +* Support of non-polygon objects, such as lines, text, highlighting, selection. +* Performance optimization using 2-level bounding volume hierarchy (BVH). -The *Aspect* package provides classes for the graphic elements in the viewer: - * Color maps, - * Pixels, - * Groups of graphic attributes, - * Edges, lines, background, - * Font classes, - * Width map classes, - * Marker map classes, - * Type of Line map classes, - * Window, - * Driver, PlotterDriver (inherited by PS_Driver), WindowDriver, - * Enumerations for many of the above, - * Array instantiations for edges, - * Array instantiations for map entries for color, type, font, width, and marker. +The ray tracing algorithm is recursive (Whitted's algorithm). It uses BVH effective optimization structure. The structure prepares optimized data for a scene geometry for further displaying it in real-time. The time-consuming re-computation of the BVH is not necessary for view operations, selections, animation and even editing of the scene by transforming location of the objects. It is only necessary when the list of displayed objects or their geometry changes. +To make the BVH reusable it has been added into an individual reusable OCCT package *TKMath/BVH*. + +There are several ray-tracing options that user can switch on/off: +* Maximum ray tracing depth +* Shadows rendering +* Specular reflections +* Adaptive anti aliasing +* Transparency shadow effects + +Example: +~~~~~ +Graphic3d_RenderingParams& aParams = aView->ChangeRenderingParams(); +// specifies rendering mode +aParams.Method = Graphic3d_RM_RAYTRACING; +// maximum ray-tracing depth +aParams.RaytracingDepth = 3; +// enable shadows rendering +aParams.IsShadowEnabled = Standard_True; +// enable specular reflections. +aParams.IsReflectionEnabled = Standard_True; +// enable adaptive anti-aliasing +aParams.IsAntialiasingEnabled = Standard_True; +// enable light propagation through transparent media. +aParams.IsTransparentShadowEnabled = Standard_True; +// update the view +aView->Update(); +~~~~~ + +@subsubsection occt_visu_4_4_14 Display priorities + +Structure display priorities control the order, in which structures are drawn. When you display a structure you specify its priority. The lower is the value, the lower is the display priority. When the display is regenerated, the structures with the lowest priority are drawn first. The structures with the same display priority are drawn in the same order as they have been displayed. OCCT supports eleven structure display priorities. + +@subsubsection occt_visu_4_4_15 Z-layer support + +OCCT features depth-arranging functionality called z-layer. A graphical presentation can be put into a z-layer. In general, this function can be used for implementing "bring to front" functionality in a graphical application. + +Example: + +~~~~~ +// set z-layer to an interactive object +Handle(AIS_InteractiveContext) aContext = … +Handle(AIS_InteractiveObject) anInterObj = … +Standard_Integer anId = 3; +aViewer->AddZLayer (anId); +aContext->SetZLayer (anInterObj, anId); +~~~~~ + +For each z-layer, it is allowed to: +* Enable / disable depth test for layer. +* Enable / disable depth write for layer. +* Enable / disable depth buffer clearing. +* Enable / disable polygon offset. + +The corresponding method *SetZLayerOption (…)* is available in *Graphic3d_GraphicDriver* interface. You can get the options using getter from *Visual3d_ViewManager* and *V3d_Viewer*. It returns *Graphic3d_ZLayerSettings* cached in *Visual3d_ViewManager* for a given *LayerId*. + +Example: +~~~~~ +// change z-layer settings +Graphic3d_ZLayerSettings aSettings = aViewer->ZLayerSettings (anId); +aSettings.EnableSetting (Graphic3d_ZLayerDepthTest); +aSettings.EnableSetting (Graphic3d_ZLayerDepthWrite); +aSettings.EnableSetting (Graphic3d_ZLayerDepthClear); +aSettings.EnableSetting (Graphic3d_ZLayerDepthOffset); +aViewer->SetZLayerSettings (anId, aSettings); +~~~~~ +@subsubsection occt_visu_4_4_16 Clipping planes + +The ability to define custom clipping planes could be very useful for some tasks. OCCT provides such an opportunity. + +The *Graphic3d_ClipPlane* class provides the services for clipping planes: it holds the plane equation coefficients and provides its graphical representation. To set and get plane equation coefficients you can use the following methods: + +~~~~~ +Graphic3d_ClipPlane::Graphic3d_ClipPlane(const gp_Pln& thePlane) +void Graphic3d_ClipPlane::SetEquation (const gp_Pln& thePlane) +Graphic3d_ClipPlane::Graphic3d_ClipPlane(const Equation& theEquation) +void Graphic3d_ClipPlane::SetEquation (const Equation& theEquation) +gp_Pln Graphic3d_ClipPlane::ToPlane() const +~~~~~ + +The clipping planes can be activated with the following method: +~~~~~ +void Graphic3d_ClipPlane::SetOn (const Standard_Boolean theIsOn) +~~~~~ + +The number of clipping planes is limited. You can check the limit value via method *Graphic3d_GraphicDriver::InquirePlaneLimit()*; + +~~~~~ +// get the limit of clipping planes for the current view +Standard_Integer aMaxClipPlanes = aView->Viewer()->Driver()->InquirePlaneLimit(); +~~~~~ + +Let us see for example how to create a new clipping plane with custom parameters and add it to a view or to an object: +~~~~~ +// create a new clipping plane +const Handle(Graphic3d_ClipPlane)& aClipPlane = new Graphic3d_ClipPlane(); +// change equation of the clipping plane +Standard_Real aCoeffA = … +Standard_Real aCoeffB = … +Standard_Real aCoeffC = … +Standard_Real aCoeffD = … +aClipPlane->SetEquation (gp_Pln (aCoeffA, aCoeffB, aCoeffC, aCoeffD)); +// set capping +aClipPlane->SetCapping (aCappingArg == "on"); +// set the material with red color of clipping plane +Graphic3d_MaterialAspect aMat = aClipPlane->CappingMaterial(); +Quantity_Color aColor (1.0, 0.0, 0.0, Quantity_TOC_RGB); +aMat.SetAmbientColor (aColor); +aMat.SetDiffuseColor (aColor); +aClipPlane->SetCappingMaterial (aMat); +// set the texture of clipping plane +Handle(Graphic3d_Texture2Dmanual) aTexture = … +aTexture->EnableModulate(); +aTexture->EnableRepeat(); +aClipPlane->SetCappingTexture (aTexture); +// add the clipping plane to an interactive object +Handle(AIS_InteractiveObject) aIObj = … +aIObj->AddClipPlane (aClipPlane); +// or to the whole view +aView->AddClipPlane (aClipPlane); +// activate the clipping plane +aClipPlane->SetOn(Standard_True); +// update the view +aView->Update(); +~~~~~ + + +@subsubsection occt_visu_4_4_17 Automatic back face culling + +Back face culling reduces the rendered number of triangles (which improves the performance) and eliminates artifacts at shape boundaries. However, this option can be used only for solid objects, where the interior is actually invisible from any point of view. Automatic back-face culling mechanism is turned on by default, which is controlled by *V3d_View::SetBackFacingModel()*. + +The following features are applied in *StdPrs_ToolShadedShape::IsClosed()*, which is used for definition of back face culling in *ShadingAspect*: +* disable culling for free closed Shells (not inside the Solid) since reversed orientation of a free Shell is a valid case; +* enable culling for Solids packed into a compound; +* ignore Solids with incomplete triangulation. + +Back face culling is turned off at TKOpenGl level in the following cases: +* clipping/capping planes are in effect; +* for translucent objects; +* with hatching presentation style. + +@subsection occt_visu_4_5 Examples: creating a 3D scene + +To create 3D graphic objects and display them in the screen, follow the procedure below: +1. Create attributes. +2. Create a 3D viewer. +3. Create a view. +4. Create an interactive context. +5. Create interactive objects. +6. Create primitives in the interactive object. +7. Display the interactive object. + +@subsubsection occt_visu_4_5_1 Create attributes + +Create colors. + +~~~~~ +Quantity_Color aBlack (Quantity_NOC_BLACK); +Quantity_Color aBlue (Quantity_NOC_MATRABLUE); +Quantity_Color aBrown (Quantity_NOC_BROWN4); +Quantity_Color aFirebrick (Quantity_NOC_FIREBRICK); +Quantity_Color aForest (Quantity_NOC_FORESTGREEN); +Quantity_Color aGray (Quantity_NOC_GRAY70); +Quantity_Color aMyColor (0.99, 0.65, 0.31, Quantity_TOC_RGB); +Quantity_Color aBeet (Quantity_NOC_BEET); +Quantity_Color aWhite (Quantity_NOC_WHITE); +~~~~~ + +Create line attributes. + +~~~~~ +Handle(Graphic3d_AspectLine3d) anAspectBrown = new Graphic3d_AspectLine3d(); +Handle(Graphic3d_AspectLine3d) anAspectBlue = new Graphic3d_AspectLine3d(); +Handle(Graphic3d_AspectLine3d) anAspectWhite = new Graphic3d_AspectLine3d(); +anAspectBrown->SetColor (aBrown); +anAspectBlue ->SetColor (aBlue); +anAspectWhite->SetColor (aWhite); +~~~~~ + +Create marker attributes. +~~~~~ +Handle(Graphic3d_AspectMarker3d aFirebrickMarker = new Graphic3d_AspectMarker3d(); +// marker attributes +aFirebrickMarker->SetColor (Firebrick); +aFirebrickMarker->SetScale (1.0); +aFirebrickMarker->SetType (Aspect_TOM_BALL); +// or this +// it is a preferred way (supports full-color images on modern hardware). +aFirebrickMarker->SetMarkerImage (theImage) +~~~~~ + +Create facet attributes. +~~~~~ +Handle(Graphic3d_AspectFillArea3d) aFaceAspect = new Graphic3d_AspectFillArea3d(); +Graphic3d_MaterialAspect aBrassMaterial (Graphic3d_NOM_BRASS); +Graphic3d_MaterialAspect aGoldMaterial (Graphic3d_NOM_GOLD); +aFaceAspect->SetInteriorStyle (Aspect_IS_SOLID); +aFaceAspect->SetInteriorColor (aMyColor); +aFaceAspect->SetDistinguishOn (); +aFaceAspect->SetFrontMaterial (aGoldMaterial); +aFaceAspect->SetBackMaterial (aBrassMaterial); +aFaceAspect->SetEdgeOn(); +~~~~~ + +Create text attributes. +~~~~~ +Handle(Graphic3d_AspectText3d) aTextAspect = new Graphic3d_AspectText3d (aForest, Graphic3d_NOF_ASCII_MONO, 1.0, 0.0); +~~~~~ + +@subsubsection occt_visu_4_5_2 Create a 3D Viewer (a Windows example) + +~~~~~ +// create a default connection +Handle(Aspect_DisplayConnection) aDisplayConnection; +// create a graphic driver from default connection +Handle(OpenGl_GraphicDriver) aGraphicDriver = new OpenGl_GraphicDriver (GetDisplayConnection()); +// create a viewer +TCollection_ExtendedString aName ("3DV"); +myViewer = new V3d_Viewer (aGraphicDriver,aName.ToExtString(), ""); +// set parameters for V3d_Viewer +// defines default lights - +// positional-light 0.3 0.0 0.0 +// directional-light V3d_XnegYposZpos +// directional-light V3d_XnegYneg +// ambient-light +a3DViewer->SetDefaultLights(); +// activates all the lights defined in this viewer +a3DViewer->SetLightOn(); +// set background color to black +a3DViewer->SetDefaultBackgroundColor (Quantity_NOC_BLACK); +~~~~~ + + +@subsubsection occt_visu_4_5_3 Create a 3D view (a Windows example) + +It is assumed that a valid Windows window may already be accessed via the method *GetSafeHwnd()*. +~~~~~ +Handle (WNT_Window) aWNTWindow = new WNT_Window (GetSafeHwnd()); +myView = myViewer->CreateView(); +myView->SetWindow (aWNTWindow); +~~~~~ + +@subsubsection occt_visu_4_5_4 Create an interactive context + +~~~~~ +myAISContext = new AIS_InteractiveContext (myViewer); +~~~~~ + +You are now able to display interactive objects such as an *AIS_Shape*. + +~~~~~ +TopoDS_Shape aShape = BRepAPI_MakeBox (10, 20, 30).Solid(); +Handle(AIS_Shape) anAISShape = new AIS_Shape(aShape); +myAISContext->Display (anAISShape); +~~~~~ + +@subsubsection occt_visu_4_5_4 Create your own interactive object + +Follow the procedure below to compute the presentable object: + +1. Build a presentable object inheriting from *AIS_InteractiveObject* (refer to the Chapter on Presentable Objects). +2. Reuse the *Prs3d_Presentation* provided as an argument of the compute methods. + +**Note** that there are two compute methods: one for a standard representation, and the other for a degenerated representation, i.e. in hidden line removal and wireframe modes. + + +Let us look at the example of compute methods + +~~~~~ +Void +myPresentableObject::Compute + (const Handle(PrsMgr_PresentationManager3d)& thePrsManager, + const Handle(Prs3d_Presentation)& thePrs, + const Standard_Integer theMode) +( + //... +) + +void +myPresentableObject::Compute (const Handle(Prs3d_Projector)& , + const Handle(Prs3d_Presentation)& thePrs) +( + //... +) +~~~~~ + +@subsubsection occt_visu_4_5_6 Create primitives in the interactive object + +Get the group used in *Prs3d_Presentation*. + +~~~~~ +Handle(Graphic3d_Group) aGroup = Prs3d_Root::CurrentGroup (thePrs); +~~~~~ + +Update the group attributes. + +~~~~~ +aGroup->SetPrimitivesAspect (anAspectBlue); +~~~~~ + +Create two triangles in *aGroup*. + +~~~~~ +Standard_Integer aNbTria = 2; +Handle(Graphic3d_ArrayOfTriangles) aTriangles = new Graphic3d_ArrayOfTriangles (3 * aNbTria, 0, Standard_True); +Standard_Integer anIndex; +for (anIndex = 1; anIndex <= aNbTria; nt++) +{ + aTriangles->AddVertex (anIndex * 5., 0., 0., 1., 1., 1.); + aTriangles->AddVertex (anIndex * 5 + 5, 0., 0., 1., 1., 1.); + aTriangles->AddVertex (anIndex * 5 + 2.5, 5., 0., 1., 1., 1.); +} +aGroup->BeginPrimitives(); +aGroup->AddPrimitiveArray (aTriangles); +aGroup->EndPrimitives(); +~~~~~ + +The methods *BeginPrimitives()* and *EndPrimitives()* are used when creating a set of various primitives in the same group. +Use the polyline function to create a boundary box for the *thePrs* structure in group *aGroup*. + +~~~~~ +Standard_Real Xm, Ym, Zm, XM, YM, ZM; +thePrs->MinMaxValues (Xm, Ym, Zm, XM, YM, ZM); + +Handle(Graphic3d_ArrayOfPolylines) aPolylines = new Graphic3d_ArrayOfPolylines (16, 4); +aPolylines->AddBound (4); +aPolylines->AddVertex (Xm, Ym, Zm); +aPolylines->AddVertex (Xm, Ym, ZM); +aPolylines->AddVertex (Xm, YM, ZM); +aPolylines->AddVertex (Xm, YM, Zm); +aPolylines->AddBound (4); +aPolylines->AddVertex (Xm, Ym, Zm); +aPolylines->AddVertex (XM, Ym, Zm); +aPolylines->AddVertex (XM, Ym, ZM); +aPolylines->AddVertex (XM, YM, ZM); +aPolylines->AddBound (4); +aPolylines->AddVertex (XM, YM, Zm); +aPolylines->AddVertex (XM, Ym, Zm); +aPolylines->AddVertex (XM, YM, Zm); +aPolylines->AddVertex (Xm, YM, Zm); +aPolylines->AddBound (4); +aPolylines->AddVertex (Xm, YM, ZM); +aPolylines->AddVertex (XM, YM, ZM); +aPolylines->AddVertex (XM, Ym, ZM); +aPolylines->AddVertex (Xm, Ym, ZM); + +aGroup->BeginPrimitives(); +aGroup->AddPrimitiveArray(aPolylines); +aGroup->EndPrimitives(); +~~~~~ + +Create text and markers in group *aGroup*. + +~~~~~ +static char* texte[3] = +{ + "Application title", + "My company", + "My company address." +}; +Handle(Graphic3d_ArrayOfPoints) aPtsArr = new Graphic3d_ArrayOfPoints (2, 1); +aPtsArr->AddVertex (-40.0, -40.0, -40.0); +aPtsArr->AddVertex (40.0, 40.0, 40.0); +aGroup->BeginPrimitives(); +aGroup->AddPrimitiveArray (aPtsArr); +aGroup->EndPrimitives(); + +Graphic3d_Vertex aMarker (0.0, 0.0, 0.0); +for (i=0; i <= 2; i++) +{ + aMarker.SetCoord (-(Standard_Real )i * 4 + 30, + (Standard_Real )i * 4, + -(Standard_Real )i * 4); + aGroup->Text (texte[i], Marker, 20.); +} + +~~~~~ + +@section occt_visu_5 Mesh Visualization Services + +MeshVS (Mesh Visualization Service) component extends 3D visualization capabilities of Open CASCADE Technology. It provides flexible means of displaying meshes along with associated pre- and post-processor data. + +From a developer's point of view, it is easy to integrate the *MeshVS* component into any mesh-related application with the following guidelines: + +* Derive a data source class from the *MeshVS_DataSource* class. +* Re-implement its virtual methods, so as to give the MeshVS component access to the application data model. This is the most important part of the job, since visualization performance is affected by performance of data retrieval methods of your data source class. +* Create an instance of MeshVS_Mesh class. +* Create an instance of your data source class and pass it to a MeshVS_Mesh object through the SetDataSource() method. +* Create one or several objects of MeshVS_PrsBuilder-derived classes (standard, included in the MeshVS package, or your custom ones). +* Each PrsBuilder is responsible for drawing a MeshVS_Mesh presentation in a certain display mode(s) specified as a PrsBuilder constructor's argument. Display mode is treated by MeshVS classes as a combination of bit flags (two least significant bits are used to encode standard display modes: wireframe, shading and shrink). +* Pass these objects to the MeshVS_Mesh::AddBuilder() method. MeshVS_Mesh takes advantage of improved selection highlighting mechanism: it highlights its selected entities itself, with the help of so called "highlighter" object. You can set one of PrsBuilder objects to act as a highlighter with the help of a corresponding argument of the AddBuilder() method. + +Visual attributes of the MeshVS_Mesh object (such as shading color, shrink coefficient and so on) are controlled through MeshVS_Drawer object. It maintains a map "Attribute ID --> attribute value" and can be easily extended with any number of custom attributes. + +In all other respects, MeshVS_Mesh is very similar to any other class derived from AIS_InteractiveObject and it should be used accordingly (refer to the description of AIS package in the documentation).