|
BezierCurveCreateBezierCurve(Int32) Method |
Returns a Point3DCollection that defines the Bezier curve.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public Point3DCollection CreateBezierCurve(
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 Bezier curve
See Also