Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Struct SplineData.Point

Last update: 16.07.2025

Namespace: 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 struct.

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

double

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

double

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

SplineData.Point

implicit operator Point(TwoPoint)

public static implicit operator SplineData.Point(SplineValue.TwoPoint twoPoint)

Parameters

twoPoint SplineValue.TwoPoint

Returns

SplineData.Point

Connect with Ansys