API Reference > geometry-core > Polyface > PolyfaceBuilder > findOrAddPointInGrowableXYZArray findOrAddPointInGrowableXYZArray Method Announce point coordinates. The implementation is free to either create a new point or (if known) return index of a prior point with the same coordinates. findOrAddPointInGrowableXYZArray(xyz: GrowableXYZArray, index: number, transform?: Transform, priorIndex?: number): undefined | number Parameter Type Description xyz GrowableXYZArray index number Index of the point in the linestring. transform Transform priorIndex number Returns - undefined | number Returns the point index in the Polyface. Defined in polyface/PolyfaceBuilder.ts Line 360 Last Updated: 11 June, 2024