Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Geo > API/Runtime/CADKernel/Geo/Curves > API/Runtime/CADKernel/Geo/Curves/FSurfacicCurve > API/Runtime/CADKernel/Geo/Curves/FSurfacicCurve/Evaluate2DPoint
- FCurve::Evaluate2DPoint()
- FSurfacicCurve::Evaluate2DPoint()
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Curves/SurfacicCurve.h |
| Include | #include "Geo/Curves/SurfacicCurve.h" |
virtual void Evaluate2DPoint
(
double Coordinate,
FCurvePoint2D & OutPoint,
int32 DerivativeOrder
) const
Remarks
Evaluate exact 2D point of the curve at the input Coordinate The function can only be used with 2D curve (Dimension == 2)