PrintBase Enumeration eRasterizationMode
enum eRasterizationMode {
eNONE,
eNEXT_PRIMITIVES,
eALL_PRIMITIVES
}
The choosen rasterization mode inside the generator
- Values:
-
- eNONE
- No rasterization is required.
- eNEXT_PRIMITIVES
- Only the next generated primitives will be rasterized
- eALL_PRIMITIVES
- All the generated primives will be rasterized
This object is included in the file: CATPrintGenerator.h
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.