#include <StepShape_BooleanOperand.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | StepShape_BooleanOperand () |
Returns a BooleanOperand SelectType . | |
Standard_EXPORT void | SetTypeOfContent (const Standard_Integer aTypeOfContent) |
Standard_EXPORT Standard_Integer | TypeOfContent () const |
Standard_EXPORT Handle_StepShape_SolidModel | SolidModel () const |
returns Value as a SolidModel (Null if another type) | |
Standard_EXPORT void | SetSolidModel (const Handle(StepShape_SolidModel)&aSolidModel) |
Standard_EXPORT Handle_StepShape_HalfSpaceSolid | HalfSpaceSolid () const |
returns Value as a HalfSpaceSolid (Null if another type) | |
Standard_EXPORT void | SetHalfSpaceSolid (const Handle(StepShape_HalfSpaceSolid)&aHalfSpaceSolid) |
Standard_EXPORT StepShape_CsgPrimitive | CsgPrimitive () const |
returns Value as a CsgPrimitive (Null if another type) CsgPrimitive is another Select Type | |
Standard_EXPORT void | SetCsgPrimitive (const StepShape_CsgPrimitive &aCsgPrimitive) |
Standard_EXPORT Handle_StepShape_BooleanResult | BooleanResult () const |
returns Value as a BooleanResult (Null if another type) | |
Standard_EXPORT void | SetBooleanResult (const Handle(StepShape_BooleanResult)&aBooleanResult) |
Private Attributes | |
Handle_StepShape_SolidModel | theSolidModel |
Handle_StepShape_HalfSpaceSolid | theHalfSpaceSolid |
StepShape_CsgPrimitive | theCsgPrimitive |
Handle_StepShape_BooleanResult | theBooleanResult |
Standard_Integer | theTypeOfContent |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|