Esempio n. 1
0
 /// <inheritdoc />
 public IItem AddCurve(Mat curvePoints, bool addToRef = false,
                       ProjectionType projectionType  = ProjectionType.AlongNormalRecalc)
 {
     return(Link.AddCurve(curvePoints, this, addToRef, projectionType));
 }