logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SoCubeDetail — stores detail information about the SoCube node

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

See Also