|
Open CASCADE Technology
6.7.1
|
Class is a container of three flags used
by intersection algorithm
More...
#include <BOPAlgo_SectionAttribute.hxx>
Public Member Functions | |
| BOPAlgo_SectionAttribute (const Standard_Boolean Aproximation=Standard_True, const Standard_Boolean PCurveOnS1=Standard_True, const Standard_Boolean PCurveOnS2=Standard_True) | |
| Initializes me by flags More... | |
| void | Approximation (const Standard_Boolean theFlag) |
| Modifier More... | |
| void | PCurveOnS1 (const Standard_Boolean theFlag) |
| Modifier More... | |
| void | PCurveOnS2 (const Standard_Boolean theFlag) |
| Modifier More... | |
| Standard_Boolean | Approximation () const |
| Selector More... | |
| Standard_Boolean | PCurveOnS1 () const |
| Selector More... | |
| Standard_Boolean | PCurveOnS2 () const |
| Selector More... | |
Class is a container of three flags used
by intersection algorithm
| BOPAlgo_SectionAttribute::BOPAlgo_SectionAttribute | ( | const Standard_Boolean | Aproximation = Standard_True, |
| const Standard_Boolean | PCurveOnS1 = Standard_True, |
||
| const Standard_Boolean | PCurveOnS2 = Standard_True |
||
| ) |
Initializes me by flags
| void BOPAlgo_SectionAttribute::Approximation | ( | const Standard_Boolean | theFlag | ) |
Modifier
| Standard_Boolean BOPAlgo_SectionAttribute::Approximation | ( | ) | const |
Selector
| void BOPAlgo_SectionAttribute::PCurveOnS1 | ( | const Standard_Boolean | theFlag | ) |
Modifier
| Standard_Boolean BOPAlgo_SectionAttribute::PCurveOnS1 | ( | ) | const |
Selector
| void BOPAlgo_SectionAttribute::PCurveOnS2 | ( | const Standard_Boolean | theFlag | ) |
Modifier
| Standard_Boolean BOPAlgo_SectionAttribute::PCurveOnS2 | ( | ) | const |
Selector
1.8.5