Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FCurve
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FVector EvaluatePoint
(
double Coordinate |
Evaluate exact 3D point of the curve at the input Coordinate The function can only be used with 3D curve (Dimension == 3) | Geo/Curves/Curve.h | |
virtual void EvaluatePoint
(
double Coordinate, |
Evaluate exact 3D point of the curve at the input Coordinate The function can only be used with 3D curve (Dimension == 3) | Geo/Curves/Curve.h |
EvaluatePoint(double)
Description
Evaluate exact 3D point of the curve at the input Coordinate The function can only be used with 3D curve (Dimension == 3)
| Name | EvaluatePoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Curves/Curve.h |
| Include Path | #include "Geo/Curves/Curve.h" |
virtual FVector EvaluatePoint
(
double Coordinate
) const
EvaluatePoint(double, FCurvePoint &, int32)
Description
Evaluate exact 3D point of the curve at the input Coordinate The function can only be used with 3D curve (Dimension == 3)
| Name | EvaluatePoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Curves/Curve.h |
| Include Path | #include "Geo/Curves/Curve.h" |
virtual void EvaluatePoint
(
double Coordinate,
FCurvePoint & OutPoint,
int32 DerivativeOrder
) const