CFx SDK Documentation 2024 SP0
|
#include <GiDeviation.h>
Public Member Functions | |
virtual double | deviation (const OdGiDeviationType deviationType, const OdGePoint3d &pointOnCurve) const =0 |
virtual | ~OdGiDeviation () |
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.
|
inlinevirtual |
Definition at line 71 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 OdGiBaseVectorizer, OdGiBaseVectorizerImpl, and OdGsBaseVectorizer.