create_contact_patch#

SurfaceUtilities.create_contact_patch(source_zonelets, target_zonelets, params)#

Create a contact patch by offsetting the target zonelets.

Parameters:
source_zoneletsIterable[int]

IDS for the source face zonelets.

target_zoneletsIterable[int]

IDs for the target face zonelets.

paramsCreateContactPatchParams

Parameters for controlling the contact patch creation.

Returns:
CreateContactPatchResults

Results from creating the contact patch.

Return type:

CreateContactPatchResults

Examples

>>> result = surf_utils.create_contact_patch(zonelets, params)