Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FQuadGridPatch
Description
Append the rows of NextPatch to the rows of the current QuadGrid. NextPatch must have the same number of vertex-columns as this Patch. Requires that the last vertex-row of this Patch be the same as the first vertex-row of NextPatch.
| Name | AppendQuadPatchRows |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Selections/QuadGridPatch.h |
| Include Path | #include "Selections/QuadGridPatch.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Selections/QuadGridPatch.cpp |
bool AppendQuadPatchRows
(
FQuadGridPatch && NextPatch,
bool bChecked
)
true if append succeeded
Parameters
| Name | Remarks |
|---|---|
| bChecked | if true, function verifies requirements and returns false if a mismatch is detected |