isPolyfaceManifold MethodStatic
Test edge pairing in source
mesh.
- Any edge with 3 or more adjacent facets triggers
false
return. - Any edge with 2 adjacent facets in the same direction triggers
false
return. - Null edges are ignored.
isPolyfaceManifold(source: PolyfaceVisitor | Polyface, allowSimpleBoundaries: booleanfalse): 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: 27 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.