Open CASCADE Technology 6.6.0
|
#include <StepShape_FaceBound.hxx>
Public Member Functions | |
StepShape_FaceBound () | |
Returns a FaceBound | |
virtual void | Init (const Handle< TCollection_HAsciiString > &aName) |
virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< StepShape_Loop > &aBound, const Standard_Boolean aOrientation) |
void | SetBound (const Handle< StepShape_Loop > &aBound) |
Handle_StepShape_Loop | Bound () const |
void | SetOrientation (const Standard_Boolean aOrientation) |
Standard_Boolean | Orientation () const |
StepShape_FaceBound::StepShape_FaceBound | ( | ) |
Handle_StepShape_Loop StepShape_FaceBound::Bound | ( | ) | const |
virtual void StepShape_FaceBound::Init | ( | const Handle< TCollection_HAsciiString > & | aName | ) | [virtual] |
Reimplemented from StepRepr_RepresentationItem.
virtual void StepShape_FaceBound::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
const Handle< StepShape_Loop > & | aBound, | ||
const Standard_Boolean | aOrientation | ||
) | [virtual] |
Standard_Boolean StepShape_FaceBound::Orientation | ( | ) | const |
void StepShape_FaceBound::SetBound | ( | const Handle< StepShape_Loop > & | aBound | ) |
void StepShape_FaceBound::SetOrientation | ( | const Standard_Boolean | aOrientation | ) |