Click or drag to resize

PolygonsDrawingType Enumeration

Represents a type of triangles drawing.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public enum PolygonsDrawingType
Members
  Member nameValueDescription
DontDraw0 Do not draw triangles.
Wireframe1 Draw wireframe triangles.
Solid2 Draw solid triangles.
See Also