Share

AcGiVisualStyleProperties::EdgeModel Enumeration

C++

enum EdgeModel {
  kNoEdges,
  kIsolines,
  kFacetEdges
};

File

acgivisualstyle.h

Members

Members Description
kNoEdgesNo edges will be displayed.
kIsolinesDisplay isolines, imaginary lines (edges), which represent the curvature and shape of a drawable.
kFacetEdgesDisplay facet edges, the edges between adjoining facets.

Description

Describes the model to use as a source of edges.

Was this information helpful?