#include <StepShape_BooleanResult.hxx>
Inheritance diagram for StepShape_BooleanResult:
Public Member Functions | |
Standard_EXPORT | StepShape_BooleanResult () |
Returns a BooleanResult . | |
virtual Standard_EXPORT void | Init (const Handle(TCollection_HAsciiString)&aName) |
virtual Standard_EXPORT void | Init (const Handle(TCollection_HAsciiString)&aName, const StepShape_BooleanOperator aOperator, const StepShape_BooleanOperand &aFirstOperand, const StepShape_BooleanOperand &aSecondOperand) |
Standard_EXPORT void | SetOperator (const StepShape_BooleanOperator aOperator) |
Standard_EXPORT StepShape_BooleanOperator | Operator () const |
Standard_EXPORT void | SetFirstOperand (const StepShape_BooleanOperand &aFirstOperand) |
Standard_EXPORT StepShape_BooleanOperand | FirstOperand () const |
Standard_EXPORT void | SetSecondOperand (const StepShape_BooleanOperand &aSecondOperand) |
Standard_EXPORT StepShape_BooleanOperand | SecondOperand () const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
StepShape_BooleanOperator | anOperator |
StepShape_BooleanOperand | firstOperand |
StepShape_BooleanOperand | secondOperand |
|
|
|
|
|
Reimplemented from StepGeom_GeometricRepresentationItem. |
|
|
|
Reimplemented from StepRepr_RepresentationItem. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|