API Reference > geometry-core > Bspline > BezierCurveBase > getPolePoint4d getPolePoint4d MethodAbstract Get pole i as a Point4d. For 3d curve, this accesses the simple pole and returns with weight 1. For 4d curve, this accesses the (weighted) pole. getPolePoint4d(i: number, point?: Point4d): Point4d | undefined Parameter Type Description i number point Point4d Returns - Point4d | undefined Defined in core/geometry/src/bspline/BezierCurveBase.ts Line 90 Last Updated: 13 June, 2024