MapWinGIS:tkDrawMode

From MapWindow GIS

Jump to: navigation, search

The Draw Mode enumerations are used to determine how points will be drawn in a multipatch shapefile. Note: Multipatch shapefiles are not currently supported in MapWindow.

Values

Name Summary
dmPoints The points in the part will be drawn as individual points.
dmLines The points in the part will be drawn with lines between each point.
dmLineLoop The points in the part will be drawn with lines between each point with an extra line connecting the first and last point in the part.
dmLineStrip The points in the part will be drawn as a line strip.
dmTriangles The points in the part will be drawn as triangles between groups of three points.
dmTriangleStrip The points in the part will be drawn as a triangle strip with triangles drawn between each point.
dmTriangleFan The points in the part will be drawn as a triangle fan with the first point as the center of the fan and the other points creating the arch in the fan.
dmQuads The points in the part will be drawn as quads between groups of four points.
dmQuadStrip The points in the part will be drawn as a quad strip.
dmPolygon The points in the part will be drawn as a polygon.
Personal tools