    

 ## On this page

  

 

 # Class KernelOperationGetSlicePoints

 Last update: 16.07.2025 

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

The class for KernelOperationGetSlicePoints.

```csharp
public class KernelOperationGetSlicePoints

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [KernelOperationGetSlicePoints](VM.Managed.DAFUL.KernelOperationGetSlicePoints.md)

#### 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_DAFUL_KernelOperationGetSlicePoints__ctor"></a> KernelOperationGetSlicePoints()

```csharp
public KernelOperationGetSlicePoints()

```

## Properties

### <a id="VM_Managed_DAFUL_KernelOperationGetSlicePoints_CuttingPlaneRadius"></a> CuttingPlaneRadius

Gets and sets the cutting plane radius.

```csharp
public double CuttingPlaneRadius { get; set; }

```

#### Property Value

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

### <a id="VM_Managed_DAFUL_KernelOperationGetSlicePoints_Points"></a> Points

Gets and sets the points.

```csharp
public List<vector> Points { get; set; }

```

#### Property Value

[List](https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1)

### <a id="VM_Managed_DAFUL_KernelOperationGetSlicePoints_SliceInfos"></a> SliceInfos

Gets and sets the slice infos.

```csharp
public List<xmlsliceinfo> SliceInfos { get; set; }

```

#### Property Value

[List](https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1)[XmlSliceInfo](VM.Managed.DAFUL.XmlSliceInfo.md)&amp;gt;

### <a id="VM_Managed_DAFUL_KernelOperationGetSlicePoints_TargetBody"></a> TargetBody

Gets and sets the target body.

```csharp
public BodyInfo TargetBody { get; set; }

```

#### Property Value

[BodyInfo](VM.Managed.DAFUL.BodyInfo.md)