Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FCurve
Description
Make a new curve based on the new bounds. If the new bound is nearly equal to the initial bound, no curve is made (return TSharedPtr
| Name | MakeBoundedCurve |
| 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 TSharedPtr < FCurve > MakeBoundedCurve
(
const FLinearBoundary & InBoundary
)