Open CASCADE Technology 6.6.0
|
#include <StepShape_ExtrudedAreaSolid.hxx>
Public Member Functions | |
StepShape_ExtrudedAreaSolid () | |
Returns a ExtrudedAreaSolid | |
virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< StepGeom_CurveBoundedSurface > &aSweptArea) |
virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< StepGeom_CurveBoundedSurface > &aSweptArea, const Handle< StepGeom_Direction > &aExtrudedDirection, const Standard_Real aDepth) |
void | SetExtrudedDirection (const Handle< StepGeom_Direction > &aExtrudedDirection) |
Handle_StepGeom_Direction | ExtrudedDirection () const |
void | SetDepth (const Standard_Real aDepth) |
Standard_Real | Depth () const |
StepShape_ExtrudedAreaSolid::StepShape_ExtrudedAreaSolid | ( | ) |
Standard_Real StepShape_ExtrudedAreaSolid::Depth | ( | ) | const |
Handle_StepGeom_Direction StepShape_ExtrudedAreaSolid::ExtrudedDirection | ( | ) | const |
virtual void StepShape_ExtrudedAreaSolid::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
const Handle< StepGeom_CurveBoundedSurface > & | aSweptArea | ||
) | [virtual] |
Reimplemented from StepShape_SweptAreaSolid.
virtual void StepShape_ExtrudedAreaSolid::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
const Handle< StepGeom_CurveBoundedSurface > & | aSweptArea, | ||
const Handle< StepGeom_Direction > & | aExtrudedDirection, | ||
const Standard_Real | aDepth | ||
) | [virtual] |
void StepShape_ExtrudedAreaSolid::SetDepth | ( | const Standard_Real | aDepth | ) |
void StepShape_ExtrudedAreaSolid::SetExtrudedDirection | ( | const Handle< StepGeom_Direction > & | aExtrudedDirection | ) |