Method |
Description |
Default constructor. Initializes to line segment between (0,0,0) and (1,0,0). | |
Creates a spline using the parameters passed in. If the spline is to be rational, then isRational should be true.... more | |
This constructor creates a spline initialized to be an elliptical arc. The center, unitNormal, and majorAxis are used... more | |
Creates a spline that attempts to fit a curve to the array of points within the tolerance fitTolerance. A fitTolerance... more | |
Creates a spline that attempts to fit an order degree curve to the array of points within the tolerance fitTolerance... more | |
This wraps AcDbSpline::AcDbSpline() method | |
Creates a spline that attempts to fit an order degree curve to the array of points within the tolerance fitTolerance... more | |
This wraps AcDbSpline::AcDbSpline() method |
Comments? |