surfaceswhere
Surfaceswhere is a concept used in differential geometry and computational geometry to describe the subset of a surface where a given predicate holds. Let S be a smooth surface embedded in three-dimensional space, and let P be a predicate that assigns true or false to points on S, possibly depending on the point’s position, its normal, or an associated scalar field on S. The surfaceswhere of P on S, denoted W(P,S), is the set of points x in S for which P(x) is true. If P is defined by a smooth function f on S, with P(x) equivalent to a relation such as f(x) = 0 or f(x) ≤ 0, then W(P,S) corresponds to a level set or a sublevel region on S under appropriate regularity conditions.
Examples illustrate the concept. P(x) = z(x) > h selects the portion of S lying above a height
Computationally, surfaceswhere regions on meshes can be extracted by testing vertex or face values, and their