SoIndexedLineSet¶
-
InventorModule
¶ genre InventorNodesAutomatic
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def
Purpose¶
The node SoIndexedLineSet
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, using the vertexProperty
field is recommended.
SoIndexedLineSet
uses the indices in the Coord Index
field to specify the polylines. An index of SO_END_FACE_INDEX
(-1) indicates the end of the current polyline and the beginning of the next one.
The coordinates of the line set are transformed by the current cumulative transformation. The lines are drawn with the current light model.
Input Fields¶
vertexProperty¶
-
name:
vertexProperty
, type:
SoNode
¶ The coordinates are specified in
SoVertexProperty
or the current inherited state.
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
¶ Sets the indices that specify the polylines.
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 face, while PER_VERTEX specifies a material for each vertex. 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 face, while PER_VERTEX specifies a normal for each vertex. The corresponding _INDEXED bindings function similarly but utilize the normalIndex indices (see
SoIndexedShape
). The default normal binding is PER_VERTEX_INDEXED.