Click or drag to resize
SoVolumeBufferedShape Properties

The SoVolumeBufferedShape type exposes the following members.

Properties
  NameDescription
Public propertyboundingBoxIgnoring

Whether to ignore this node during bounding box traversal.

(Inherited from SoShape.)
Public propertyclipGeometry

Specifies to clip the geometry at the volume boundaries.

Public propertycolorBuffer

Buffer object that contains the (optional) color values.

(Inherited from SoBufferedShape.)
Public propertycolorComponentsCount

Number of components in each color value.

(Inherited from SoBufferedShape.)
Public propertycolorComponentsType

OIV.Inventor.SbDataType.DataTypes type for the color values.

(Inherited from SoBufferedShape.)
Public propertycolorOffset

Offset in bytes to the first color value in the buffer.

(Inherited from SoBufferedShape.)
Public propertycolorStride

Stride in bytes between the first component of two consecutive colors.

(Inherited from SoBufferedShape.)
Public propertyindexBuffer

Buffer object that contains the (optional) indices.

(Inherited from SoBufferedShape.)
Public propertyindexOffset

Offset in bytes to the first index in the buffer.

(Inherited from SoBufferedShape.)
Public propertyindexType

OIV.Inventor.SbDataType.DataTypes type for the indices.

(Inherited from SoBufferedShape.)
Public propertyinterpolation

Interpolation mode.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertynormalBuffer

Buffer object that contains the (optional) normal vectors.

(Inherited from SoBufferedShape.)
Public propertynormalComponentsType

OIV.Inventor.SbDataType.DataTypes type for the normal vectors.

(Inherited from SoBufferedShape.)
Public propertynormalOffset

Offset in bytes to the first normal vector in the buffer.

(Inherited from SoBufferedShape.)
Public propertynormalStride

Stride in bytes between the first component of two consecutive normals.

(Inherited from SoBufferedShape.)
Public propertynumVertices

Total number of vertices/indices or number of vertices/indices to be used per primitive.

(Inherited from SoBufferedShape.)
Public propertyoffset

Sets an offset value used for computing the texture coordinates.

Public propertyprimitiveRestartEnabled

Enable/disable the primitive restart feature.

(Inherited from SoBufferedShape.)
Public propertyprimitiveRestartValue

Index value for the primitive restart feature.

(Inherited from SoBufferedShape.)
Public propertyshapeType

Shape type to render.

(Inherited from SoBufferedShape.)
Public propertyshapeUsage

Defines the usage of the shape.

(Inherited from SoBufferedShape.)
Public propertytexCoordsBuffer

Buffer objects that contains the (optional) texture coordinates.

(Inherited from SoBufferedShape.)
Public propertytexCoordsComponentsCount

Number of components in each texture coordinate.

(Inherited from SoBufferedShape.)
Public propertytexCoordsComponentsType

OIV.Inventor.SbDataType.DataTypes type for the texture coordinates.

(Inherited from SoBufferedShape.)
Public propertytexCoordsOffset

Offset in bytes to the first texture coordinate in the buffer.

(Inherited from SoBufferedShape.)
Public propertytexCoordsStride

Stride in bytes between the first component of two consecutive texture coordinates.

(Inherited from SoBufferedShape.)
Public propertyuseNormalsGenerator

Indicates if the node should use the internal normal vector generator if no normals are defined.

(Inherited from SoBufferedShape.)
Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Public propertyvertexBuffer

Buffer object that contains the vertex data.

(Inherited from SoBufferedShape.)
Public propertyvertexComponentsCount

Number of components in each vertex.

(Inherited from SoBufferedShape.)
Public propertyvertexComponentsType (Inherited from SoBufferedShape.)
Public propertyvertexOffset

Offset in bytes to the first vertex within the buffer.

(Inherited from SoBufferedShape.)
Public propertyvertexStride

Stride in bytes between the first component of two consecutive vertices.

(Inherited from SoBufferedShape.)
Top
See Also