Open CASCADE Technology
6.9.1
|
#include <PGeom_RectangularTrimmedSurface.hxx>
PGeom_RectangularTrimmedSurface::PGeom_RectangularTrimmedSurface | ( | ) |
Creates a RectangularTrimmedSurface with default values.
PGeom_RectangularTrimmedSurface::PGeom_RectangularTrimmedSurface | ( | const Handle< PGeom_Surface > & | aBasisSurface, |
const Standard_Real | aFirstU, | ||
const Standard_Real | aLastU, | ||
const Standard_Real | aFirstV, | ||
const Standard_Real | aLastV | ||
) |
Creates a RectangularTrimmedSurface with these values.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void PGeom_RectangularTrimmedSurface::BasisSurface | ( | const Handle< PGeom_Surface > & | aBasisSurface | ) |
Set the value of the field basisSurface with <aBasisSurface>.
Handle< PGeom_Surface > PGeom_RectangularTrimmedSurface::BasisSurface | ( | ) | const |
Returns the value of the field basisSurface.
void PGeom_RectangularTrimmedSurface::FirstU | ( | const Standard_Real | aFirstU | ) |
Set the value of the field firstU with <aFirstU>.
Standard_Real PGeom_RectangularTrimmedSurface::FirstU | ( | ) | const |
Returns the value of the field firstU.
void PGeom_RectangularTrimmedSurface::FirstV | ( | const Standard_Real | aFirstV | ) |
Set the value of the field firstV with <aFirstV>.
Standard_Real PGeom_RectangularTrimmedSurface::FirstV | ( | ) | const |
Returns the value of the field firstV.
void PGeom_RectangularTrimmedSurface::LastU | ( | const Standard_Real | aLastU | ) |
Set the value of the field lastU with <aLastU>.
Standard_Real PGeom_RectangularTrimmedSurface::LastU | ( | ) | const |
Returns the value of the field lastU.
void PGeom_RectangularTrimmedSurface::LastV | ( | const Standard_Real | aLastV | ) |
Set the value of the field lastV with <aLastV>.
Standard_Real PGeom_RectangularTrimmedSurface::LastV | ( | ) | const |
Returns the value of the field lastV.