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: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.