-
enum CatRepresentationMode {
catExactMode, catPolyhedricMode, catVisualMode
} -
Representation mode of a generative view.
- Values:
-
- catExactMode
- View is generated from topological data dd>
- catPolyhedricMode
- View is generated from CGR data, with polyhedric hidden line remover algortihm dd>
- catVisualMode
- View is generated from CGR data, with an algorithm which uses the graphic card. dd>