Uses of Class
com.openinventor.inventor.nodes.SoIndexedShape
-
Packages that use SoIndexedShape Package Description com.openinventor.inventor.geo com.openinventor.inventor.nodes com.openinventor.volumeviz.nodes -
-
Uses of SoIndexedShape in com.openinventor.inventor.geo
Subclasses of SoIndexedShape in com.openinventor.inventor.geo Modifier and Type Class Description class
SoGeoElevationGrid
Specifies a uniform grid of elevation values within some spatial reference frame. -
Uses of SoIndexedShape in com.openinventor.inventor.nodes
Subclasses of SoIndexedShape in com.openinventor.inventor.nodes Modifier and Type Class Description class
SoIndexedFaceSet
Indexed polygonal face shape node.class
SoIndexedLineSet
Indexed polyline shape node.class
SoIndexedMarkerSet
Extension of IndexedPointSet that draws a small bitmap (symbol) at each 3D location.class
SoIndexedPointSet
Indexed point set shape node.class
SoIndexedQuadMesh
Indexed quadrilateral mesh shape node.class
SoIndexedTriangleFanSet
Indexed triangle fan set shape node.class
SoIndexedTriangleSet
Indexed triangle shape node.class
SoIndexedTriangleStripSet
Indexed triangle strip set shape node. -
Uses of SoIndexedShape in com.openinventor.volumeviz.nodes
Subclasses of SoIndexedShape in com.openinventor.volumeviz.nodes Modifier and Type Class Description class
SoVolumeIndexedFaceSet
Indexed polygonal face shape node for volume data.class
SoVolumeIndexedTriangleStripSet
Indexed triangle strip set shape node for volume data.
-