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): undefined | Point3d
@see getPixelDataWorldPoint to obtain the point in CoordSystem.World.
| Parameter | Type | Description | 
|---|---|---|
| pixels | Pixel.Buffer | |
| x | number | |
| y | number | |
| out | Point3d | 
Returns - undefined | Point3d
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.