CompoundCurve.CompoundCurve

CompoundCurve()

Initierar en ny instans avCompoundCurve class.

public CompoundCurve()

Se även


CompoundCurve(IEnumerable<ICurve>)

Initierar en ny instans avCompoundCurve class.

public CompoundCurve(IEnumerable<ICurve> curves)
ParameterTypBeskrivning
curvesIEnumerable`1Samlingen av kurvor.

Undantag

undantagskick
ArgumentNullExceptionArgumentet eller något av dess element ärnull.
ArgumentExceptionDet finns minst två rumsliga referenssystem som inte är noll som inte är lika med varandra.

Se även


CompoundCurve(ICompoundCurve)

Initierar en ny instans avCompoundCurve class.

public CompoundCurve(ICompoundCurve other)
ParameterTypBeskrivning
otherICompoundCurveDen andra raden att kopiera data från.

Undantag

undantagskick
ArgumentNullExceptionArgumentet ärnull.

Se även