This .NET class wraps the ObjectARX enum AcGiVisualStyleProperties::EdgeModel.
It describes the model to use as a source of edges.
Public Enum VSEdgeModel NoEdges Isolines FacetEdges End Enum
public enum VSEdgeModel { NoEdges, Isolines, FacetEdges }
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. |
Comments? |