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/Evaluate2DPoints
- FCurve::Evaluate2DPoints()
- FSurfacicCurve::Evaluate2DPoints()
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 Evaluate2DPoints
(
const TArray < double > & Coordinates,
TArray < FPoint2D > & OutPoints
) const
Remarks
Evaluate exact 2D points of the curve at the input Coordinates The function can only be used with 2D curve (Dimension == 2)