summaryrefslogtreecommitdiff
path: root/inc/IGESSolid_SelectedComponent.hxx
blob: 7d54e59469a121bba283329b8652e904d5fdd527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _IGESSolid_SelectedComponent_HeaderFile
#define _IGESSolid_SelectedComponent_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_IGESSolid_SelectedComponent_HeaderFile
#include <Handle_IGESSolid_SelectedComponent.hxx>
#endif

#ifndef _Handle_IGESSolid_BooleanTree_HeaderFile
#include <Handle_IGESSolid_BooleanTree.hxx>
#endif
#ifndef _gp_XYZ_HeaderFile
#include <gp_XYZ.hxx>
#endif
#ifndef _IGESData_IGESEntity_HeaderFile
#include <IGESData_IGESEntity.hxx>
#endif
class IGESSolid_BooleanTree;
class gp_XYZ;
class gp_Pnt;


//! defines SelectedComponent, Type <182> Form Number <0> <br>
//!          in package IGESSolid <br>
//!          The Selected Component entity provides a means of <br>
//!          selecting one component of a disjoint CSG solid <br>
class IGESSolid_SelectedComponent : public IGESData_IGESEntity {

public:

  
  Standard_EXPORT   IGESSolid_SelectedComponent();
  //! This method is used to set the fields of the class <br>
//!           SelectedComponent <br>
//!       - anEntity  : the Boolean tree entity <br>
//!       - selectPnt : Point in or on the desired component <br>
  Standard_EXPORT     void Init(const Handle(IGESSolid_BooleanTree)& anEntity,const gp_XYZ& selectPnt) ;
  //! returns the Boolean tree entity <br>
  Standard_EXPORT     Handle_IGESSolid_BooleanTree Component() const;
  //! returns the point on/in the selected component <br>
  Standard_EXPORT     gp_Pnt SelectPoint() const;
  //! returns the point on/in the selected component <br>
//! after applying TransformationMatrix <br>
  Standard_EXPORT     gp_Pnt TransformedSelectPoint() const;




  DEFINE_STANDARD_RTTI(IGESSolid_SelectedComponent)

protected:




private: 


Handle_IGESSolid_BooleanTree theEntity;
gp_XYZ theSelectPoint;


};





// other Inline functions and methods (like "C++: function call" methods)


#endif