getPoint3dPole Method
Get the indexed Point3d.
- (IMPORTANT) This assumes this is an xyz surface. Data will be incorrect if this is an xyzw surface.
getPoint3dPole(i: number, j: number, result?: Point3d): undefined | Point3d
| Parameter | Type | Description | 
|---|---|---|
| i | number | index in [0, numPolesU) | 
| j | number | index in [0, numPolesV) | 
| result | Point3d | 
Returns - undefined | Point3d
Defined in
- bspline/BSplineSurface.ts Line 201
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.