Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| |
|
| Name |
FPlaneCutOp |
| Type |
class |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CuttingOps/PlaneCutOp.h |
| Include Path |
#include "CuttingOps/PlaneCutOp.h" |
Syntax
class FPlaneCutOp : public UE::Geometry::FDynamicMeshOperator
Inheritance Hierarchy
Destructors
Constants
| Name |
Type |
Remarks |
Include Path |
| ObjectIndexAttribute |
const FName |
|
CuttingOps/PlaneCutOp.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bFillCutHole |
bool |
|
CuttingOps/PlaneCutOp.h |
|
| bFillSpans |
bool |
|
CuttingOps/PlaneCutOp.h |
|
| bKeepBothHalves |
bool |
|
CuttingOps/PlaneCutOp.h |
|
| bSimplifyAlongNewEdges |
bool |
|
CuttingOps/PlaneCutOp.h |
|
| CutPlaneLocalThickness |
double |
|
CuttingOps/PlaneCutOp.h |
|
| LocalPlaneNormal |
FVector3d |
|
CuttingOps/PlaneCutOp.h |
|
| LocalPlaneOrigin |
FVector3d |
Inputs |
CuttingOps/PlaneCutOp.h |
|
| OriginalMesh |
TSharedPtr< const FDynamicMesh3, ESPMode::ThreadSafe > |
|
CuttingOps/PlaneCutOp.h |
|
| UVScaleFactor |
double |
|
CuttingOps/PlaneCutOp.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void SetTransform
(
const FTransformSRT3d& Transform
)
|
|
CuttingOps/PlaneCutOp.h |
|