1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0025495: Documentation - Enumeration Approx_ParameterizationType is not documented

This commit is contained in:
jgv 2020-09-14 18:51:50 +03:00 committed by bugmaster
parent df9f66149b
commit 9390642d49
2 changed files with 4 additions and 4 deletions

View File

@ -20,9 +20,9 @@
enum Approx_ParametrizationType
{
Approx_ChordLength,
Approx_Centripetal,
Approx_IsoParametric
Approx_ChordLength, //!< parameters of points are proportionate to distances between them
Approx_Centripetal, //!< parameters of points are proportionate to square roots of distances between them
Approx_IsoParametric //!< parameters of points are distributed uniformly
};
#endif // _Approx_ParametrizationType_HeaderFile

View File

@ -17,7 +17,7 @@
#ifndef _Approx_Status_HeaderFile
#define _Approx_Status_HeaderFile
//! It is an auxiliary flag being used in inner computations
enum Approx_Status
{
Approx_PointsAdded,