public class SoVRMLLineSet extends SoVRMLNode
See the X3D Specification, below.
<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.
This section describes the expected behavior of the node in a conforming X3D browser application. In some cases, the application is responsible for implementing portions of the expected behavior. Open Inventor viewer classes and IVF classes implement some of the application behaviors.
This section may reference portions of the X3D specification that are not present in this help file. The complete X3D spec is available at
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.
File format/default:
VRMLLineSet {
color | NULL |
coord | NULL |
vertexCount [] | |
metadata | NULL |
Action behavior:
SoGLRenderAction
, SoRayPickAction
, SoGetBoundingBoxAction
, SoCallbackAction
Deprecated since Open Inventor 9500
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFNode |
color
Deprecated.
An
SoVRMLColor node that specifies the color of the line set at each vertex. |
SoSFNode |
coord
Deprecated.
An
SoVRMLCoordinate node defining the LineSet. |
SoMFInt32 |
vertexCount
Deprecated.
Number of vertices per polyline.
|
metadata
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoVRMLLineSet()
Deprecated.
Constructor.
|
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public final SoSFNode coord
SoVRMLCoordinate
node defining the LineSet.public final SoSFNode color
SoVRMLColor
node that specifies the color of the line set at each vertex.public final SoMFInt32 vertexCount
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com