public class SoModifyViewVolumeElement extends SoElement
SoOffscreenRenderArea
.
See also:
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
static SbVec4f |
get(SoState state)
Returns the current portion of the view volume from the state.
|
static SbBox3f |
getBox(SoState state)
Returns the current portion of the view volume from the state.
|
static int |
getClassStackIndex()
Deprecated.
As of Open Inventor 9.3 replaced by SoElement.getClassStackIndex(Class)
|
static SbVec4f |
getDefault()
Returns the default screen portion.
|
static SbBox3f |
getDefaultBox()
Returns the default screen portion.
|
static int |
getInfo(SoState state)
Gets an integer info.
|
static SbVec3f[] |
getWallCoordinates(SoState state)
Returns the current coordinates of the virtual window in the real world.
|
static void |
set(SoState state,
SbBox3f portion)
Sets the current portion in the state to the given portion (left, bottom, right, top).
|
static void |
set(SoState state,
SbVec4f portion)
Sets the current portion in the state to the given portion (left, bottom, right, top).
|
static void |
setInfo(SoState state,
int info)
Sets an integer info.
|
static void |
setWallCoordinates(SoState state,
SbVec3f lowerLeft,
SbVec3f lowerRight,
SbVec3f upperLeft)
Sets the current coordinates of the virtual window in the real world.
|
static boolean |
useWallCoordinates(SoState state)
Returns a boolean telling the Camera to compute a view volume using the wall coordinates.
|
getClassStackIndex, pop, push
dispose, getNativeResourceHandle
public static void setInfo(SoState state, int info)
public static int getInfo(SoState state)
@Deprecated public static int getClassStackIndex()
public static void set(SoState state, SbVec4f portion)
public static SbVec4f getDefault()
public static void set(SoState state, SbBox3f portion)
public static void setWallCoordinates(SoState state, SbVec3f lowerLeft, SbVec3f lowerRight, SbVec3f upperLeft)
public static boolean useWallCoordinates(SoState state)
public static SbBox3f getDefaultBox()
public static SbVec3f[] getWallCoordinates(SoState state)
public static SbVec4f get(SoState state)
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com