Spline(Int32, Boolean, Boolean, Boolean, Point3dCollection, DoubleCollection, DoubleCollection, Double, Double) Constructor

Initializes a new instance of the Spline class

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.3.0.0
Syntax
public Spline(
        int degree,
        bool rational,
        bool closed,
        bool periodic,
        Point3dCollection controlPoints,
        DoubleCollection knots,
        DoubleCollection weights,
        double controlPointTolerance,
        double knotTolerance
)

Parameters

degree  Int32
 
rational  Boolean
 
closed  Boolean
 
periodic  Boolean
 
controlPoints  Point3dCollection
 
knots  DoubleCollection
 
weights  DoubleCollection
 
controlPointTolerance  Double
 
knotTolerance  Double
 
See Also

©  Bricsys NV. All rights reserved.