Class SoNonIndexedShape
- java.lang.Object
- 
- All Implemented Interfaces:
- SafeDisposable
 - Direct Known Subclasses:
- SoFaceSet,- SoLineSet,- SoPointSet,- SoQuadMesh,- SoTriangleSet,- SoTriangleStripSet
 
 public abstract class SoNonIndexedShape extends SoVertexShape Abstract base class for all non-indexed vertex-based shapes. This node is the abstract base class for all vertex-based shapes that are not constructed from indices, such asSoFaceSet,SoLineSet, andSoQuadMesh.All subclasses of SoNonIndexedShapeconstruct objects by using the coordinates specified in thevertexPropertyfield (fromSoVertexShape), or the current inherited coordinates.The subclass decides what to do with this and any subsequent coordinates. The shape is drawn with the current lighting model and drawing style and is transformed by the current transformation matrix. Material, normal, tangent, and texture coordinate bindings for shapes derived from this class ignore any index specifications. That is, a binding value of PER_FACE_INDEXED is treated the same way as PER_FACE, and so on. If there aren't sufficient values in the current coordinates, material, or texture coordinates, errors will occur. File format/default: This is an abstract class. See the reference page of a derived class for the format and default values. - See Also:
- SoFaceSet,- SoIndexedShape,- SoLineSet,- SoPointSet,- SoQuadMesh,- SoTriangleStripSet,- SoVertexProperty
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.openinventor.inventor.nodes.SoShapeSoShape.ShapeTypes
 - 
Nested classes/interfaces inherited from class com.openinventor.inventor.nodes.SoNodeSoNode.RenderModes
 - 
Nested classes/interfaces inherited from class com.openinventor.inventor.InventorInventor.ConstructorCommand
 
- 
 - 
Field SummaryFields Modifier and Type Field Description SoSFInt32startIndexIndex of first coordinate of shape.- 
Fields inherited from class com.openinventor.inventor.nodes.SoVertexShapevertexProperty
 - 
Fields inherited from class com.openinventor.inventor.nodes.SoShapeboundingBoxIgnoring
 - 
Fields inherited from class com.openinventor.inventor.InventorVERBOSE_LEVEL, ZeroHandle
 
- 
 - 
Method Summary- 
Methods inherited from class com.openinventor.inventor.nodes.SoVertexShapegetNormalCache, getTangentCache
 - 
Methods inherited from class com.openinventor.inventor.nodes.SoShapegetShapeType, isPrimitiveRestartAvailable, isPrimitiveRestartAvailable
 - 
Methods inherited from class com.openinventor.inventor.nodes.SoNodeaffectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderEngineMode, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
 - 
Methods inherited from class com.openinventor.inventor.fields.SoFieldContainercopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
 - 
Methods inherited from class com.openinventor.inventor.misc.SoBasedispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable
 - 
Methods inherited from class com.openinventor.inventor.InventorgetNativeResourceHandle
 
- 
 
- 
- 
- 
Field Detail- 
startIndexpublic final SoSFInt32 startIndex Index of first coordinate of shape.
 
- 
 
-