Indexed polyline shape node.
Action not implemented for this node.
More...
#include <Inventor/VRMLnodes/SoVRMLLineSet.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoVRMLLineSet () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFNode | coord |
SoSFNode | color |
SoMFInt32 | vertexCount |
See the X3D Specification, below.
NOTE: This class does not exist in Open Inventor 10.0 and later.This section may reference portions of the X3D specification that are not present in this help file. The complete X3D spec is available at http://www.web3d.org .
The SoVRMLLineSet node represents a 3D geometry formed by constructing polylines from 3D vertices specified in the coord field.
The coord field specifies the 3D vertices of the line set and is specified by an SoVRMLCoordinate node.
Lines are not lit, not texture-mapped, and not collided with during collision detection.
If the color field is not NULL, it must contain an SoVRMLColor node. The SoVRMLColor node specifies the color at each vertex.
If the color field is NULL and there is a Material defined for the SoVRMLAppearance affecting this SoVRMLLineSet, then use the emissiveColor of the Material to draw the lines. See "Concepts - Lighting Model, Lighting Off" for details on lighting equations.
color | NULL |
coord | NULL |
vertexCount [] | |
metadata | NULL |
SoSFNode | set_color |
SoSFNode | set_coord |
SoMFInt32 | set_vertexCount |
SoSFNode | set_metadata |
SoSFNode | color_changed |
SoSFNode | coord_changed |
SoMFInt32 | vertexCount_changed |
SoSFNode | metadata_changed |
SoVRMLLineSet::SoVRMLLineSet | ( | ) |
Constructor.
static SoType SoVRMLLineSet::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLNode.
virtual SoType SoVRMLLineSet::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLNode.
An SoVRMLColor node that specifies the color of the line set at each vertex.
An SoVRMLCoordinate node defining the LineSet.
Number of vertices per polyline.