1SoCylinderDetail(3IV)()                                SoCylinderDetail(3IV)()
2
3
4

NAME

6       SoCylinderDetail — stores detail information about the SoCylinder node
7

INHERITS FROM

9       SoDetail > SoCylinderDetail
10

SYNOPSIS

12       #include <Inventor/details/SoCylinderDetail.h>
13
14          Methods from class SoCylinderDetail:
15
16                         SoCylinderDetail()
17     virtual             ~SoCylinderDetail()
18     int                 getPart() const
19     static SoType       getClassTypeId()
20
21          Methods from class SoDetail:
22
23     SoDetail *          copy() const
24     virtual SoType      getTypeId() const
25     SbBool              isOfType(SoType type) const
26
27

DESCRIPTION

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

METHODS

33                         SoCylinderDetail()
34     virtual             ~SoCylinderDetail()
35          Constructor and destructor.
36
37     int                 getPart() const
38          Returns the part in the detail. The returned value  is  one  of  the
39          SoCylinder part flags.
40
41     static SoType       getClassTypeId()
42          Returns type identifier for this class.
43
44

SEE ALSO

46       SoCylinder, SoDetail, SoPickedPoint, SoPrimitiveVertex
47
48
49
50
51                                                       SoCylinderDetail(3IV)()
Impressum