mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
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.
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
Modeling Data {#user_guides__modeling_data}
|
||||
Modeling Data {#occt_user_guides__modeling_data}
|
||||
========================
|
||||
|
||||
@tableofcontents
|
||||
|
||||
@section occt_modat_1 Introduction
|
||||
@section occt_modat_0 Introduction
|
||||
|
||||
Modeling Data supplies data structures to represent 2D and 3D geometric models. This manual explains how to use Modeling Data. For advanced information on modeling data, see our offerings on our web site at <a href="http://www.opencascade.org/support/training/">www.opencascade.org/support/training/</a>
|
||||
|
||||
|
||||
|
||||
@section occt_modat_1 Geometry Utilities
|
||||
|
||||
Geometry Utilities provide the following services:
|
||||
@@ -102,7 +100,7 @@ The following low level services are provided:
|
||||
|
||||
The class **MultiPointConstraint** allows defining a multiple point constraint and computing the approximation of sets of points to several curves.
|
||||
|
||||
* Computation of an approximation of a Bezier curve from a set of points:
|
||||
* Computation of an approximation of a Bezier curve from a set of points:
|
||||
|
||||
The class *Compute* allows making an approximation of a set of points to a Bezier curve
|
||||
|
||||
|
Reference in New Issue
Block a user