SoIndexedTriangleStripSet

InventorModule
genre InventorNodesAutomatic
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def

Purpose

The shape node SoIndexedTriangleStripSet constructs triangle strips from vertices located at the coordinates specified in SoVertexProperty or the current inherited state. For optimal performance, using the vertexProperty field is recommended.

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoIndexedTriangleStripSet._default.png

Input Fields

vertexProperty

name: vertexProperty, type: SoNode

Output Fields

self

name: self, type: SoNode

Parameter Fields

Visible Fields

Coord Index

name: coordIndex, type: IntegerList, default: 0

Sets the indices that specify the polygonal faces.

An index of SO_END_STRIP_INDEX (-1) indicates that the current strip has ended and the next one begins.

Material Index

name: materialIndex, type: IntegerList, default: -1

Sets the material indices.

The treatment of the current material binding is as follows: The PER_PART and PER_FACE bindings specify a material for each strip, while PER_VERTEX specifies a material for each triangle. The corresponding _INDEXED bindings function similarly but utilize the materialIndex indices (see SoIndexedShape). The default material binding is OVERALL.

Normal Index

name: normalIndex, type: IntegerList, default: -1

Sets the normal indices.

The treatment of the current material binding is as follows: The PER_PART and PER_FACE bindings specify a normal for each strip, while PER_VERTEX specifies a normal for each triangle. The corresponding _INDEXED bindings function similarly but utilize the normalIndex indices (see SoIndexedShape). The default normal binding is PER_VERTEX_INDEXED.

Texture Coord Index

name: textureCoordIndex, type: IntegerList, default: -1

Sets the texture coordinate indices.

The textures are applied as described for IndexedShapes.