Struct SplineData.Point
Last update: 16.07.2025Namespace: VM.Managed.DAFUL
Assembly: VMDSB.dll
This base class is to represent the point in spline value.
public struct SplineData.Point : IDataPoint
Implements
IDataPoint
Constructors
Point(double, double)
Initializes a new instance of the
public Point(double dx, double dy)
Parameters
dx double
The dx.
dy double
The dy.
Properties
X
Gets or sets the X value.
Type : double LinkRequestUpdate 시 처리 : N/A Read/Write : N/A Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : No 변경 시 DFS 재생성 여부 : No 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No
public double X { get; set; }
Property Value
Y
Gets or sets the Y value.
Type : double LinkRequestUpdate 시 처리 : N/A Read/Write : N/A Read/Write Condition : N/A 연관 프로퍼티 : N/A Validation 조건 : N/A UI Visibility : No 변경 시 DFS 재생성 여부 : No 변경 시 DFG 재생성 여부 : No 변경 시 GINF 재생성 여부 : No
public double Y { get; set; }
Property Value
Operators
implicit operator DataPoint(Point)
public static implicit operator DataPoint(SplineData.Point point)
Parameters
point SplineData.Point
Returns
DataPoint
implicit operator Point(DataPoint)
public static implicit operator SplineData.Point(DataPoint dataPoint)
Parameters
dataPoint DataPoint
Returns
implicit operator Point(TwoPoint)
public static implicit operator SplineData.Point(SplineValue.TwoPoint twoPoint)
Parameters
twoPoint SplineValue.TwoPoint