siSplitPolygonType Enum


Enumerations

enum   siSplitPolygonType {
  siByTheVertices = 0,
  siByTheEdgesMidPoints = 1,
  siCross = 2,
  siDiamond = 3
}

Detailed Description

Split type for polygons
See also:
SplitPolygon

Enumeration Type Documentation

enum siSplitPolygonType

Enumerator:
siByTheVertices  [0] Split along the vertices
siByTheEdgesMidPoints  [1] Add edges from the geometric center of a polygon to the midpoint of each edge
siCross  [2] Draw edges from the midpoint of a polygon to each of its vertices
siDiamond  [3] Draw edges connecting the midpoints of a polygon's edges