Open CASCADE Technology
7.7.0
|
#include <StepShape_BooleanOperand.hxx>
Public Member Functions | |
StepShape_BooleanOperand () | |
Returns a BooleanOperand SelectType. More... | |
void | SetTypeOfContent (const Standard_Integer aTypeOfContent) |
Standard_Integer | TypeOfContent () const |
Handle< StepShape_SolidModel > | SolidModel () const |
returns Value as a SolidModel (Null if another type) More... | |
void | SetSolidModel (const Handle< StepShape_SolidModel > &aSolidModel) |
Handle< StepShape_HalfSpaceSolid > | HalfSpaceSolid () const |
returns Value as a HalfSpaceSolid (Null if another type) More... | |
void | SetHalfSpaceSolid (const Handle< StepShape_HalfSpaceSolid > &aHalfSpaceSolid) |
StepShape_CsgPrimitive | CsgPrimitive () const |
returns Value as a CsgPrimitive (Null if another type) CsgPrimitive is another Select Type More... | |
void | SetCsgPrimitive (const StepShape_CsgPrimitive &aCsgPrimitive) |
Handle< StepShape_BooleanResult > | BooleanResult () const |
returns Value as a BooleanResult (Null if another type) More... | |
void | SetBooleanResult (const Handle< StepShape_BooleanResult > &aBooleanResult) |
StepShape_BooleanOperand::StepShape_BooleanOperand | ( | ) |
Returns a BooleanOperand SelectType.
Handle< StepShape_BooleanResult > StepShape_BooleanOperand::BooleanResult | ( | ) | const |
returns Value as a BooleanResult (Null if another type)
StepShape_CsgPrimitive StepShape_BooleanOperand::CsgPrimitive | ( | ) | const |
returns Value as a CsgPrimitive (Null if another type) CsgPrimitive is another Select Type
Handle< StepShape_HalfSpaceSolid > StepShape_BooleanOperand::HalfSpaceSolid | ( | ) | const |
returns Value as a HalfSpaceSolid (Null if another type)
void StepShape_BooleanOperand::SetBooleanResult | ( | const Handle< StepShape_BooleanResult > & | aBooleanResult | ) |
void StepShape_BooleanOperand::SetCsgPrimitive | ( | const StepShape_CsgPrimitive & | aCsgPrimitive | ) |
void StepShape_BooleanOperand::SetHalfSpaceSolid | ( | const Handle< StepShape_HalfSpaceSolid > & | aHalfSpaceSolid | ) |
void StepShape_BooleanOperand::SetSolidModel | ( | const Handle< StepShape_SolidModel > & | aSolidModel | ) |
void StepShape_BooleanOperand::SetTypeOfContent | ( | const Standard_Integer | aTypeOfContent | ) |
Handle< StepShape_SolidModel > StepShape_BooleanOperand::SolidModel | ( | ) | const |
returns Value as a SolidModel (Null if another type)
Standard_Integer StepShape_BooleanOperand::TypeOfContent | ( | ) | const |