1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/dox/user_guides/user_guides.md
omy ba06f8bbee 0024722: Move functionality of WOK command wgendoc to OCCT tool gendoc
Command gendoc improved to:
- generate Reference Manual documentation (OCCT classes reference) with option -refman; option -overview can be used for generation of overview documentation;
- generate PDF documents for all User Guides automatically (for files listed in FILES_PDF.txt);
- check availability of third-party tools (Doxygen, Inkscape etc.) and properly report warnings and errors.
- use templates of configuration files for third-party tools instead of their generation. These template files are located in dox/resources folder

Tcl scripts are moved from dox folder to adm.
Doxygen warnings are eliminated.
Moved all auxilary functions to occaux.tcl.
Fixed Reference manual generation on *nix platform.
Fixed PDF generation on *nix platforms.
2014-04-10 19:21:16 +04:00

1.1 KiB

User Guides

OCCT User Guides are organized by OCCT modules:

  • @subpage occt_user_guides__foundation_classes "Foundation Classes"
  • @subpage occt_user_guides__modeling_data "Modeling Data"
    • @subpage occt_user_guides__brep_wp "BREP format description"
  • @subpage occt_user_guides__modeling_algos "Modeling Algorithms"
    • @subpage occt_user_guides__shape_healing "Shape Healing"
  • @subpage occt_user_guides__visualization "Visualization"
    • @subpage occt_user_guides__voxels_wp "Voxels"
  • Data Exchange
    • @subpage occt_user_guides__iges "IGES translator"
    • @subpage occt_user_guides__step "STEP translator"
    • @subpage occt_user_guides__xde "Extended Data Exchange (XDE)"
  • @subpage occt_user_guides__ocaf "Open CASCADE Application Framework (OCAF)"
    • @subpage occt_user_guides__ocaf_wp "Application Framework White Paper"
    • @subpage occt_user_guides__ocaf_functionmechanism_wp "OCAF Function Mechanism"
    • @subpage occt_user_guides__ocaf_tree_wp "Distribution of Data through OCAF Tree"
    • @subpage occt_user_guides__tobj "TObj package"
  • @subpage occt_user_guides__test_harness "DRAW Test Harness"