CompoundCurve.CompoundCurve

CompoundCurve()

初始化一个新的实例CompoundCurve类.

public CompoundCurve()

也可以看看


CompoundCurve(IEnumerable<ICurve>)

初始化一个新的实例CompoundCurve类.

public CompoundCurve(IEnumerable<ICurve> curves)
范围类型描述
curvesIEnumerable`1曲线的集合。

例外

例外(健康)状况
ArgumentNullException参数或其任何元素是null.
ArgumentException至少有两个不相等的非空空间参考系统。

也可以看看


CompoundCurve(ICompoundCurve)

初始化一个新的实例CompoundCurve类.

public CompoundCurve(ICompoundCurve other)
范围类型描述
otherICompoundCurve从中复制数据的另一行。

例外

例外(健康)状况
ArgumentNullException论据是null.

也可以看看