![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Batch evaluator for offset surface grid points. More...
#include <GeomGridEval_OffsetSurface.hxx>
Batch evaluator for offset surface grid points.
Evaluates the offset surface formula: P(u,v) = S(u,v) + Offset * Normal(u,v)
Uses GeomGridEval_Surface for batch evaluation of the basis surface, then applies offset transformation.
Usage:
|
inline |
Constructor with geometry.
| theOffset | the offset surface geometry to evaluate |
|
delete |
Non-copyable and non-movable.
|
delete |
| NCollection_Array2< gp_Pnt > GeomGridEval_OffsetSurface::EvaluateGrid | ( | const NCollection_Array1< double > & | theUParams, |
| const NCollection_Array1< double > & | theVParams ) const |
Evaluate all grid points.
| [in] | theUParams | array of U parameter values |
| [in] | theVParams | array of V parameter values |
| NCollection_Array2< GeomGridEval::SurfD1 > GeomGridEval_OffsetSurface::EvaluateGridD1 | ( | const NCollection_Array1< double > & | theUParams, |
| const NCollection_Array1< double > & | theVParams ) const |
Evaluate all grid points with first partial derivatives.
| [in] | theUParams | array of U parameter values |
| [in] | theVParams | array of V parameter values |
| NCollection_Array2< GeomGridEval::SurfD2 > GeomGridEval_OffsetSurface::EvaluateGridD2 | ( | const NCollection_Array1< double > & | theUParams, |
| const NCollection_Array1< double > & | theVParams ) const |
Evaluate all grid points with first and second partial derivatives.
| [in] | theUParams | array of U parameter values |
| [in] | theVParams | array of V parameter values |
| NCollection_Array2< GeomGridEval::SurfD3 > GeomGridEval_OffsetSurface::EvaluateGridD3 | ( | const NCollection_Array1< double > & | theUParams, |
| const NCollection_Array1< double > & | theVParams ) const |
Evaluate all grid points with derivatives up to third order. Uses GeomAdaptor_Surface::D3 for evaluation.
| [in] | theUParams | array of U parameter values |
| [in] | theVParams | array of V parameter values |
| NCollection_Array2< gp_Vec > GeomGridEval_OffsetSurface::EvaluateGridDN | ( | const NCollection_Array1< double > & | theUParams, |
| const NCollection_Array1< double > & | theVParams, | ||
| int | theNU, | ||
| int | theNV ) const |
Evaluate partial derivative d^(NU+NV)S/(dU^NU dV^NV) at all grid points. Uses geometry DN method.
| [in] | theUParams | array of U parameter values |
| [in] | theVParams | array of V parameter values |
| [in] | theNU | derivative order in U direction |
| [in] | theNV | derivative order in V direction |
|
inline |
Returns the geometry handle.
|
delete |
|
delete |