public class SoUpdateAreaElement extends SoElement
This element also sets the GL scissor box to limit drawing.
The update area is specified in normalized viewport coordinates, where (0,0) is the lower left corner of the viewport and (1,1) is the upper right corner. The area is given as an origin and a size.
See also:
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
static SbVec2f[] |
get(SoState state)
Returns current update area from the state.
|
static int |
getClassStackIndex()
Deprecated.
As of Open Inventor 9.3 replaced by SoElement.getClassStackIndex(Class)
|
static SbVec2f |
getDefaultOrigin()
Returns the default update area origin.
|
static SbVec2f |
getDefaultSize()
Returns the default update area size.
|
void |
push(SoState state)
Overrides
push() method to copy values from next instance in the stack. |
static void |
set(SoState state,
SbVec2f origin,
SbVec2f size)
Sets the current update area in the state.
|
getClassStackIndex, pop
dispose, getNativeResourceHandle
public static SbVec2f getDefaultOrigin()
@Deprecated public static int getClassStackIndex()
public static void set(SoState state, SbVec2f origin, SbVec2f size)
public static SbVec2f getDefaultSize()
public void push(SoState state)
push()
method to copy values from next instance in the stack.Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com