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