Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/CompositionOps
Inheritance Hierarchy
- FDynamicMeshOperator
- FVoxelBaseOp
- FVoxelSolidifyMeshesOp
References
| Module | ModelingOperators |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CompositionOps/VoxelSolidifyMeshesOp.h |
| Include | #include "CompositionOps/VoxelSolidifyMeshesOp.h" |
Syntax
class FVoxelSolidifyMeshesOp : public UE::Geometry::FVoxelBaseOp
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bApplyThickenShells | ||
| bool | bSolidAtBoundaries | ||
| double | ExtendBounds | ||
| TArray< TSharedPtr< const FDynamicMesh3, ESPMode::ThreadSafe > > | Meshes | Inputs | |
| int | SurfaceSearchSteps | ||
| double | ThickenShells | ||
| TArray< FTransformSRT3d > | Transforms | ||
| double | WindingThreshold |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetTransform
(
const FTransformSRT3d& Transform |
Overridden from FDynamicMeshOperator
| Type | Name | Description | |
|---|---|---|---|
| void | CalculateResult
(
FProgressCancel* Progress |
FDynamicMeshOperator implementation |