Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FCurve
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Generate a pre-sampling of the curve saved in OutCoordinates. | Geo/Curves/Curve.h | ||
virtual void Presample
(
const FLinearBoundary& InBoundary, |
Geo/Curves/Curve.h |
Presample(TArray< double > &, double)
Description
Generate a pre-sampling of the curve saved in OutCoordinates. This sampling is light enough to allow a fast computation, precise enough to compute accurately meshing criteria
| Name | Presample |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Curves/Curve.h |
| Include Path | #include "Geo/Curves/Curve.h" |
void Presample
(
TArray < double > & OutSampling,
double Tolerance
) const
Presample(const FLinearBoundary &, double, TArray< double > &)
| Name | Presample |
| 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 Presample
(
const FLinearBoundary & InBoundary,
double Tolerance,
TArray < double > & OutSampling
) const