Share

Autodesk.AutoCAD.GraphicsInterface.VSEdgeModel Enumeration

Description

This .NET class wraps the ObjectARX enum AcGiVisualStyleProperties::EdgeModel.

It describes the model to use as a source of edges.

C#

public enum VSEdgeModel {
  NoEdges,
  Isolines,
  FacetEdges
}

Visual Basic

Public Enum VSEdgeModel
  NoEdges
  Isolines
  FacetEdges
End Enum

Members

Members Description
NoEdges No edges will be displayed.
Isolines Display isolines, imaginary lines (edges), which represent the curvature and shape of a drawable.
FacetEdges Display facet edges, the edges between adjoining facets.

Was this information helpful?