BSplineCreate |
Name | Description | |
---|---|---|
CreateNURBSCurve(Int32) | Returns a Point3DCollection that defines the NURBS curve based on the controlPoints and weights (defined with the constructor) and positionsPerSegment. | |
CreateNURBSCurve(IListPoint3D, IListDouble, Int32) | Returns a Point3DCollection that defines the NURBS curve (Non-uniform rational B-spline) based on the controlPoints, weights and positionsPerSegment. |