Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| Name | FSelfUnionMeshesOp |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CompositionOps/SelfUnionMeshesOp.h |
| Include Path | #include "CompositionOps/SelfUnionMeshesOp.h" |
Syntax
class FSelfUnionMeshesOp : public UE::Geometry::FDynamicMeshOperator
Inheritance Hierarchy
- FDynamicMeshOperator → FSelfUnionMeshesOp
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSelfUnionMeshesOp() |
CompositionOps/SelfUnionMeshesOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAttemptFixHoles | bool | CompositionOps/SelfUnionMeshesOp.h | ||
| bTrimFlaps | bool | CompositionOps/SelfUnionMeshesOp.h | ||
| bTryCollapseExtraEdges | bool | If true, try to do edge-collapses along cut edges to remove unnecessary edges inserted by cut | CompositionOps/SelfUnionMeshesOp.h | |
| CombinedMesh | TSharedPtr< const FDynamicMesh3, ESPMode::ThreadSafe > | Inputs | CompositionOps/SelfUnionMeshesOp.h | |
| TryCollapseExtraEdgesPlanarThresh | float | Angle threshold in degrees used for testing if two triangles should be considered coplanar, or two lines collinear | CompositionOps/SelfUnionMeshesOp.h | |
| WindingNumberThreshold | double | CompositionOps/SelfUnionMeshesOp.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CreatedBoundaryEdges | TArray< int > | CompositionOps/SelfUnionMeshesOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< int > GetCreatedBoundaryEdges() |
IDs of any newly-created boundary edges in the result mesh. | CompositionOps/SelfUnionMeshesOp.h | |
void SetTransform
(
const FTransformSRT3d& Transform |
CompositionOps/SelfUnionMeshesOp.h |
Overridden from FDynamicMeshOperator
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CalculateResult
(
FProgressCancel* Progress |
FDynamicMeshOperator implementation | CompositionOps/SelfUnionMeshesOp.h |