CADability dotNET

Overload List

  NameDescription
Public methodThroughPoints(array<GeoPoint>[]()[][], Int32, Boolean)
Makes this BSpline go through the given points. Previous data of this BSpline (if any) is discarded. The BSpline remembers both this points and the calculated poles, multiplicities, knots and weights values. If all points lie in a single plane it is better to use the appropriate ThroughPoints method.
Public methodThroughPoints(array<GeoPoint>[]()[][], array<GeoVector>[]()[][], Int32, Boolean)
Public methodThroughPoints(Plane, array<GeoPoint2D>[]()[][], array<GeoVector2D>[]()[][], Int32, Boolean)

See Also