    

 ## On this page

  

 

 #  Class SolidBodySubtract

 Last update: 16.07.2025 

Namespace: [VM.Managed.Symmetric.CAD](VM.Managed.Symmetric.CAD.md)  
Assembly: VMSymBase.dll

```csharp
public class SolidBodySubtract : SolidBodyPair, ISymmetricMultiBuilder, ISymmetricUpdater

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [SolidBodyMulti](VM.Managed.Symmetric.CAD.SolidBodyMulti.md) ← [SolidBodyPair](VM.Managed.Symmetric.CAD.SolidBodyPair.md) ← [SolidBodySubtract](VM.Managed.Symmetric.CAD.SolidBodySubtract.md)

#### Implements

ISymmetricMultiBuilder, ISymmetricUpdater

#### Inherited Members

[SolidBodyPair.Initialize(ISymmetricManager)](VM.Managed.Symmetric.CAD.SolidBodyPair.md#VM_Managed_Symmetric_CAD_SolidBodyPair_Initialize_VM_Managed_Symmetric_ISymmetricManager_), [SolidBodyPair.Update(ObjectBase, ObjectBase, SymmetricType, Plane, Document)](VM.Managed.Symmetric.CAD.SolidBodyPair.md#VM_Managed_Symmetric_CAD_SolidBodyPair_Update_VM_Managed_ObjectBase_VM_Managed_ObjectBase_VM_Managed_SymmetricType_VM_Plane_VM_Managed_Document_), [SolidBodyPair.UpdateBuild(Builder, Builder, SymmetricType, Plane, Document)](VM.Managed.Symmetric.CAD.SolidBodyPair.md#VM_Managed_Symmetric_CAD_SolidBodyPair_UpdateBuild_VM_Managed_CAD_Builder_VM_Managed_CAD_Builder_VM_Managed_SymmetricType_VM_Plane_VM_Managed_Document_), [SolidBodyMulti.UpdateBuild(Builder, Builder, SymmetricType, Plane, Document)](VM.Managed.Symmetric.CAD.SolidBodyMulti.md#VM_Managed_Symmetric_CAD_SolidBodyMulti_UpdateBuild_VM_Managed_CAD_Builder_VM_Managed_CAD_Builder_VM_Managed_SymmetricType_VM_Plane_VM_Managed_Document_)

#### 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_)

## Constructors

### <a id="VM_Managed_Symmetric_CAD_SolidBodySubtract__ctor"></a> SolidBodySubtract()

```csharp
public SolidBodySubtract()

```

## Methods

### <a id="VM_Managed_Symmetric_CAD_SolidBodySubtract_Update_VM_Managed_ObjectBase_VM_Managed_ObjectBase_VM_Managed_SymmetricType_VM_Plane_VM_Managed_Document_"></a> Update(ObjectBase, ObjectBase, SymmetricType, Plane, Document)

Updates the symmetric objects.

```csharp
public override bool Update(ObjectBase tool, ObjectBase target, SymmetricType sym_type, Plane sym_plane, Document doc)

```

#### Parameters

`tool` ObjectBase

The reference object.

`target` ObjectBase

The target object.

`sym_type` SymmetricType

Specifies type of symmetric.

`sym_plane` Plane

Plane of symmetric.

`doc` Document

#### Returns

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

`true` if success; otherwise, `false`.