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