Open CASCADE Technology
6.9.1
|
#include <PGeom_BezierSurface.hxx>
PGeom_BezierSurface::PGeom_BezierSurface | ( | ) |
Creates a BezierSurface with default values.
PGeom_BezierSurface::PGeom_BezierSurface | ( | const Standard_Boolean | aURational, |
const Standard_Boolean | aVRational, | ||
const Handle< PColgp_HArray2OfPnt > & | aPoles, | ||
const Handle< PColStd_HArray2OfReal > & | aWeights | ||
) |
Creates a BezierSurface with these values.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void PGeom_BezierSurface::Poles | ( | const Handle< PColgp_HArray2OfPnt > & | aPoles | ) |
Set the field poles with <aPoles>.
Handle< PColgp_HArray2OfPnt > PGeom_BezierSurface::Poles | ( | ) | const |
Returns the value of the field poles.
void PGeom_BezierSurface::URational | ( | const Standard_Boolean | aURational | ) |
Set the value of the field uRational with <aURational>.
Standard_Boolean PGeom_BezierSurface::URational | ( | ) | const |
Returns the value of the field uRational.
void PGeom_BezierSurface::VRational | ( | const Standard_Boolean | aVRational | ) |
Set the value of the field vRational with <aVRational>.
Standard_Boolean PGeom_BezierSurface::VRational | ( | ) | const |
Returns the value of the field vRational.
void PGeom_BezierSurface::Weights | ( | const Handle< PColStd_HArray2OfReal > & | aWeights | ) |
Set the value of the field weights with <aWeights>.
Handle< PColStd_HArray2OfReal > PGeom_BezierSurface::Weights | ( | ) | const |
Returns the value of the field weights.