Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FLinearBoundary
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Math/Boundary.h | |||
FLinearBoundary
(
const FLinearBoundary& Boundary |
Math/Boundary.h | ||
FLinearBoundary
(
const double UMin, |
Math/Boundary.h | ||
FLinearBoundary
(
const FLinearBoundary& Boundary, |
Math/Boundary.h | ||
FLinearBoundary
(
const double UMin, |
Math/Boundary.h |
FLinearBoundary()
| Name | FLinearBoundary |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Boundary.h |
| Include Path | #include "Math/Boundary.h" |
FLinearBoundary()
FLinearBoundary(const FLinearBoundary &)
| Name | FLinearBoundary |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Boundary.h |
| Include Path | #include "Math/Boundary.h" |
FLinearBoundary
(
const FLinearBoundary & Boundary
)
FLinearBoundary(const double, const double)
| Name | FLinearBoundary |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Boundary.h |
| Include Path | #include "Math/Boundary.h" |
FLinearBoundary
(
const double UMin,
const double UMax
)
FLinearBoundary(const FLinearBoundary &, const double)
| Name | FLinearBoundary |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Boundary.h |
| Include Path | #include "Math/Boundary.h" |
FLinearBoundary
(
const FLinearBoundary & Boundary,
const double OffsetTolerance
)
FLinearBoundary(const double, const double, const double)
| Name | FLinearBoundary |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Boundary.h |
| Include Path | #include "Math/Boundary.h" |
FLinearBoundary
(
const double UMin,
const double UMax,
const double OffsetTolerance
)