![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Class is a container of the flags used by intersection algorithm. More...
#include <BOPAlgo_SectionAttribute.hxx>
Public Member Functions | |
| BOPAlgo_SectionAttribute () | |
| Default constructor. | |
| BOPAlgo_SectionAttribute (const bool theAproximation, const bool thePCurveOnS1, const bool thePCurveOnS2) | |
| Constructor. | |
| void | Approximation (const bool theApprox) |
| Sets the Approximation flag. | |
| void | PCurveOnS1 (const bool thePCurveOnS1) |
| Sets the PCurveOnS1 flag. | |
| void | PCurveOnS2 (const bool thePCurveOnS2) |
| Sets the PCurveOnS2 flag. | |
| bool | Approximation () const |
| Returns the Approximation flag. | |
| bool | PCurveOnS1 () const |
| Returns the PCurveOnS1 flag. | |
| bool | PCurveOnS2 () const |
| Returns the PCurveOnS2 flag. | |
Class is a container of the flags used by intersection algorithm.
|
inline |
Default constructor.
|
inline |
Constructor.
|
inline |
Returns the Approximation flag.
Sets the Approximation flag.
|
inline |
Returns the PCurveOnS1 flag.
Sets the PCurveOnS1 flag.
|
inline |
Returns the PCurveOnS2 flag.
Sets the PCurveOnS2 flag.