siSplitPolygonType

Description

Split type for polygons

C# Syntax

siSplitPolygonType.siByTheVertices                                          // 0

siSplitPolygonType.siByTheEdgesMidPoints                                    // 1

siSplitPolygonType.siCross                                                  // 2

siSplitPolygonType.siDiamond                                                // 3
Constant Value Description
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

Applies To

SplitPolygon