public class SoTransparencyTypeElement extends SoInt32Element
Warning This class is not available in Open Inventor version 10 and later.
Starting with Open version 10, transparency type can only be specified as a property of the whole scene. To get the current transparency setting during scene graph traversal, use the action->getTransparencyType() method.
See also:
SoTransparencyType, SoGLRenderActionDeprecated since Open Inventor 9630
Will be removed in OIV 10. Please refer to class documentation for details.
| Modifier and Type | Class and Description |
|---|---|
static class |
SoTransparencyTypeElement.TransparencyTypes
Deprecated.
TransparencyType.
|
Inventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
static int |
ADD
Deprecated.
Use
SoTransparencyTypeElement.TransparencyTypes.ADD instead. |
static int |
BLEND
Deprecated.
Use
SoTransparencyTypeElement.TransparencyTypes.BLEND instead. |
static int |
DELAYED_ADD
Deprecated.
|
static int |
DELAYED_BLEND
Deprecated.
|
static int |
DELAYED_SORTED_LAYERS_BLEND
Deprecated.
|
static int |
DELAYED_SORTED_PIXELS_BLEND
Deprecated.
|
static int |
NO_TRANSPARENCY
Deprecated.
|
static int |
SCREEN_DOOR
Deprecated.
|
static int |
SORTED_LAYERS_BLEND
Deprecated.
|
static int |
SORTED_OBJECT_ADD
Deprecated.
|
static int |
SORTED_OBJECT_BLEND
Deprecated.
|
static int |
SORTED_OBJECT_TRIANGLES_ADD
Deprecated.
|
static int |
SORTED_OBJECT_TRIANGLES_BLEND
Deprecated.
|
static int |
SORTED_PIXELS_BLEND
Deprecated.
|
static int |
SORTED_TRIANGLES_ADD
Deprecated.
|
static int |
SORTED_TRIANGLES_BLEND
Deprecated.
|
VERBOSE_LEVEL, ZeroHandle| Modifier and Type | Method and Description |
|---|---|
static SoTransparencyTypeElement.TransparencyTypes |
get(SoState state)
Deprecated.
Returns current draw style from the state.
|
static int |
getClassStackIndex()
Deprecated.
As of Open Inventor 9.3 replaced by SoElement.getClassStackIndex(Class)
|
static SoTransparencyTypeElement.TransparencyTypes |
getDefault()
Deprecated.
Returns the default draw style.
|
static void |
set(SoState state,
SoTransparencyTypeElement.TransparencyTypes type)
Deprecated.
Sets the current draw style in the state.
|
getClassStackIndex, pop, pushdispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads@Deprecated public static final int SCREEN_DOOR
SoTransparencyTypeElement.TransparencyTypes.SCREEN_DOOR instead.@Deprecated public static final int ADD
SoTransparencyTypeElement.TransparencyTypes.ADD instead.@Deprecated public static final int BLEND
SoTransparencyTypeElement.TransparencyTypes.BLEND instead.@Deprecated public static final int DELAYED_ADD
SoTransparencyTypeElement.TransparencyTypes.DELAYED_ADD instead.@Deprecated public static final int DELAYED_BLEND
SoTransparencyTypeElement.TransparencyTypes.DELAYED_BLEND instead.@Deprecated public static final int SORTED_OBJECT_ADD
SoTransparencyTypeElement.TransparencyTypes.SORTED_OBJECT_ADD instead.@Deprecated public static final int SORTED_OBJECT_BLEND
SoTransparencyTypeElement.TransparencyTypes.SORTED_OBJECT_BLEND instead.@Deprecated public static final int SORTED_TRIANGLES_ADD
SoTransparencyTypeElement.TransparencyTypes.SORTED_TRIANGLES_ADD instead.@Deprecated public static final int SORTED_TRIANGLES_BLEND
SoTransparencyTypeElement.TransparencyTypes.SORTED_TRIANGLES_BLEND instead.@Deprecated public static final int SORTED_OBJECT_TRIANGLES_ADD
SoTransparencyTypeElement.TransparencyTypes.SORTED_OBJECT_TRIANGLES_ADD instead.@Deprecated public static final int SORTED_OBJECT_TRIANGLES_BLEND
SoTransparencyTypeElement.TransparencyTypes.SORTED_OBJECT_TRIANGLES_BLEND instead.@Deprecated public static final int SORTED_PIXELS_BLEND
SoTransparencyTypeElement.TransparencyTypes.SORTED_PIXELS_BLEND instead.@Deprecated public static final int SORTED_LAYERS_BLEND
SoTransparencyTypeElement.TransparencyTypes.SORTED_LAYERS_BLEND instead.@Deprecated public static final int DELAYED_SORTED_PIXELS_BLEND
SoTransparencyTypeElement.TransparencyTypes.DELAYED_SORTED_PIXELS_BLEND instead.@Deprecated public static final int DELAYED_SORTED_LAYERS_BLEND
SoTransparencyTypeElement.TransparencyTypes.DELAYED_SORTED_LAYERS_BLEND instead.@Deprecated public static final int NO_TRANSPARENCY
SoTransparencyTypeElement.TransparencyTypes.NO_TRANSPARENCY instead.public static SoTransparencyTypeElement.TransparencyTypes getDefault()
public static SoTransparencyTypeElement.TransparencyTypes get(SoState state)
@Deprecated public static int getClassStackIndex()
public static void set(SoState state, SoTransparencyTypeElement.TransparencyTypes type)
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com