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