computeStrokeCountForOptions Method
Assess length and turn to determine a stroke count.
- this method is used by both BSplineCurve3d and BSplineCurve3dH.
- points are accessed via getPolePoint3d.- Hence a zero-weight pole will be a problem
 
computeStrokeCountForOptions(options?: StrokeOptions): number
| Parameter | Type | Description | 
|---|---|---|
| options | StrokeOptions | stroke options structure. | 
Returns - number
Defined in
- bspline/BezierCurveBase.ts Line 201
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.