ArcObjects Library Reference  (Geometry)    

ITriangleStrip Interface

Indicator interface that identifies a triangle strip.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

A TriangleStrip is a type of surface patch used to construct a MultiPatch.  A TriangleStrip is defined by a Collection of Points that define the triangle surfaces in the TriangleStrip.  For a TriangleStrip with Points 0 to N, the triangle surfaces are defined by Point i, Point i+1, and Point i+2 (for i = 0 to N-2).

Inherited Interfaces

Interfaces Description
IGeometry Provides access to members that describe properties and behavior of all geometric objects.

CoClasses that implement ITriangleStrip

CoClasses and Classes Description
TriangleStrip A continuous 3D strip of triangles, where each triangle after the first shares an edge with the preceding triangle.

Remarks

 

TriangleStrip Example

 


Feedback Send feedback on this page