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 TypeClassDescriptionclassStores detail information about theSoConenode.classStores detail information about theSoCubenode.classStores detail information about theSoCylindernode.classStores detail information about vertex-based shapes made of faces.classStores detail information about vertex-based shapes made of line segments.classStores detail information about a nodekit.classStores detail information about vertex-based shapes made of points.classStores 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 TypeClassDescriptionclassStores detail information about vertex-based shapes made of faces.classStores detail information about vertex-based shapes made of faces from unstructured meshes and structured line meshes.classStores detail information about vertex-based shapes made of faces from a structured surface mesh.classStores detail information about vertex-based shapes made of faces from a structured volume mesh.classStores detail information about vertex-based shapes made of line segments.classStores detail information about vertex-based shapes made of line segments from unstructured meshes and structured line meshes.classStores 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 TypeClassDescriptionclassStores detail information about a picked voxel or pick ray in a data volume.classStores detail information about a picked cell in a heightfield.classStores detail information about a picked voxel on an oblique slice.classStores detail information about an ortho slice.classBase class for detail information about picking in a data volume.classBase class for detail information about picking in a data volume.classStores detail information about a picked voxel or pick ray in a data volume.classStores 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.