CFx SDK Documentation
2020SP3
|
#include <GiDeviation.h>
Public Member Functions | |
virtual double | deviation (const OdGiDeviationType deviationType, const OdGePoint3d &pointOnCurve) const =0 |
This class implements an interface that returns the deviation values used for anisotropic space (perspective view).
Corresponding C++ library: TD_Gi
<group OdGi_Classes>
Definition at line 43 of file GiDeviation.h.
|
pure virtual |
Returns the recommended maximum deviation of the current vectorization, for the specified point on the curve or surface being tesselated.
deviationType | [in] Deviation type. |
pointOnCurve | [in] Point on the curve. |
Value kOdGiMaxDevForCircle 0
kOdGiMaxDevForCurve 1
kOdGiMaxDevForBoundary 2
kOdGiMaxDevForIsoline 3 kOdGiMaxDevForFacet 4
Implemented in OdGiBaseVectorizerImpl, and OdGiBaseVectorizer.