![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Efficient batch evaluator for cylinder grid points. More...
#include <GeomGridEval_Cylinder.hxx>
Efficient batch evaluator for cylinder grid points.
Uses analytical formula: P(u,v) = Location + R * (cos(u) * XDir + sin(u) * YDir) + v * ZDir
Where U is angle (0 to 2*PI) and V is height.
Usage:
|
inline |
Constructor with geometry.
| theCylinder | the cylindrical surface geometry to evaluate |
|
delete |
Non-copyable and non-movable.
|
delete |
| NCollection_Array2< gp_Pnt > GeomGridEval_Cylinder::EvaluateGrid | ( | const NCollection_Array1< double > & | theUParams, |
| const NCollection_Array1< double > & | theVParams ) const |
Evaluate grid points at Cartesian product of U and V parameters.
| theUParams | array of U parameter values (angle) |
| theVParams | array of V parameter values (height) |
| NCollection_Array2< GeomGridEval::SurfD1 > GeomGridEval_Cylinder::EvaluateGridD1 | ( | const NCollection_Array1< double > & | theUParams, |
| const NCollection_Array1< double > & | theVParams ) const |
Evaluate grid points with first partial derivatives.
| theUParams | array of U parameter values (angle) |
| theVParams | array of V parameter values (height) |
| NCollection_Array2< GeomGridEval::SurfD2 > GeomGridEval_Cylinder::EvaluateGridD2 | ( | const NCollection_Array1< double > & | theUParams, |
| const NCollection_Array1< double > & | theVParams ) const |
Evaluate grid points with first and second partial derivatives.
| theUParams | array of U parameter values (angle) |
| theVParams | array of V parameter values (height) |
| NCollection_Array2< GeomGridEval::SurfD3 > GeomGridEval_Cylinder::EvaluateGridD3 | ( | const NCollection_Array1< double > & | theUParams, |
| const NCollection_Array1< double > & | theVParams ) const |
Evaluate grid points with derivatives up to third order.
| theUParams | array of U parameter values (angle) |
| theVParams | array of V parameter values (height) |
| NCollection_Array2< gp_Vec > GeomGridEval_Cylinder::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. For a cylinder:
| theUParams | array of U parameter values (angle) |
| theVParams | array of V parameter values (height) |
| theNU | derivative order in U direction |
| theNV | derivative order in V direction |
|
inline |
Returns the geometry handle.
|
delete |
|
delete |