Interface IConvertibleCurveT
Contents
[
Hide
]IConvertibleCurve<T> interface
Defines methods that convert the current curve to a Step, Linear or Spline curve.
public interface IConvertibleCurve<T>
Parameter | Description |
---|---|
T | The type of a point of the curve |
Properties
Name | Description |
---|---|
MaxDegree { get; } | Gets a value indicating the maximum degree of the curve, current values are: 0: STEP. 1: LINEAR. 3: CUBIC. |
Methods
Name | Description |
---|---|
Clone() | Creates a clone of this curve. |
ToLinearCurve() | Gets a LINEAR interpolated curve. Use only when MaxDegree is 1. |
ToSplineCurve() | Gets a CUBIC interpolated curve. Use only when MaxDegree is 3. |
ToStepCurve() | Gets a STEP interpolated curve. Use only when MaxDegree is 0. |
See Also
- namespace Aspose.CAD.FileFormats.GLB.Animations
- assembly Aspose.CAD