create_contact_patch Last update: 17.07.2025 SurfaceUtilities.create_contact_patch(source_zonelets, target_zonelets, params) Create a contact patch by offsetting the target zonelets. Parameters: source_zonelets : IDS for the source face zonelets. target_zonelets : IDs for the target face zonelets. params : 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)