Helper class for polygons, formed from linear segments.
Members
Name | Description | |
---|---|---|
Triangulate | Triangulates polygon. Non-linear curves are not allowed in the polygon rings. Accepts non-simple polygons also. |
ILinePolygonHelper.Triangulate Method
Triangulates polygon. Non-linear curves are not allowed in the polygon rings. Accepts non-simple polygons also.
Public Function Triangulate ( _
ByVal pPolygon As IPolygon, _
ByRef ppMultiPatch As IMultiPatch _
) As Boolean
public bool Triangulate (
IPolygon pPolygon,
ref IMultiPatch ppMultiPatch
);
Description
Converts the interior of a Polygon into a bag of triangles, and then populates the specified MultiPatch with these triangles.
Classes that implement ILinePolygonHelper
Classes | Description |
---|---|
LinePolygonHelper | Helper class for processing of polygons consisting of rings formed from linear segments |