    

 ## On this page

  

 

 # Interface IGeneralContact

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL](VM.Managed.DAFUL.md)  
Assembly: VMDFBase.dll

Interface for the general contact.

```csharp
public interface IGeneralContact

```

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Methods

### <a id="VM_Managed_DAFUL_IGeneralContact_IsSphereTreatedAsSurface_VM_Managed_DAFUL_IContactable_"></a> IsSphereTreatedAsSurface(IContactable)

Get flag whether the faceset's geometry type is sphere and it will be ignored or not.

```csharp
bool IsSphereTreatedAsSurface(IContactable faceset)

```

#### Parameters

`faceset` [IContactable](VM.Managed.DAFUL.IContactable.md)

The faceset.

#### Returns

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

`true` if faceset's geometry type is sphere and it will be ignored; otherwise, `false`.