NXOpen.UF.Sf.AutoCreateSurfaceContactMesh

Sf.AutoCreateSurfaceContactMesh()

Refer to UF_SF_auto_create_surface_contact_mesh for documentation.

Signature: AutoCreateSurfaceContactMesh(captureDistance, property)

Parameters:
  • captureDistance (float) – The mimimum distance between two polygon faces of different polygon bodies that form a contact pair.
  • property (PointerWrapper) – Structure to define mesh properties. The valid structures are UF_SF_SURFACE_CONTACT_ANS_data_p_t, UF_SF_SURFACE_CONTACT_NAS_data_p_t, UF_SF_SURFACE_CONTACT_UGFEA_data_p_t
Returns:

A Tuple

Return type:

A tuple consisting of (numMeshes,meshRecipes)

numMeshes(int): Pointer to number of meshes

meshRecipes(list of Tag): Pointer to the number of mesh recipe tags created.

License requirements: None