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