Uses of Class
com.openinventor.inventor.nodes.SoVertexShape
-
Packages that use SoVertexShape Package Description com.openinventor.inventor.geo com.openinventor.inventor.nodes com.openinventor.volumeviz.nodes -
-
Uses of SoVertexShape in com.openinventor.inventor.geo
Subclasses of SoVertexShape 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 SoVertexShape in com.openinventor.inventor.nodes
Subclasses of SoVertexShape in com.openinventor.inventor.nodes Modifier and Type Class Description class
SoFaceSet
Polygonal face shape node.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
SoIndexedShape
Abstract base class for all indexed vertex-based shapes.class
SoIndexedTriangleFanSet
Indexed triangle fan set shape node.class
SoIndexedTriangleSet
Indexed triangle shape node.class
SoIndexedTriangleStripSet
Indexed triangle strip set shape node.class
SoLineSet
Polyline shape node.class
SoMarkerSet
Extension of PointSet that draws a small bitmap (symbol) at each 3D location.class
SoNonIndexedShape
Abstract base class for all non-indexed vertex-based shapes.class
SoPointSet
Point set shape node.class
SoQuadMesh
Quadrilateral mesh shape node.class
SoTriangleSet
Set of triangles shape node.class
SoTriangleStripSet
Triangle strip set shape node. -
Uses of SoVertexShape in com.openinventor.volumeviz.nodes
Subclasses of SoVertexShape in com.openinventor.volumeviz.nodes Modifier and Type Class Description class
SoVolumeFaceSet
Polygonal face shape node for volume data.class
SoVolumeIndexedFaceSet
Indexed polygonal face shape node for volume data.class
SoVolumeIndexedTriangleStripSet
Indexed triangle strip set shape node for volume data.class
SoVolumeTriangleStripSet
Triangle strip set shape node for volume data.
-