|  | 
| BSplineCreateBSpline(Int32) Method | 
            Returns a Point3DCollection that defines the B-spline based on the controlPoints (defined with the constructor) and positionsPerSegment.
            
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
 Syntax
Syntaxpublic Point3DCollection CreateBSpline(
	int positionsPerSegment
)
Parameters
- positionsPerSegment  Int32
- number of additional points to make the curve smooth - bigger value creates smoother curve
Return Value
Point3DCollectionPoint3DCollection that defines the B-spline
 See Also
See Also