Uses of Class
com.openinventor.inventor.details.SoDetail
Packages that use SoDetail
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
Provides classes for detail information storage.
-
Uses of SoDetail in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoDetailModifier and TypeMethodDescriptionSoPickedPoint.getDetail()
Calls getDetail((com.openinventor.inventor.nodes.SoNode)null).Returns the detail that corresponds to the specified node in the path returned bygetPath()
.SoPrimitiveVertex.getDetail()
Returns the detail giving more information about the vertex.Methods in com.openinventor.inventor with parameters of type SoDetail -
Uses of SoDetail in com.openinventor.inventor.details
Subclasses of SoDetail in com.openinventor.inventor.detailsModifier and TypeClassDescriptionclass
Stores detail information about theSoCone
node.class
Stores detail information about theSoCube
node.class
Stores detail information about theSoCylinder
node.class
Stores detail information about vertex-based shapes made of faces.class
Stores detail information about vertex-based shapes made of line segments.class
Stores detail information about a nodekit.class
Stores detail information about vertex-based shapes made of points.class
Stores detail information about a text node.Methods in com.openinventor.inventor.details that return SoDetailModifier and TypeMethodDescriptionSoConeDetail.copy()
Returns an instance that is a copy of this instance.SoCubeDetail.copy()
Returns an instance that is a copy of this instance.SoCylinderDetail.copy()
Returns an instance that is a copy of this instance.SoDetail.copy()
Returns an instance that is a copy of this instance.SoFaceDetail.copy()
Returns an instance that is a copy of this instance.SoLineDetail.copy()
Returns an instance that is a copy of this instance.SoNodeKitDetail.copy()
Returns an instance that is a copy of this instance.SoPointDetail.copy()
Returns an instance that is a copy of this instance.SoTextDetail.copy()
Returns an instance that is a copy of this instance. -
Uses of SoDetail in com.openinventor.meshvizxlm.mapping.details
Subclasses of SoDetail in com.openinventor.meshvizxlm.mapping.detailsModifier and TypeClassDescriptionclass
Stores detail information about vertex-based shapes made of faces.class
Stores detail information about vertex-based shapes made of faces from unstructured meshes and structured line meshes.class
Stores detail information about vertex-based shapes made of faces from a structured surface mesh.class
Stores detail information about vertex-based shapes made of faces from a structured volume mesh.class
Stores detail information about vertex-based shapes made of line segments.class
Stores detail information about vertex-based shapes made of line segments from unstructured meshes and structured line meshes.class
Stores detail information about vertex-based shapes made of line segments from structured volume meshes.Methods in com.openinventor.meshvizxlm.mapping.details that return SoDetail -
Uses of SoDetail in com.openinventor.volumeviz.details
Subclasses of SoDetail in com.openinventor.volumeviz.detailsModifier and TypeClassDescriptionclass
Stores detail information about a picked voxel or pick ray in a data volume.class
Stores detail information about a picked cell in a heightfield.class
Stores detail information about a picked voxel on an oblique slice.class
Stores detail information about an ortho slice.class
Base class for detail information about picking in a data volume.class
Base class for detail information about picking in a data volume.class
Stores detail information about a picked voxel or pick ray in a data volume.class
Stores detail information about a picked voxel or pick ray in a data volume.Methods in com.openinventor.volumeviz.details that return SoDetailModifier and TypeMethodDescriptionSoFenceSliceDetail.copy()
Returns an instance that is a copy of this instance.SoHeightFieldDetail.copy()
Returns an instance that is a copy of this instance.SoObliqueSliceDetail.copy()
Returns an instance that is a copy of this instance.SoOrthoSliceDetail.copy()
Returns an instance that is a copy of this instance.SoSliceDetail.copy()
Returns an instance that is a copy of this instance.SoVolumeDetail.copy()
Returns an instance that is a copy of this instance.SoVolumeRenderDetail.copy()
Returns an instance that is a copy of this instance.SoVolumeSkinDetail.copy()
Returns an instance that is a copy of this instance.