public abstract class SoVRMLTriangle extends SoVRMLGeometry
SoVRMLTriangle
is the abstract base class for the three VRMLIndexedTriangle nodes.
<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.
File format/default:
This is an abstract base class. See the derived classes for the format and default values.
Action behavior:
SoGLRenderAction
, SoRayPickAction
, SoGetBoundingBoxAction
, SoCallbackAction
SoSFNode | color_changed |
SoSFNode | coord_changed |
SoSFNode | normal_changed |
SoSFNode | texCoord_changed |
SoSFNode | metadata_changed |
SoShape.ShapeTypes
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFBool |
ccw
Deprecated.
Indicates whether the vertices are ordered in a counterclockwise direction when viewed from the outside (true) or in a clockwise direction (false).
|
SoSFNode |
color
Deprecated.
An
SoVRMLColor node whose colors are applied to the vertices or faces of the three VRMLIndexedTriangle nodes. |
SoSFBool |
colorPerVertex
Deprecated.
The colorPerVertex field is ignored and always treated as true.
|
SoSFNode |
coord
Deprecated.
An
SoVRMLCoordinate node. |
SoSFNode |
normal
Deprecated.
An
SoVRMLNormal node containing the normals. |
SoSFBool |
normalPerVertex
Deprecated.
If true, normals are applied to the vertices of the three VRMLIndexedTriangle nodes.
|
SoSFBool |
solid
Deprecated.
If you know that the shape encloses a volume, set this value to true.
|
SoSFNode |
texCoord
Deprecated.
An
SoVRMLTextureCoordinate node. |
metadata
boundingBoxIgnoring, LINES, POINTS, POLYGONS, TEXT
VERBOSE_LEVEL, ZeroHandle
getShapeType, isPrimitiveRestartAvailable, isPrimitiveRestartAvailable
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.public final SoSFNode texCoord
SoVRMLTextureCoordinate
node.public final SoSFNode normal
SoVRMLNormal
node containing the normals.
If NULL, the normals will be automatically generated.public final SoSFNode color
SoVRMLColor
node whose colors are applied to the vertices or faces of the three VRMLIndexedTriangle nodes.public final SoSFBool colorPerVertex
public final SoSFBool normalPerVertex
public final SoSFBool ccw
public final SoSFBool solid
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com