Fit
|
The FitData type exposes the following members.
| Name | Description | |
|---|---|---|
| Degree | Property that represents the spline degree. | |
| EndTangent | Property that represents the end tangent vector. | |
| FitTolerance | Property that represents the fit tolerance value. | |
| KnotParam | Property that represents the knot parameterization of the fit data. | |
| StartTangent | Property that represents the start tangent vector. | |
| TangentsExist | Property that indicates whether the tangents exist at the endpoints. |
| Name | Description | |
|---|---|---|
| Equals | Checks objects for equality. (Overrides ValueTypeEquals(Object)) |
|
| GetFitPoints | ||
| GetHashCode | Retrieves the object hash code. (Overrides ValueTypeGetHashCode) |
|
| GetType | (Inherited from Object) |
|
| IsEqualTo(FitData) | Checks whether the passed object is equal to this object within global tolerance. | |
| IsEqualTo(FitData, Tolerance) | Checks whether the passed object is equal to this object within the specified tolerance. | |
| ToString | (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| Equality(FitData, FitData) | Equality operator for the FitData class. Checks whether objects are equal. | |
| Inequality(FitData, FitData) | Inequality operator for the FitData class. Checks whether objects are not equal. |
| © Bricsys NV. All rights reserved. |