Open CASCADE Technology
6.9.0
|
#include <PGeom_BSplineCurve.hxx>
PGeom_BSplineCurve::PGeom_BSplineCurve | ( | ) |
Creates a BSplineCurve with default values.
PGeom_BSplineCurve::PGeom_BSplineCurve | ( | const Standard_Boolean | aRational, |
const Standard_Boolean | aPeriodic, | ||
const Standard_Integer | aSpineDegree, | ||
const Handle< PColgp_HArray1OfPnt > & | aPoles, | ||
const Handle< PColStd_HArray1OfReal > & | aWeights, | ||
const Handle< PColStd_HArray1OfReal > & | aKnots, | ||
const Handle< PColStd_HArray1OfInteger > & | aMultiplicities | ||
) |
Creates a BSplineCurve with these field values.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void PGeom_BSplineCurve::Knots | ( | const Handle< PColStd_HArray1OfReal > & | aKnots | ) |
Set the field knots with <aKnots>. The multiplicity of the knots are not modified.
Handle< PColStd_HArray1OfReal > PGeom_BSplineCurve::Knots | ( | ) | const |
returns the value of the field knots.
void PGeom_BSplineCurve::Multiplicities | ( | const Handle< PColStd_HArray1OfInteger > & | aMultiplicities | ) |
Set the field multiplicities with <aMultiplicities>.
Handle< PColStd_HArray1OfInteger > PGeom_BSplineCurve::Multiplicities | ( | ) | const |
returns the value of the field multiplicities.
void PGeom_BSplineCurve::Periodic | ( | const Standard_Boolean | aPeriodic | ) |
Set the field periodic with <aPeriodic>.
Standard_Boolean PGeom_BSplineCurve::Periodic | ( | ) | const |
Returns the value of the field periodic.
void PGeom_BSplineCurve::Poles | ( | const Handle< PColgp_HArray1OfPnt > & | aPoles | ) |
Set the value of the field poles with <aPoles>.
Handle< PColgp_HArray1OfPnt > PGeom_BSplineCurve::Poles | ( | ) | const |
Returns the value of the field poles.
void PGeom_BSplineCurve::Rational | ( | const Standard_Boolean | aRational | ) |
Set the value of the field rational with <aRational>.
Standard_Boolean PGeom_BSplineCurve::Rational | ( | ) | const |
Returns the value of the field rational.
void PGeom_BSplineCurve::SpineDegree | ( | const Standard_Integer | aSpineDegree | ) |
Set the value of the field spineDegree with <aSpineDegree>.
Standard_Integer PGeom_BSplineCurve::SpineDegree | ( | ) | const |
Returns the value of the field spineDegree.
void PGeom_BSplineCurve::Weights | ( | const Handle< PColStd_HArray1OfReal > & | aWeights | ) |
Set the value of the field weights with <aWeights>.
Handle< PColStd_HArray1OfReal > PGeom_BSplineCurve::Weights | ( | ) | const |
Returns the the value of the field weights.