Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FLinearBoundary
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Set the boundary with the min and max of the array | Math/Boundary.h | ||
void Set
(
const double InUMin, |
Math/Boundary.h |
Set(const TArray< double > &)
Description
Set the boundary with the min and max of the array
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Boundary.h |
| Include Path | #include "Math/Boundary.h" |
void Set
(
const TArray < double > & Coordinates
)
Set(const double, const double)
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Boundary.h |
| Include Path | #include "Math/Boundary.h" |
void Set
(
const double InUMin,
const double InUMax
)