Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshVoxelFunctions.h |
| Include | #include "GeometryScript/MeshVoxelFunctions.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FGeometryScriptSolidifyOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSolidAtBoundaries | ||
| bool | bThickenShells | When enabled, regions of the input mesh that have open boundaries (ie "shells") are thickened by extruding them into closed solids. | |
| float | ExtendBounds | ||
| FGeometryScript3DGridParameters | GridParameters | ||
| double | ShellThickness | Open Shells are Thickened by offsetting vertices along their averaged vertex normals by this amount. | |
| int | SurfaceSearchSteps | ||
| float | WindingThreshold |