SoCubeDetail — stores detail information about the SoCube node
Contents
Description
This class contains detail information about a point on a cube. It contains the part of the cube that was
hit.
Part values are as follows:
0 Front
1 Back
2 Left
3 Right
4 Top
5 Bottom
Inherits From
SoDetail > SoCubeDetail
Methods
SoCubeDetail()virtual~SoCubeDetail()
Constructor and destructor.
intgetPart()const
Returns the part in the detail.
staticSoTypegetClassTypeId()
Returns type identifier for this class.
Name
SoCubeDetail — stores detail information about the SoCube node
See Also
SoCube,SoDetail,SoPickedPoint,SoPrimitiveVertexSoCubeDetail(3IV)()
Synopsis
#include<Inventor/details/SoCubeDetail.h>
Methods from class SoCubeDetail:
SoCubeDetail()virtual~SoCubeDetail()intgetPart()conststaticSoTypegetClassTypeId()
Methods from class SoDetail:
SoDetail*copy()constvirtualSoTypegetTypeId()constSbBoolisOfType(SoTypetype)const