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_12332,
SoElement name_12333)
Pop the element from the state.
|
void |
push(SoState name_12331)
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_12322,
float name_12323,
float name_12324)
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_12322, float name_12323, float name_12324)
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 January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com