public static enum IRenderAreaInteractive.ClippingPlanesAdjustMode extends java.lang.Enum<IRenderAreaInteractive.ClippingPlanesAdjustMode>
AUTO
, the camera near and far planes
are dynamically adjusted to be as tight as possible (least amount of stuff
is clipped) before each render traversal.MANUAL
, the user is expected to
manually set the camera near and far planes.Modifier and Type | Method and Description |
---|---|
static IRenderAreaInteractive.ClippingPlanesAdjustMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IRenderAreaInteractive.ClippingPlanesAdjustMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IRenderAreaInteractive.ClippingPlanesAdjustMode AUTO
public static final IRenderAreaInteractive.ClippingPlanesAdjustMode MANUAL
public static IRenderAreaInteractive.ClippingPlanesAdjustMode[] values()
for (IRenderAreaInteractive.ClippingPlanesAdjustMode c : IRenderAreaInteractive.ClippingPlanesAdjustMode.values()) System.out.println(c);
public static IRenderAreaInteractive.ClippingPlanesAdjustMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullGenerated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com