CompoundCurve.CompoundCurve

CompoundCurve()

の新しいインスタンスを初期化しますCompoundCurveclass.

public CompoundCurve()

関連項目


CompoundCurve(IEnumerable<ICurve>)

の新しいインスタンスを初期化しますCompoundCurveclass.

public CompoundCurve(IEnumerable<ICurve> curves)
パラメータタイプ説明
curvesIEnumerable`1曲線のコレクション。

例外

例外調子
ArgumentNullException引数またはその要素のいずれかがnull.
ArgumentException相互に等しくない null でない空間参照系が少なくとも 2 つあります。

関連項目


CompoundCurve(ICompoundCurve)

の新しいインスタンスを初期化しますCompoundCurveclass.

public CompoundCurve(ICompoundCurve other)
パラメータタイプ説明
otherICompoundCurveデータをコピーするもう 1 つの行。

例外

例外調子
ArgumentNullException引数はnull.

関連項目