1SoConeDetail(3IV)() SoConeDetail(3IV)()
2
3
4
6 SoConeDetail — stores detail information about the SoCone node
7
9 SoDetail > SoConeDetail
10
12 #include <Inventor/details/SoConeDetail.h>
13
14 Methods from class SoConeDetail:
15
16 SoConeDetail()
17 virtual ~SoConeDetail()
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
29 This class contains detail information about a point on a cone. It con‐
30 tains the part of the cone that was hit (sides or bottom).
31
33 SoConeDetail()
34 virtual ~SoConeDetail()
35 Constructor and destructor.
36
37 int getPart() const
38 Returns the part in the detail. The returned value is one of the
39 SoCone part flags.
40
41 static SoType getClassTypeId()
42 Returns type identifier for this class.
43
44
46 SoCone, SoDetail, SoPickedPoint, SoPrimitiveVertex
47
48
49
50
51 SoConeDetail(3IV)()