Interface ICompoundCurve

ICompoundCurve interface

隣接する曲線が終点で結合されるように、連続する曲線のシーケンスを表す曲線。

public interface ICompoundCurve : ICurve, IEnumerable<ICurve>, IEquatable<ICompoundCurve>

プロパティ

名前説明
Count { get; }内の曲線の数を取得しますICompoundCurve .
Item { get; }を取得しますICurve指定されたインデックスで.

メソッド

名前説明
ToEditable()このジオメトリの編集可能なコピーを取得します.

関連項目