|
C3D Toolkit
Kernel - 118057, Vision - 2.14.7.1821
|
The parameters for removing self-intersections. More...
#include <op_curve_parameter.h>
Public Member Functions | |
| MbRemoveSelfIntParams () | |
| Default constructor. | |
| MbRemoveSelfIntParams (double xEps, double yEps) | |
| Constructor by parameters. | |
| MbRemoveSelfIntParams (const MbRect1D &initChecksRect, double xEps, double yEps) | |
| Self-intersection search area constructor. | |
| MbRemoveSelfIntParams (double xEps, double yEps, VERSION initVersion) | |
| Constructor for checking half of an equidistant contour. | |
| ~MbRemoveSelfIntParams () | |
| Destructor. | |
| double | GetXEpsilon () const |
| Get the accuracy of construction by the first coordinate. | |
| double | GetYEpsilon () const |
| Get the accuracy of construction by the second coordinate. | |
| const MbRect1D & | GetChecksRect () const |
| Get the area to search for self-intersections. | |
| VERSION | GetVersion () const |
| Version of the operation. | |
| void | SetVersion (VERSION ver) |
| Set the operation version. | |
The parameters for removing self-intersections.
The parameters for removing self-intersections.