Click or drag to resize
SoBufferedShape Properties

The SoBufferedShape type exposes the following members.

Properties
  NameDescription
Public propertyboundingBoxIgnoring

Whether to ignore this node during bounding box traversal.

(Inherited from SoShape.)
Public propertycolorBuffer

Buffer object that contains the (optional) color values.

Public propertycolorComponentsCount

Number of components in each color value.

Public propertycolorComponentsType

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

Public propertycolorOffset

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

Public propertycolorStride

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

Public propertyindexBuffer

Buffer object that contains the (optional) indices.

Public propertyindexOffset

Offset in bytes to the first index in the buffer.

Public propertyindexType

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

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

Buffer object that contains the (optional) normal vectors.

Public propertynormalComponentsType

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

Public propertynormalOffset

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

Public propertynormalStride

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

Public propertynumVertices

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

Public propertyprimitiveRestartEnabled

Enable/disable the primitive restart feature.

Public propertyprimitiveRestartValue

Index value for the primitive restart feature.

Public propertyshapeType

Shape type to render.

Public propertyshapeUsage

Defines the usage of the shape.

Public propertytexCoordsBuffer

Buffer objects that contains the (optional) texture coordinates.

Public propertytexCoordsComponentsCount

Number of components in each texture coordinate.

Public propertytexCoordsComponentsType

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

Public propertytexCoordsOffset

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

Public propertytexCoordsStride

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

Public propertyuseNormalsGenerator

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

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.

Public propertyvertexComponentsCount

Number of components in each vertex.

Public propertyvertexComponentsType
Public propertyvertexOffset

Offset in bytes to the first vertex within the buffer.

Public propertyvertexStride

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

Top
See Also