Class KernelOperationGetPointsOnCurve
Last update: 16.07.2025Namespace: VM.Managed.DAFUL
Assembly: VMDBallPlacing.dll
The class for KernelOperationGetPointsOnCurve.
public class KernelOperationGetPointsOnCurve
Inheritance
object ← KernelOperationGetPointsOnCurve
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
KernelOperationGetPointsOnCurve()
public KernelOperationGetPointsOnCurve()
Properties
BallSpacingMethod
Gets and sets the ball placing method.
public string BallSpacingMethod { get; set; }
Property Value
Count
Gets and sets the count.
public int Count { get; set; }
Property Value
Distance
Gets and sets the distance.
public double Distance { get; set; }
Property Value
IsClosed
Gets or sets a value indicating whether this points is closed.
public bool IsClosed { get; set; }
Property Value
Points
Gets and sets the points.
public List<vector> Points { get; set; }
Property Value
ShiftOfStartPosition
Gets and sets the shift of start position.
public double ShiftOfStartPosition { get; set; }