Share

AcGiDeviationType

C++

typedef enum {
  kAcGiMaxDevForCircle = 0,
  kAcGiMaxDevForCurve,
  kAcGiMaxDevForBoundary,
  kAcGiMaxDevForIsoline,
  kAcGiMaxDevForFacet,
  kAcGiMaxDevForHatch
} AcGiDeviationType;

File

acgidefs.h

Members

Members Description
kAcGiMaxDevForCircle For circles
kAcGiMaxDevForCurve For curves
kAcGiMaxDevForBoundary For boundaries
kAcGiMaxDevForIsoline For isolines
kAcGiMaxDevForFacet For facets
kAcGiMaxDevForHatch For hatch

Description

Signifies how to calculate maximum deviation for tessellation.

Was this information helpful?