|
Open CASCADE Technology 6.5.2
|
#include <StepGeom_OffsetSurface.hxx>

Public Member Functions | |
| StepGeom_OffsetSurface () | |
| Returns a OffsetSurface | |
| virtual void | Init (const Handle< TCollection_HAsciiString > &aName) |
| virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< StepGeom_Surface > &aBasisSurface, const Standard_Real aDistance, const StepData_Logical aSelfIntersect) |
| void | SetBasisSurface (const Handle< StepGeom_Surface > &aBasisSurface) |
| Handle_StepGeom_Surface | BasisSurface () const |
| void | SetDistance (const Standard_Real aDistance) |
| Standard_Real | Distance () const |
| void | SetSelfIntersect (const StepData_Logical aSelfIntersect) |
| StepData_Logical | SelfIntersect () const |
| StepGeom_OffsetSurface::StepGeom_OffsetSurface | ( | ) |
| Handle_StepGeom_Surface StepGeom_OffsetSurface::BasisSurface | ( | ) | const |
| Standard_Real StepGeom_OffsetSurface::Distance | ( | ) | const |
| virtual void StepGeom_OffsetSurface::Init | ( | const Handle< TCollection_HAsciiString > & | aName | ) | [virtual] |
Reimplemented from StepRepr_RepresentationItem.
| virtual void StepGeom_OffsetSurface::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
| const Handle< StepGeom_Surface > & | aBasisSurface, | ||
| const Standard_Real | aDistance, | ||
| const StepData_Logical | aSelfIntersect | ||
| ) | [virtual] |
| StepData_Logical StepGeom_OffsetSurface::SelfIntersect | ( | ) | const |
| void StepGeom_OffsetSurface::SetBasisSurface | ( | const Handle< StepGeom_Surface > & | aBasisSurface | ) |
| void StepGeom_OffsetSurface::SetDistance | ( | const Standard_Real | aDistance | ) |
| void StepGeom_OffsetSurface::SetSelfIntersect | ( | const StepData_Logical | aSelfIntersect | ) |
1.7.4