Share

MiterOption

C++

enum MiterOption {
  kDefaultMiter,
  kOldMiter,
  kNewMiter,
  kCrimpMiter,
  kBendMiter
};

File

dbSweepOptions.h

Description

Enumeration of miter options

Was this information helpful?