|
Public Member Functions |
Standard_EXPORT | IGESGeom_OffsetSurface () |
Standard_EXPORT void | Init (const gp_XYZ &anIndicatoR, const Standard_Real aDistance, const Handle(IGESData_IGESEntity)&aSurface) |
| This method is used to set the fields of the class
OffsetSurface
- anIndicator : Offset indicator
- aDistance : Offset distance
- aSurface : Surface that is offset
.
|
Standard_EXPORT gp_Vec | OffsetIndicator () const |
| returns the offset indicator
|
Standard_EXPORT gp_Vec | TransformedOffsetIndicator () const |
| returns the offset indicator after applying Transf. Matrix
|
Standard_EXPORT Standard_Real | Distance () const |
| returns the distance by which surface is offset
|
Standard_EXPORT Handle_IGESData_IGESEntity | Surface () const |
| returns the surface that has been offset
|
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
gp_XYZ | theIndicator |
Standard_Real | theDistance |
Handle_IGESData_IGESEntity | theSurface |