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

Public Member Functions | |
| StepGeom_PointOnSurface () | |
| Returns a PointOnSurface | |
| virtual void | Init (const Handle< TCollection_HAsciiString > &aName) |
| virtual void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< StepGeom_Surface > &aBasisSurface, const Standard_Real aPointParameterU, const Standard_Real aPointParameterV) |
| void | SetBasisSurface (const Handle< StepGeom_Surface > &aBasisSurface) |
| Handle_StepGeom_Surface | BasisSurface () const |
| void | SetPointParameterU (const Standard_Real aPointParameterU) |
| Standard_Real | PointParameterU () const |
| void | SetPointParameterV (const Standard_Real aPointParameterV) |
| Standard_Real | PointParameterV () const |
| StepGeom_PointOnSurface::StepGeom_PointOnSurface | ( | ) |
| Handle_StepGeom_Surface StepGeom_PointOnSurface::BasisSurface | ( | ) | const |
| virtual void StepGeom_PointOnSurface::Init | ( | const Handle< TCollection_HAsciiString > & | aName | ) | [virtual] |
Reimplemented from StepRepr_RepresentationItem.
| virtual void StepGeom_PointOnSurface::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
| const Handle< StepGeom_Surface > & | aBasisSurface, | ||
| const Standard_Real | aPointParameterU, | ||
| const Standard_Real | aPointParameterV | ||
| ) | [virtual] |
| Standard_Real StepGeom_PointOnSurface::PointParameterU | ( | ) | const |
| Standard_Real StepGeom_PointOnSurface::PointParameterV | ( | ) | const |
| void StepGeom_PointOnSurface::SetBasisSurface | ( | const Handle< StepGeom_Surface > & | aBasisSurface | ) |
| void StepGeom_PointOnSurface::SetPointParameterU | ( | const Standard_Real | aPointParameterU | ) |
| void StepGeom_PointOnSurface::SetPointParameterV | ( | const Standard_Real | aPointParameterV | ) |
1.7.4