Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Geo > API/Runtime/CADKernel/Geo/Curves > API/Runtime/CADKernel/Geo/Curves/FCurve > API/Runtime/CADKernel/Geo/Curves/FCurve/EvaluatePoints
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Curves/Curve.h |
| Include | #include "Geo/Curves/Curve.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Geo/Curves/Curve.cpp |
virtual void EvaluatePoints
(
const TArray < double > & Coordinates,
TArray < FPoint > & OutPoints
) const
Remarks
Evaluate exact 3D points of the curve at the input Coordinates The function can only be used with 3D curve (Dimension == 3)