API Reference > geometry-core > Bspline > BSplineCurve3dBase > getPolePoint3d getPolePoint3d MethodAbstract Return a specified pole as a Point3d BSplineCurve3d returns its simple xyz BSplineCurve3dH attempts to normalize its (wx,wy,wz,w) back to (x,y,z), and returns undefined if weight is zero. getPolePoint3d(poleIndex: number, result?: Point3d): Point3d | undefined Parameter Type Description poleIndex number result Point3d optional result Returns - Point3d | undefined Defined in core/geometry/src/bspline/BSplineCurve.ts Line 197 Last Updated: 13 June, 2024