getPixelDataNpcPoint Method

Get the point at the specified x and y location in the pixel buffer in npc coordinates.

getPixelDataNpcPoint(pixels: Pixel.Buffer, x: number, y: number, out?: Point3d): Point3d | undefined

@see getPixelDataWorldPoint to obtain the point in CoordSystem.World.

Parameter Type Description
pixels Pixel.Buffer  
x number  
y number  
out Point3d  

Returns - Point3d | undefined

Defined in

Last Updated: 28 April, 2026