SoIndexedLineSet

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

Purpose

This node represents a 3D shape formed by constructing polylines from vertices located at the coordinates specified by SoVertexProperty or the current inherited state. For optimal performance, the vertexProperty field is recommended.

SoIndexedLineSet uses the indices in the Coord Index field to specify the polylines. An index of SO_END_LINE_INDEX (-1) indicates that the current polyline has ended and the next one begins.

The coordinates of the line set are transformed by the current cumulative transformation. The lines are drawn with the current light model.

Windows

Default Panel

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

Input Fields

vertexProperty

name: vertexProperty, type: SoNode

The coordinates are specified in SoVertexProperty or the current inherited state.

Output Fields

self

name: self, type: SoNode

Parameter Fields

Field Index

Coord Index: IntegerList
Material Index: IntegerList
Normal Index: IntegerList
sendAdjacency: Bool
Texture Coord Index: IntegerList

Visible Fields

Coord Index

name: coordIndex, type: IntegerList, default: 0

SoIndexedLineSet uses the indices in the Coord Index field to specify the polylines. An index of SO_END_LINE_INDEX (-1) indicates that the current polyline has ended and the next one begins.

Material Index

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

Treatment of the current material and normal binding is as follows: The PER_PART and PER_FACE bindings specify a material or normal for each segment of the line. PER_VERTEX specifies a material or normal for each vertex. The corresponding _INDEXED bindings are the same, but use the Material Index or Normal Index indices. The default material binding is OVERALL. The default normal binding is PER_VERTEX_INDEXED.

Normal Index

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

Treatment of the current material and normal binding is as follows: The PER_PART and PER_FACE bindings specify a material or normal for each segment of the line. PER_VERTEX specifies a material or normal for each vertex. The corresponding _INDEXED bindings are the same, but use the Material Index or Normal Index indices. The default material binding is OVERALL. The default normal binding is PER_VERTEX_INDEXED.

Texture Coord Index

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

Textures are applied as described for indexed shapes.

Hidden Fields

sendAdjacency

name: sendAdjacency, type: Bool, default: FALSE