Efficient batch evaluator for plane grid points.
More...
#include <GeomGridEval_Plane.hxx>
Efficient batch evaluator for plane grid points.
Uses direct analytical formula: P(u,v) = Location + u * XDir + v * YDir This is a header-only implementation for maximum performance.
Usage:
Efficient batch evaluator for plane grid points.
Definition GeomGridEval_Plane.hxx:36
STL input iterator that wraps an OCCT More()/Next() iterator.
Definition NCollection_ForwardRange.hxx:142
◆ GeomGridEval_Plane() [1/3]
Constructor with geometry.
- Parameters
-
| thePlane | the plane geometry to evaluate |
◆ GeomGridEval_Plane() [2/3]
Non-copyable and non-movable.
◆ GeomGridEval_Plane() [3/3]
◆ EvaluateGrid()
Evaluate grid points at Cartesian product of U and V parameters.
- Parameters
-
| theUParams | array of U parameter values |
| theVParams | array of V parameter values |
- Returns
- 2D array of evaluated points (1-based indexing)
◆ EvaluateGridD1()
Evaluate grid points with first partial derivatives.
- Parameters
-
| theUParams | array of U parameter values |
| theVParams | array of V parameter values |
- Returns
- 2D array of SurfD1 (1-based indexing)
◆ EvaluateGridD2()
Evaluate grid points with first and second partial derivatives.
- Parameters
-
| theUParams | array of U parameter values |
| theVParams | array of V parameter values |
- Returns
- 2D array of SurfD2 (1-based indexing)
◆ EvaluateGridD3()
Evaluate grid points with derivatives up to third order.
- Parameters
-
| theUParams | array of U parameter values |
| theVParams | array of V parameter values |
- Returns
- 2D array of SurfD3 (1-based indexing)
◆ EvaluateGridDN()
Evaluate partial derivative d^(NU+NV)S/(dU^NU dV^NV) at all grid points.
- Parameters
-
| theUParams | array of U parameter values |
| theVParams | array of V parameter values |
| theNU | derivative order in U direction |
| theNV | derivative order in V direction |
- Returns
- 2D array of derivative vectors (1-based indexing)
◆ Geometry()
Returns the geometry handle.
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: