-
enum CatSectionClippingMode {
catSection_Software, catSection_OpenGL
} -
The different algorithmes used to computate the section result.
It is used by the object to specify the section's computation mode.- Values:
-
- catSection_Software
- The section is software computed (the result is more precise but slower). dd>
- catSection_OpenGL
- The section is computed by the graphic card (the result is faster but less precise). dd>