Class KernelOperationGetSlicePoints
Last update: 16.07.2025Namespace: VM.Managed.DAFUL
Assembly: VMDBallPlacing.dll
The class for KernelOperationGetSlicePoints.
public class KernelOperationGetSlicePoints
Inheritance
object ← KernelOperationGetSlicePoints
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
KernelOperationGetSlicePoints()
public KernelOperationGetSlicePoints()
Properties
CuttingPlaneRadius
Gets and sets the cutting plane radius.
public double CuttingPlaneRadius { get; set; }
Property Value
Points
Gets and sets the points.
public List<vector> Points { get; set; }
Property Value
SliceInfos
Gets and sets the slice infos.
public List<xmlsliceinfo> SliceInfos { get; set; }
Property Value
ListXmlSliceInfo>
TargetBody
Gets and sets the target body.
public BodyInfo TargetBody { get; set; }