| bSolidAtBoundaries |
bool |
If the solid surface extends beyond the bounds provided, whether to close off the surface at that boundary or leave it open. |
GeometryScript/MeshVoxelFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| bThickenShells |
bool |
When enabled, regions of the input mesh that have open boundaries (ie "shells") are thickened by extruding them into closed solids. |
GeometryScript/MeshVoxelFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| CustomBounds |
FBox |
If valid, will be used to define the region of space to operate on. |
GeometryScript/MeshVoxelFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| ExtendBounds |
float |
Amount to extend bounds, applied to both min and max extents. Only applied to default input-mesh-based bounds, not Custom Bounds. |
GeometryScript/MeshVoxelFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
- Meta=(DisplayName="Extend Mesh Bounds")
|
| GridParameters |
FGeometryScript3DGridParameters |
|
GeometryScript/MeshVoxelFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| ShellThickness |
double |
Open Shells are Thickened by offsetting vertices along their averaged vertex normals by this amount. |
GeometryScript/MeshVoxelFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| SurfaceSearchSteps |
int |
Number of search steps to take when finding the marching cubes surface vertex positions. |
GeometryScript/MeshVoxelFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| WindingThreshold |
float |
Space with generalized winding number higher than this threshold is considered to be inside the input surface. |
GeometryScript/MeshVoxelFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|