2D polyline node. More...
#include <Inventor/VRMLnodes/SoVRMLPolyline2D.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoVRMLPolyline2D () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoMFVec2f | lineSegments |
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 SoVRMLPolyline2D node specifies a series of contiguous line segments in the local 2D coordinate system connecting the specified vertices. The lineSegments field specifies the vertices to be connected.
The following figure illustrates the SoVRMLPolyline2D node.
lineSegments | [] |
metadata | NULL |
SoMFVec2f | set_lineSegments |
SoSFNode | set_metadata |
SoMFVec2f | lineSegments_changed |
SoSFNode | metadata_changed |
SoVRMLPolyline2D::SoVRMLPolyline2D | ( | ) |
Constructor.
static SoType SoVRMLPolyline2D::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLGeometry.
virtual SoType SoVRMLPolyline2D::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLGeometry.
Specifies the vertices to be connected.