WindowOverlayTrianglesOptions.ElementType Property

Top 

Description

The type of triangle elements to be drawn. Triangles are defined by 3 vertices (3N vertices yield N triangles). TriangleStrip is a connected strip of triangles where every group of 3 adjacent vertices forms a triangle (N+2 vertices yield N triangles). TriangleFan is a similar structure to TriangleStrip except the first vertex is always held fixed, and every two adjacent vertices forms a triangle with the first (N+2 vertices yields N triangles).

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Triangles )

Valid Values:

Value

Label

0

Triangles

1

TriangleStrip

2

TriangleFan

 

Syntax

myVariable1 = myWindowOverlayTrianglesOptions1.ElementType;

 

myWindowOverlayTrianglesOptions1.ElementType = myVariable1;

 

See also

WindowOverlayTrianglesOptions Object