File indexing completed on 2025-01-18 10:04:09
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _IntPatch_InterferencePolyhedron_HeaderFile
0018 #define _IntPatch_InterferencePolyhedron_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022
0023 #include <Standard_Integer.hxx>
0024 #include <gp_XYZ.hxx>
0025 #include <Intf_Interference.hxx>
0026 class IntPatch_Polyhedron;
0027 class Intf_TangentZone;
0028
0029
0030
0031
0032
0033 class IntPatch_InterferencePolyhedron : public Intf_Interference
0034 {
0035 public:
0036
0037 DEFINE_STANDARD_ALLOC
0038
0039
0040
0041 Standard_EXPORT IntPatch_InterferencePolyhedron();
0042
0043
0044
0045 Standard_EXPORT IntPatch_InterferencePolyhedron(const IntPatch_Polyhedron& Obje1, const IntPatch_Polyhedron& Obje2);
0046
0047
0048
0049 Standard_EXPORT IntPatch_InterferencePolyhedron(const IntPatch_Polyhedron& Obje);
0050
0051
0052 Standard_EXPORT void Perform (const IntPatch_Polyhedron& Obje1, const IntPatch_Polyhedron& Obje2);
0053
0054
0055 Standard_EXPORT void Perform (const IntPatch_Polyhedron& Obje);
0056
0057
0058
0059
0060 protected:
0061
0062
0063
0064
0065
0066 private:
0067
0068
0069 Standard_EXPORT void Interference (const IntPatch_Polyhedron& Obje1);
0070
0071
0072
0073
0074 Standard_EXPORT void Interference (const IntPatch_Polyhedron& Obje1, const IntPatch_Polyhedron& Obje2);
0075
0076
0077
0078 Standard_EXPORT void Intersect (const Standard_Integer TriF, const IntPatch_Polyhedron& Obje1, const Standard_Integer TriS, const IntPatch_Polyhedron& Obje2);
0079
0080
0081
0082 Standard_EXPORT Standard_Boolean TangentZoneValue (Intf_TangentZone& TheTZ, const IntPatch_Polyhedron& Obje1, const Standard_Integer Tri1, const IntPatch_Polyhedron& Obje2, const Standard_Integer Tri2) const;
0083
0084 Standard_EXPORT void CoupleCharacteristics (const IntPatch_Polyhedron& FirstPol, const IntPatch_Polyhedron& SeconPol);
0085
0086
0087 Standard_Integer OI[3];
0088 Standard_Integer TI[3];
0089 Standard_Real dpOpT[3][3];
0090 Standard_Real dpOeT[3][3];
0091 Standard_Real deOpT[3][3];
0092 gp_XYZ voo[3];
0093 gp_XYZ vtt[3];
0094 Standard_Real Incidence;
0095
0096
0097 };
0098
0099
0100
0101
0102
0103
0104
0105 #endif