File indexing completed on 2025-01-18 10:03:59
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _IGESDimen_PointDimension_HeaderFile
0018 #define _IGESDimen_PointDimension_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_Type.hxx>
0022
0023 #include <IGESData_IGESEntity.hxx>
0024 #include <Standard_Integer.hxx>
0025 class IGESDimen_GeneralNote;
0026 class IGESDimen_LeaderArrow;
0027 class IGESGeom_CircularArc;
0028 class IGESGeom_CompositeCurve;
0029
0030
0031 class IGESDimen_PointDimension;
0032 DEFINE_STANDARD_HANDLE(IGESDimen_PointDimension, IGESData_IGESEntity)
0033
0034
0035
0036
0037
0038
0039
0040
0041
0042 class IGESDimen_PointDimension : public IGESData_IGESEntity
0043 {
0044
0045 public:
0046
0047
0048 Standard_EXPORT IGESDimen_PointDimension();
0049
0050 Standard_EXPORT void Init (const Handle(IGESDimen_GeneralNote)& aNote, const Handle(IGESDimen_LeaderArrow)& anArrow, const Handle(IGESData_IGESEntity)& aGeom);
0051
0052 Standard_EXPORT Handle(IGESDimen_GeneralNote) Note() const;
0053
0054 Standard_EXPORT Handle(IGESDimen_LeaderArrow) LeaderArrow() const;
0055
0056
0057
0058
0059
0060
0061 Standard_EXPORT Standard_Integer GeomCase() const;
0062
0063
0064 Standard_EXPORT Handle(IGESData_IGESEntity) Geom() const;
0065
0066
0067 Standard_EXPORT Handle(IGESGeom_CircularArc) CircularArc() const;
0068
0069
0070 Standard_EXPORT Handle(IGESGeom_CompositeCurve) CompositeCurve() const;
0071
0072
0073
0074
0075 DEFINE_STANDARD_RTTIEXT(IGESDimen_PointDimension,IGESData_IGESEntity)
0076
0077 protected:
0078
0079
0080
0081
0082 private:
0083
0084
0085 Handle(IGESDimen_GeneralNote) theNote;
0086 Handle(IGESDimen_LeaderArrow) theLeader;
0087 Handle(IGESData_IGESEntity) theGeom;
0088
0089
0090 };
0091
0092
0093
0094
0095
0096
0097
0098 #endif