public class SoDepthOffsetElement extends SoFloatElement
SoDepthOffset
nodes accumulation in state.
This element stores SoDepthOffset
nodes encountered during traversal at any given time. Requesting for current offset at a given time (throught get()
method) returns the global accumulated offset, computed from all previously SoDepthOffset
nodes encountered in current path traversal.Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
static float |
get(SoState state)
Returns current accumulated offset from the state.
|
static int |
getClassStackIndex()
Deprecated.
As of Open Inventor 9.3 replaced by SoElement.getClassStackIndex(Class)
|
static float |
getMaxOffset(SoState state)
Returns current accumulated offset from the state.
|
void |
pop(SoState name_12311,
SoElement name_12312)
Pop the element from the state.
|
void |
push(SoState name_12310)
Push the element into the state.
|
static void |
set(SoState state,
float offset)
Sets the current offset in the state.
|
static void |
set(SoState state,
float name_12301,
float name_12302,
float name_12303)
Sets the current offset in the state.
|
static void |
setMaxOffset(SoState state,
float offset)
Sets the current offset in the state.
|
getClassStackIndex
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public static float get(SoState state)
public static void set(SoState state, float name_12301, float name_12302, float name_12303)
public static float getMaxOffset(SoState state)
public static void setMaxOffset(SoState state, float offset)
public static void set(SoState state, float offset)
@Deprecated public static int getClassStackIndex()
Generated on August 20, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com