CompoundCurve.CompoundCurve

CompoundCurve()

의 새 인스턴스를 초기화합니다.CompoundCurve 클래스.

public CompoundCurve()

또한보십시오


CompoundCurve(IEnumerable<ICurve>)

의 새 인스턴스를 초기화합니다.CompoundCurve 클래스.

public CompoundCurve(IEnumerable<ICurve> curves)
모수유형설명
curvesIEnumerable`1곡선의 컬렉션입니다.

예외

예외상태
ArgumentNullException인수 또는 그 요소 중 하나는 다음과 같습니다.null.
ArgumentException서로 같지 않은 null이 아닌 공간 참조 시스템이 두 개 이상 있습니다.

또한보십시오


CompoundCurve(ICompoundCurve)

의 새 인스턴스를 초기화합니다.CompoundCurve 클래스.

public CompoundCurve(ICompoundCurve other)
모수유형설명
otherICompoundCurve데이터를 복사할 다른 라인.

예외

예외상태
ArgumentNullException인수는null.

또한보십시오