API Reference > imodeljs-common > Views > NpcCorners NpcCorners Variable The 8 corners of an Npc Frustum. Type Point3d[] Default Value typescript [ // tslint:disable-line:variable-name new Point3d(0.0, 0.0, 0.0), new Point3d(1.0, 0.0, 0.0), new Point3d(0.0, 1.0, 0.0), new Point3d(1.0, 1.0, 0.0), new Point3d(0.0, 0.0, 1.0), new Point3d(1.0, 0.0, 1.0), new Point3d(0.0, 1.0, 1.0), new Point3d(1.0, 1.0, 1.0), ] Defined in core/common/src/Frustum.ts Line 47 Last Updated: 13 June, 2024