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