mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0025495: Documentation - Enumeration Approx_ParameterizationType is not documented
This commit is contained in:
parent
df9f66149b
commit
9390642d49
@ -20,9 +20,9 @@
|
|||||||
|
|
||||||
enum Approx_ParametrizationType
|
enum Approx_ParametrizationType
|
||||||
{
|
{
|
||||||
Approx_ChordLength,
|
Approx_ChordLength, //!< parameters of points are proportionate to distances between them
|
||||||
Approx_Centripetal,
|
Approx_Centripetal, //!< parameters of points are proportionate to square roots of distances between them
|
||||||
Approx_IsoParametric
|
Approx_IsoParametric //!< parameters of points are distributed uniformly
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _Approx_ParametrizationType_HeaderFile
|
#endif // _Approx_ParametrizationType_HeaderFile
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#ifndef _Approx_Status_HeaderFile
|
#ifndef _Approx_Status_HeaderFile
|
||||||
#define _Approx_Status_HeaderFile
|
#define _Approx_Status_HeaderFile
|
||||||
|
|
||||||
|
//! It is an auxiliary flag being used in inner computations
|
||||||
enum Approx_Status
|
enum Approx_Status
|
||||||
{
|
{
|
||||||
Approx_PointsAdded,
|
Approx_PointsAdded,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user