C++
enum EdgeModel { kNoEdges, kIsolines, kFacetEdges };
File
acgivisualstyle.h
Members
Members | Description |
---|---|
kNoEdges | No edges will be displayed. |
kIsolines | Display isolines, imaginary lines (edges), which represent the curvature and shape of a drawable. |
kFacetEdges | Display facet edges, the edges between adjoining facets. |
Description
Describes the model to use as a source of edges.