CompoundCurve.CompoundCurve

CompoundCurve()

Initialise une nouvelle instance duCompoundCurve classe.

public CompoundCurve()

Voir également


CompoundCurve(IEnumerable<ICurve>)

Initialise une nouvelle instance duCompoundCurve classe.

public CompoundCurve(IEnumerable<ICurve> curves)
ParamètreTaperLa description
curvesIEnumerable`1La collection de courbes.

Exceptions

exceptioncondition
ArgumentNullExceptionL’argument ou l’un de ses éléments estnull.
ArgumentExceptionIl existe au moins deux systèmes de référence spatiale non nuls qui ne sont pas égaux l’un à l’autre.

Voir également


CompoundCurve(ICompoundCurve)

Initialise une nouvelle instance duCompoundCurve classe.

public CompoundCurve(ICompoundCurve other)
ParamètreTaperLa description
otherICompoundCurveL’autre ligne à partir de laquelle copier les données.

Exceptions

exceptioncondition
ArgumentNullExceptionL’argument estnull.

Voir également