Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Geometry Script Solidify Options' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Geometry Script Solidify Options |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Grid Parameters | |
| struct | Custom Bounds | If valid, will be used to define the region of space to operate on.Otherwise, standard bounds based on the input mesh will be computed. |
| real | Winding Threshold | Space with generalized winding number higher than this threshold is considered to be inside the input surface. |
| boolean | Solid At Boundaries | If the solid surface extends beyond the bounds provided, whether to close off the surface at that boundary or leave it open |
| real | Extend Mesh Bounds | Amount to extend bounds, applied to both min and max extents. Only applied to default input-mesh-based bounds, not Custom Bounds. |
| integer | Surface Search Steps | Number of search steps to take when finding the marching cubes surface vertex positions. |
| boolean | Thicken Shells | When enabled, regions of the input mesh that have open boundaries (ie "shells") are thickened by extruding them into closed solids. This may be expensive on large meshes. |
| real | Shell Thickness | Open Shells are Thickened by offsetting vertices along their averaged vertex normals by this amount. Dimension is but clamped to twice the grid cell size. |