Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Topo > API/Runtime/CADKernel/Topo/FTopologicalEdge
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalEdge.h |
| Include | #include "Topo/TopologicalEdge.h" |
void EvaluatePoints
(
const TArray < double > & InCoordinates,
int32 DerivativeOrder,
TArray < FCurvePoint > & OutPoints
) const
Remarks
Exact evaluation of points on the 3D curve According to derivativeOrder Gradient of the point (DerivativeOrder = 1) and Laplacian (DerivativeOrder = 1) can also be return