| Package | Description |
|---|---|
| com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
| com.openinventor.inventor.nodes |
| Modifier and Type | Method and Description |
|---|---|
static SbDataType.DataTypes |
SbDataType.DataTypes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
SbDataType.DataTypes |
SbDataType.getType()
Returns the type as an enum.
|
static SbDataType.DataTypes |
SbDataType.DataTypes.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SbDataType.DataTypes |
SbDataType.DataTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SbDataType.DataTypes[] |
SbDataType.DataTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SbDataType(SbDataType.DataTypes type)
Copy constructor.
|
| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<SbDataType.DataTypes> |
SoBufferedShape.colorComponentsType
SbDataType.DataType type for the color values. |
SoSFEnum<SbDataType.DataTypes> |
SoBufferedShape.indexType
SbDataType.DataType type for the indices. |
SoSFEnum<SbDataType.DataTypes> |
SoBufferedShape.normalComponentsType
SbDataType.DataType type for the normal vectors. |
SoMFEnum<SbDataType.DataTypes> |
SoBufferedShape.texCoordsComponentsType
SbDataType.DataType type for the texture coordinates. |
SoSFEnum<SbDataType.DataTypes> |
SoVertexShaderParameterBufferObject.type
Specifies the data type from the class
SbDataType of each generic vertex parameter component. |
SoSFEnum<SbDataType.DataTypes> |
SoBufferedShape.vertexComponentsType
SbDataType.DataType for vertices. |
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com