![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
This class implement a variational spline algorithm able to define a two variable function satisfying some constraints and minimizing an energy like criterion. More...
#include <Plate_Plate.hxx>
This class implement a variational spline algorithm able to define a two variable function satisfying some constraints and minimizing an energy like criterion.
| Plate_Plate::Plate_Plate | ( | ) |
| Plate_Plate::Plate_Plate | ( | const Plate_Plate & | Ref | ) |
|
inline |
| occ::handle< NCollection_HArray2< gp_XYZ > > Plate_Plate::CoefPol | ( | ) | const |
Returns the coefficients of the polynomial part of the Plate function.
| void Plate_Plate::CoefPol | ( | occ::handle< NCollection_HArray2< gp_XYZ > > & | Coefs | ) | const |
Use CoefPol() returning handle by value instead.
("Use CoefPol() returning handle by value instead")
| int Plate_Plate::Continuity | ( | ) | const |
| Plate_Plate & Plate_Plate::Copy | ( | const Plate_Plate & | Ref | ) |
| void Plate_Plate::destroy | ( | ) |
| void Plate_Plate::Init | ( | ) |
reset the Plate in the initial state ( same as after Create())
| bool Plate_Plate::IsDone | ( | ) | const |
returns True if all has been correctly done.
| void Plate_Plate::Load | ( | const Plate_FreeGtoCConstraint & | FGtoCConst | ) |
| void Plate_Plate::Load | ( | const Plate_GlobalTranslationConstraint & | GTConst | ) |
| void Plate_Plate::Load | ( | const Plate_GtoCConstraint & | GtoCConst | ) |
| void Plate_Plate::Load | ( | const Plate_LinearScalarConstraint & | LScalarConst | ) |
| void Plate_Plate::Load | ( | const Plate_LinearXYZConstraint & | LXYZConst | ) |
| void Plate_Plate::Load | ( | const Plate_LineConstraint & | LConst | ) |
| void Plate_Plate::Load | ( | const Plate_PinpointConstraint & | PConst | ) |
| void Plate_Plate::Load | ( | const Plate_PlaneConstraint & | PConst | ) |
| void Plate_Plate::Load | ( | const Plate_SampledCurveConstraint & | SCConst | ) |
|
inline |
| void Plate_Plate::SolveTI | ( | const int | ord = 4, |
| const double | anisotropie = 1.0, | ||
| const Message_ProgressRange & | theProgress = Message_ProgressRange() ) |
| void Plate_Plate::UVConstraints | ( | NCollection_Sequence< gp_XY > & | Seq | ) | const |