![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Describes an intersection on an edge to hide. Contains a parameter and a state (ON = on the face, OUT = above the face, IN = under the Face) More...
#include <HLRAlgo_Intersection.hxx>
Public Member Functions | |
| HLRAlgo_Intersection () | |
| HLRAlgo_Intersection (const TopAbs_Orientation Ori, const int Lev, const int SegInd, const int Ind, const double P, const float Tol, const TopAbs_State S) | |
| void | Orientation (const TopAbs_Orientation Ori) |
| TopAbs_Orientation | Orientation () const |
| void | Level (const int Lev) |
| int | Level () const |
| void | SegIndex (const int SegInd) |
| int | SegIndex () const |
| void | Index (const int Ind) |
| int | Index () const |
| void | Parameter (const double P) |
| double | Parameter () const |
| void | Tolerance (const float T) |
| float | Tolerance () const |
| void | State (const TopAbs_State S) |
| TopAbs_State | State () const |
Describes an intersection on an edge to hide. Contains a parameter and a state (ON = on the face, OUT = above the face, IN = under the Face)
| HLRAlgo_Intersection::HLRAlgo_Intersection | ( | ) |
| HLRAlgo_Intersection::HLRAlgo_Intersection | ( | const TopAbs_Orientation | Ori, |
| const int | Lev, | ||
| const int | SegInd, | ||
| const int | Ind, | ||
| const double | P, | ||
| const float | Tol, | ||
| const TopAbs_State | S ) |
| int HLRAlgo_Intersection::Index | ( | ) | const |
| int HLRAlgo_Intersection::Level | ( | ) | const |
| TopAbs_Orientation HLRAlgo_Intersection::Orientation | ( | ) | const |
| void HLRAlgo_Intersection::Orientation | ( | const TopAbs_Orientation | Ori | ) |
| double HLRAlgo_Intersection::Parameter | ( | ) | const |
| int HLRAlgo_Intersection::SegIndex | ( | ) | const |
| TopAbs_State HLRAlgo_Intersection::State | ( | ) | const |
| void HLRAlgo_Intersection::State | ( | const TopAbs_State | S | ) |
| float HLRAlgo_Intersection::Tolerance | ( | ) | const |