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

SoCylinderDetail — stores detail information about the SoCylinder node

Description

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

Inherits From

       SoDetail > SoCylinderDetail

Methods

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

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

     staticSoTypegetClassTypeId()
          Returns type identifier for this class.

Name

       SoCylinderDetail — stores detail information about the SoCylinder node

See Also

SoCylinder,SoDetail,SoPickedPoint,SoPrimitiveVertexSoCylinderDetail(3IV)()

Synopsis

#include<Inventor/details/SoCylinderDetail.h>

          Methods from class SoCylinderDetail:

                         SoCylinderDetail()virtual~SoCylinderDetail()intgetPart()conststaticSoTypegetClassTypeId()

          Methods from class SoDetail:

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

See Also