FitDataEquality Operator

Equality operator for the FitData class. Checks whether objects are equal.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public static bool operator ==(
        FitData a,
        FitData b
)

Parameters

a  FitData
[in] Left object to check.
b  FitData
[in] Right object to check.

Return Value

Boolean
true if all the following conditions are met: * Fit spline degrees are equal; * Both splines have present or absent tangents at the endpoints; * Fit tolerance values are equal; * Fit tolerance values are equal; * Start tqngent vectors are equal; * End tqngent vectors are equal; * Collections of fit points are equal; Otherwise, the method returns false.
See Also

©  Bricsys NV. All rights reserved.