API Reference > geometry-core > CartesianGeometry > ClipVector > classifyPointContainment classifyPointContainment Method Determines whether the given points fall inside or outside this set of ClipShapes. If any set is defined by masking planes, checks the mask planes only, provided that ignoreMasks is false. Otherwise, checks the _clipplanes member. classifyPointContainment(points: Point3d[], ignoreMasks: boolean = false): ClipPlaneContainment Parameter Type Description points Point3d[] ignoreMasks boolean Returns - ClipPlaneContainment Defined in core/geometry/src/clipping/ClipVector.ts Line 273 Last Updated: 13 June, 2024