Uses of Class
com.openinventor.volumeviz.nodes.SoUniformGridClipping
-
Packages that use SoUniformGridClipping Package Description com.openinventor.volumeviz.elements com.openinventor.volumeviz.nodes -
-
Uses of SoUniformGridClipping in com.openinventor.volumeviz.elements
Methods in com.openinventor.volumeviz.elements that return SoUniformGridClipping Modifier and Type Method Description static SoUniformGridClipping
SoUniformGridClippingElement. get(SoState state)
Returns the first grid.Methods in com.openinventor.volumeviz.elements that return types with arguments of type SoUniformGridClipping Modifier and Type Method Description static java.util.ArrayList<SoUniformGridClipping>
SoUniformGridClippingElement. getAll(SoState state)
Returns all the grids. -
Uses of SoUniformGridClipping in com.openinventor.volumeviz.nodes
Subclasses of SoUniformGridClipping in com.openinventor.volumeviz.nodes Modifier and Type Class Description class
SoUniformGridProjectionClipping
Clips a volume with the depth map projection of a shape.
-