Open CASCADE Technology 6.6.0
|
#include <StepShape_BooleanResult.hxx>
Public Member Functions | |
StepShape_BooleanResult () | |
Returns a BooleanResult | |
virtual void | Init (const Handle< TCollection_HAsciiString > &aName) |
virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const StepShape_BooleanOperator aOperator, const StepShape_BooleanOperand &aFirstOperand, const StepShape_BooleanOperand &aSecondOperand) |
void | SetOperator (const StepShape_BooleanOperator aOperator) |
StepShape_BooleanOperator | Operator () const |
void | SetFirstOperand (const StepShape_BooleanOperand &aFirstOperand) |
StepShape_BooleanOperand | FirstOperand () const |
void | SetSecondOperand (const StepShape_BooleanOperand &aSecondOperand) |
StepShape_BooleanOperand | SecondOperand () const |
StepShape_BooleanResult::StepShape_BooleanResult | ( | ) |
StepShape_BooleanOperand StepShape_BooleanResult::FirstOperand | ( | ) | const |
virtual void StepShape_BooleanResult::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
const StepShape_BooleanOperator | aOperator, | ||
const StepShape_BooleanOperand & | aFirstOperand, | ||
const StepShape_BooleanOperand & | aSecondOperand | ||
) | [virtual] |
virtual void StepShape_BooleanResult::Init | ( | const Handle< TCollection_HAsciiString > & | aName | ) | [virtual] |
Reimplemented from StepRepr_RepresentationItem.
StepShape_BooleanOperator StepShape_BooleanResult::Operator | ( | ) | const |
StepShape_BooleanOperand StepShape_BooleanResult::SecondOperand | ( | ) | const |
void StepShape_BooleanResult::SetFirstOperand | ( | const StepShape_BooleanOperand & | aFirstOperand | ) |
void StepShape_BooleanResult::SetOperator | ( | const StepShape_BooleanOperator | aOperator | ) |
void StepShape_BooleanResult::SetSecondOperand | ( | const StepShape_BooleanOperand & | aSecondOperand | ) |