#include <PGeom_OffsetSurface.hxx>
Inheritance diagram for PGeom_OffsetSurface:
Public Member Functions | |
Standard_EXPORT | PGeom_OffsetSurface () |
Creates an OffsetSurface with default values. . | |
Standard_EXPORT | 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). | |
Standard_EXPORT void | BasisSurface (const Handle(PGeom_Surface)&aBasisSurface) |
Set the field basisSurface with <abasissurface>. . | |
Standard_EXPORT Handle_PGeom_Surface | BasisSurface () const |
The basis surface can be an offset surface. . | |
Standard_EXPORT void | OffsetValue (const Standard_Real aOffsetValue) |
Set the field offsetValue with <aoffsetvalue>. . | |
Standard_EXPORT Standard_Real | OffsetValue () const |
Returns the value of the field offsetValue. . | |
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) |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_PGeom_Surface | basisSurface |
Standard_Real | offsetValue |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from PGeom_Surface. |
|
|
|
|
|
|
|
|
|
|