knotToPoint Method
Evaluate at a position given by u and v coordinates in knot space.
knotToPoint(u: number, v: number): Point3d
| Parameter | Type | Description | 
|---|---|---|
| u | number | u value, in knot range. | 
| v | number | v value in knot range. | 
Returns - Point3d
Return the xyz coordinates on the surface.
Defined in
- bspline/BSplineSurface.ts Line 691
Last Updated: 20 June, 2023