create_contact_patch#
- SurfaceUtilities.create_contact_patch(source_zonelets, target_zonelets, params)#
Create a contact patch by offsetting the target zonelets.
- Parameters:
- source_zonelets
Iterable
[int
] IDS for the source face zonelets.
- target_zonelets
Iterable
[int
] IDs for the target face zonelets.
- params
CreateContactPatchParams
Parameters for controlling the contact patch creation.
- source_zonelets
- Returns:
CreateContactPatchResults
Results from creating the contact patch.
- Return type:
Examples
>>> result = surf_utils.create_contact_patch(zonelets, params)