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_10855,
SoElement name_10856)
Pop the element from the state.
|
void |
push(SoState name_10854)
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_10834,
float name_10835,
float name_10836)
Sets the current offset in the state.
|
static void |
set(SoState state,
SoNode name_10831,
float offset)
Sets the current offset in the state.
|
static void |
setMaxOffset(SoState state,
float offset)
Sets the current offset in the state.
|
getClassStackIndex
dispose, getNativeResourceHandle
public static void set(SoState state, float offset)
public static void set(SoState state, SoNode name_10831, float offset)
public static float getMaxOffset(SoState state)
@Deprecated public static int getClassStackIndex()
public static void set(SoState state, float name_10834, float name_10835, float name_10836)
public void push(SoState name_10854)
public static void setMaxOffset(SoState state, float offset)
public static float get(SoState state)
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com