Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FCurve
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ExtendTo
(
const FVector& DesiredPosition |
Linear deformation of the curve along the axis [Start point, End point] so that the nearest extremity is at the desired position and the other is not modified | Geo/Curves/Curve.h | |
virtual void ExtendTo
(
const FVector2d& DesiredPosition |
Linear deformation of the curve along the axis [Start point, End point] so that the nearest extremity is at the desired position and the other is not modified | Geo/Curves/Curve.h |
ExtendTo(const FVector &)
Description
Linear deformation of the curve along the axis [Start point, End point] so that the nearest extremity is at the desired position and the other is not modified
| Name | ExtendTo |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Curves/Curve.h |
| Include Path | #include "Geo/Curves/Curve.h" |
virtual void ExtendTo
(
const FVector & DesiredPosition
)
ExtendTo(const FVector2d &)
Description
Linear deformation of the curve along the axis [Start point, End point] so that the nearest extremity is at the desired position and the other is not modified
| Name | ExtendTo |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Curves/Curve.h |
| Include Path | #include "Geo/Curves/Curve.h" |
virtual void ExtendTo
(
const FVector2d & DesiredPosition
)