Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UGeometryScriptLibrary_MeshRepairFunctions
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshRepairFunctions.h |
| Include | #include "GeometryScript/MeshRepairFunctions.h" |
Syntax
UCLASS (Meta=(ScriptName="GeometryScript_MeshRepair"))
class UGeometryScriptLibrary_MeshRepairFunctions : public UBlueprintFunctionLibrary
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| static | UPARAM
(
DisplayName |
Compacts the mesh's vertices and triangles to remove any "holes" in the Vertex ID or Triangle ID lists. | |
| static | UPARAM
(
DisplayName |
Remove vertices that are not used by any triangles. | |
| static | UPARAM
(
DisplayName |
Snap vertices on open edges to the closest compatible open boundary, if found within the tolerance distance Unlike ResolveMeshTJunctions, does not introduce new vertices to the mesh | |
| static | UPARAM
(
DisplayName |
Attempts to resolve T-Junctions in the mesh by addition of vertices and welding. | |
| static | UPARAM
(
DisplayName |
Welds any open boundary edges of the mesh together if possible in order to remove "cracks." | |
| static | UPARAM
(
DisplayName |
Tries to fill all open boundary loops (such as holes in the geometry surface) of a mesh. | |
| static | UPARAM
(
DisplayName |
Removes connected components of the mesh that have a volume, area, or triangle count below a threshold as specified by the Options. | |
| static | UPARAM
(
DisplayName |
Removes any triangles in the mesh that are not visible from the exterior view, under various definitions of "visible" and "outside" as specified by the Options. | |
| static | UPARAM
(
DisplayName |
Splits Bowties in the mesh and/or the attributes. | |
| static | UPARAM
(
DisplayName |
Removes triangles that have area or edge length below specified amounts depending on the Options requested. |