Open CASCADE Technology
6.9.1
|
#include <PGeom_OffsetSurface.hxx>
Public Member Functions | |
PGeom_OffsetSurface () | |
Creates an OffsetSurface with default values. More... | |
PGeom_OffsetSurface (const Handle< PGeom_Surface > &aBasisSurface, const Standard_Real aOffsetValue) | |
<aBasisSurface> is the basis surface, <aOffsetValue> is the distance between <me> and the basis surface at any point. <aOffsetDirection> defines the fixed reference direction (offset direction). More... | |
void | BasisSurface (const Handle< PGeom_Surface > &aBasisSurface) |
Set the field basisSurface with <aBasisSurface>. More... | |
Handle< PGeom_Surface > | BasisSurface () const |
The basis surface can be an offset surface. More... | |
void | OffsetValue (const Standard_Real aOffsetValue) |
Set the field offsetValue with <aOffsetValue>. More... | |
Standard_Real | OffsetValue () const |
Returns the value of the field offsetValue. More... | |
PGeom_OffsetSurface (const Storage_stCONSTclCOM &a) | |
Handle< PGeom_Surface > | _CSFDB_GetPGeom_OffsetSurfacebasisSurface () const |
void | _CSFDB_SetPGeom_OffsetSurfacebasisSurface (const Handle< PGeom_Surface > &p) |
Standard_Real | _CSFDB_GetPGeom_OffsetSurfaceoffsetValue () const |
void | _CSFDB_SetPGeom_OffsetSurfaceoffsetValue (const Standard_Real p) |
Public Member Functions inherited from PGeom_Surface | |
PGeom_Surface (const Storage_stCONSTclCOM &a) | |
PGeom_Surface () | |
Public Member Functions inherited from PGeom_Geometry | |
PGeom_Geometry (const Storage_stCONSTclCOM &a) | |
PGeom_Geometry () | |
Public Member Functions inherited from Standard_Persistent | |
virtual Handle_Standard_Persistent | This () const |
virtual void | Delete () const |
virtual | ~Standard_Persistent () |
Standard_Persistent & | operator= (const Standard_Persistent &) |
Standard_Persistent () | |
Standard_Persistent (const Standard_Persistent &) | |
Standard_Persistent (const Storage_stCONSTclCOM &) | |
virtual const Handle_Standard_Type & | DynamicType () const |
Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
virtual Handle_Standard_Persistent | This () const |
virtual void | Delete () const |
virtual | ~Standard_Persistent () |
Standard_Persistent & | operator= (const Standard_Persistent &) |
Standard_Persistent () | |
Standard_Persistent (const Standard_Persistent &) | |
Standard_Persistent (const Storage_stCONSTclCOM &) | |
virtual const Handle_Standard_Type & | DynamicType () const |
Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
PGeom_OffsetSurface::PGeom_OffsetSurface | ( | ) |
Creates an OffsetSurface with default values.
PGeom_OffsetSurface::PGeom_OffsetSurface | ( | const Handle< PGeom_Surface > & | aBasisSurface, |
const Standard_Real | aOffsetValue | ||
) |
<aBasisSurface> is the basis surface, <aOffsetValue> is the distance between <me> and the basis surface at any point. <aOffsetDirection> defines the fixed reference direction (offset direction).
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void PGeom_OffsetSurface::BasisSurface | ( | const Handle< PGeom_Surface > & | aBasisSurface | ) |
Set the field basisSurface with <aBasisSurface>.
Handle< PGeom_Surface > PGeom_OffsetSurface::BasisSurface | ( | ) | const |
The basis surface can be an offset surface.
void PGeom_OffsetSurface::OffsetValue | ( | const Standard_Real | aOffsetValue | ) |
Set the field offsetValue with <aOffsetValue>.
Standard_Real PGeom_OffsetSurface::OffsetValue | ( | ) | const |
Returns the value of the field offsetValue.