| Package | Description |
|---|---|
| com.openinventor.inventor.elements |
The element classes are used internally for storing information in Open Inventor's traversal state list.
|
| Modifier and Type | Method and Description |
|---|---|
static SoTextureCoordinateElement.CoordTypes |
SoTextureCoordinateElement.CoordTypes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
SoTextureCoordinateElement.CoordTypes |
SoGLTextureCoordinateElement.getType()
Deprecated.
Calls getType((int)0).
|
SoTextureCoordinateElement.CoordTypes |
SoTextureCoordinateElement.getType()
Calls getType((int)0).
|
SoTextureCoordinateElement.CoordTypes |
SoGLTextureCoordinateElement.getType(int unit)
Deprecated.
Returns code indicating what has been set in state/element .
|
SoTextureCoordinateElement.CoordTypes |
SoTextureCoordinateElement.getType(int unit) |
static SoTextureCoordinateElement.CoordTypes |
SoTextureCoordinateElement.getType(SoState state)
Calls getType(state, (int)0).
|
static SoTextureCoordinateElement.CoordTypes |
SoTextureCoordinateElement.getType(SoState state,
int unit)
Returns code indicating what has been set in state/element.
|
static SoTextureCoordinateElement.CoordTypes |
SoTextureCoordinateElement.CoordTypes.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoTextureCoordinateElement.CoordTypes |
SoTextureCoordinateElement.CoordTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoTextureCoordinateElement.CoordTypes[] |
SoTextureCoordinateElement.CoordTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com