Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/FOffsetMeshRegion
Syntax
TFunction< bool(int32 Eid1, int32 Eid2)> LoopEdgesShouldHaveSameGroup
Remarks
When stitching the extruded portion to the source loop, this determines the grouping of the side quads by passing in successive Eids in the original loop. For instance, always returning true will result in one group for the stitched portion, and always returning true will result in a separate group for every edge quad. By default, the same group is given to adjacent edges that separate the same two groups, or to border edges that are colinear.