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:
parent
df9f66149b
commit
9390642d49
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user