Indicator interface that identifies a triangle strip.
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).
| Interfaces | Description |
|---|---|
| IGeometry | Provides access to members that describe properties and behavior of all geometric objects. |
| CoClasses and Classes | Description |
|---|---|
| TriangleStrip | A continuous 3D strip of triangles, where each triangle after the first shares an edge with the preceding triangle. |
