patch_flow_regions#
- Wrapper.patch_flow_regions(live_material_point, params)#
Patch flow regions.
Patch flow regions create patching surfaces for regions identified by dead regions from wrapper patch holes parameters.
- Parameters:
- live_material_point
str
Name of live material point.
- params
WrapperPatchFlowRegionsParams
Parameters to define patch flow regions operation.
- live_material_point
- Returns:
WrapperPatchFlowRegionsResult
Returns the WrapperPatchFlowRegionsResult.
- Return type:
Notes
This is a beta API. The behavior and implementation may change in future.
Examples
>>> results = wrapper.PatchFlowRegions(live_material_point, params)