#include <PGeom_SweptSurface.hxx>
Inheritance diagram for PGeom_SweptSurface:
Public Member Functions | |
Standard_EXPORT void | BasisCurve (const Handle(PGeom_Curve)&aBasisCurve) |
Set the value of the field basisCurve with <abasiscurve>. . | |
Standard_EXPORT Handle_PGeom_Curve | BasisCurve () const |
Returns the value of the field basisCurve. . | |
Standard_EXPORT void | Direction (const gp_Dir &aDirection) |
Set the value of the field direction with <adirection>. . | |
Standard_EXPORT gp_Dir | Direction () const |
Returns the value of the field direction. . | |
PGeom_SweptSurface (const Storage_stCONSTclCOM &a) | |
Handle (PGeom_Curve) _CSFDB_GetPGeom_SweptSurfacebasisCurve() const | |
void | _CSFDB_SetPGeom_SweptSurfacebasisCurve (const Handle(PGeom_Curve)&p) |
const gp_Dir & | _CSFDB_GetPGeom_SweptSurfacedirection () const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Member Functions | |
Standard_EXPORT | PGeom_SweptSurface () |
Initializes the field(s) with default value(s). . | |
Standard_EXPORT | PGeom_SweptSurface (const Handle(PGeom_Curve)&aBasisCurve, const gp_Dir &aDirection) |
Initialize the fields with these values. . | |
Protected Attributes | |
Handle_PGeom_Curve | basisCurve |
gp_Dir | direction |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from PGeom_Surface. Reimplemented in PGeom_SurfaceOfLinearExtrusion, and PGeom_SurfaceOfRevolution. |
|
|
|
|
|
|