isPolyfaceManifold MethodStatic
Test edge pairing in source mesh.
- Any edge with 3 or more adjacent facets triggers
falsereturn. - Any edge with 2 adjacent facets in the same direction triggers
falsereturn. - Null edges are ignored.
isPolyfaceManifold(source: PolyfaceVisitor | Polyface, allowSimpleBoundaries: boolean = false): boolean
| Parameter | Type | Description |
|---|---|---|
| source | PolyfaceVisitor | Polyface | facet set to examine |
| allowSimpleBoundaries | boolean | if false (default), a return value of true means the facets form a closed2-manifold surface; if true, a return value of true means the facets form a 2-manifold surface which mayhave a boundary, but is still properly matched internally. |
Returns - boolean
Defined in
- polyface/PolyfaceQuery.ts Line 624
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.