Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | FBBoxWithNormal |
| Type | struct |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalFace.h |
| Include Path | #include "Topo/TopologicalFace.h" |
Syntax
struct FBBoxWithNormal
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBBoxWithNormal() |
Topo/TopologicalFace.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Max | FVector | Topo/TopologicalFace.h | ||
| MaxCoordinates | FVector2d | Topo/TopologicalFace.h | ||
| MaxNormalNeedUpdate | bool | Topo/TopologicalFace.h | ||
| MaxPointNormals | FVector | Topo/TopologicalFace.h | ||
| MaxPoints | FVector | Topo/TopologicalFace.h | ||
| Min | FVector | Topo/TopologicalFace.h | ||
| MinCoordinates | FVector2d | Topo/TopologicalFace.h | ||
| MinNormalNeedUpdate | bool | Topo/TopologicalFace.h | ||
| MinPointNormals | FVector | Topo/TopologicalFace.h | ||
| MinPoints | FVector | Topo/TopologicalFace.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CheckOrientation
(
bool bHasWrongOrientation |
Return false if the process failed | Topo/TopologicalFace.h | |
double Length() |
BBox Length is the sum of the length of the 3 sides | Topo/TopologicalFace.h | |
void Update
(
const FVector& Point, |
Topo/TopologicalFace.h | ||
void Update
(
const FPolylineBBox& PolylineBBox, |
Topo/TopologicalFace.h | ||
void UpdateNormal
(
const FTopologicalFace& Face |
Topo/TopologicalFace.h |