![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <StepShape_CsgSelect.hxx>
Public Member Functions | |
| StepShape_CsgSelect () | |
| Returns a CsgSelect SelectType. | |
| void | SetTypeOfContent (const int aTypeOfContent) |
| int | TypeOfContent () const |
| occ::handle< StepShape_BooleanResult > | BooleanResult () const |
| returns Value as a BooleanResult (Null if another type) | |
| void | SetBooleanResult (const occ::handle< StepShape_BooleanResult > &aBooleanResult) |
| StepShape_CsgPrimitive | CsgPrimitive () const |
| returns Value as a CsgPrimitive (Null if another type) | |
| void | SetCsgPrimitive (const StepShape_CsgPrimitive &aCsgPrimitive) |
| StepShape_CsgSelect::StepShape_CsgSelect | ( | ) |
Returns a CsgSelect SelectType.
| occ::handle< StepShape_BooleanResult > StepShape_CsgSelect::BooleanResult | ( | ) | const |
returns Value as a BooleanResult (Null if another type)
| StepShape_CsgPrimitive StepShape_CsgSelect::CsgPrimitive | ( | ) | const |
returns Value as a CsgPrimitive (Null if another type)
| void StepShape_CsgSelect::SetBooleanResult | ( | const occ::handle< StepShape_BooleanResult > & | aBooleanResult | ) |
| void StepShape_CsgSelect::SetCsgPrimitive | ( | const StepShape_CsgPrimitive & | aCsgPrimitive | ) |
| int StepShape_CsgSelect::TypeOfContent | ( | ) | const |