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

SoConeDetail — stores detail information about the SoCone node

Description

       This class contains detail information about a point on a cone. It contains the part of the cone that was
       hit (sides or bottom).

Inherits From

       SoDetail > SoConeDetail

Methods

SoConeDetail()virtual~SoConeDetail()
          Constructor and destructor.

     intgetPart()const
          Returns the part in the detail. The returned value is one of the SoCone part flags.

     staticSoTypegetClassTypeId()
          Returns type identifier for this class.

Name

       SoConeDetail — stores detail information about the SoCone node

See Also

SoCone,SoDetail,SoPickedPoint,SoPrimitiveVertexSoConeDetail(3IV)()

Synopsis

#include<Inventor/details/SoConeDetail.h>

          Methods from class SoConeDetail:

                         SoConeDetail()virtual~SoConeDetail()intgetPart()conststaticSoTypegetClassTypeId()

          Methods from class SoDetail:

     SoDetail*copy()constvirtualSoTypegetTypeId()constSbBoolisOfType(SoTypetype)const

See Also