Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FSurfacicBoundary
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void MoveInsideIfNot
(
FVector& Point, |
If a point is outside the bounds, set the coordinate to insert the point inside the bounds | Math/Boundary.h | |
void MoveInsideIfNot
(
FVector2d& Point, |
If a point is outside the bounds, set the coordinate to insert the point inside the bounds | Math/Boundary.h |
MoveInsideIfNot(FVector &, const double)
Description
If a point is outside the bounds, set the coordinate to insert the point inside the bounds
| Name | MoveInsideIfNot |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Boundary.h |
| Include Path | #include "Math/Boundary.h" |
void MoveInsideIfNot
(
FVector & Point,
const double Tolerance
) const
MoveInsideIfNot(FVector2d &, const double)
Description
If a point is outside the bounds, set the coordinate to insert the point inside the bounds
| Name | MoveInsideIfNot |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Boundary.h |
| Include Path | #include "Math/Boundary.h" |
void MoveInsideIfNot
(
FVector2d & Point,
const double Tolerance
) const