ILinePolygonHelper Interface

Helper class for polygons, formed from linear segments.

Members

Name Description
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.