isPolyfaceManifold MethodStatic
Test edges pairing in source mesh.
- for
allowSimpleBoundaries === falsetrue return means this is a closed 2-manifold surface - for
allowSimpleBoundaries === truetrue means this is a 2-manifold surface which may have boundary, but is still properly matched internally. - Any edge with 3 or more incident facets triggers
falsereturn. - Any edge with 2 incident facets in the same direction triggers a
falsereturn.
isPolyfaceManifold(source: Polyface, allowSimpleBoundaries: boolean = false): boolean
| Parameter | Type | Description |
|---|---|---|
| source | Polyface | |
| allowSimpleBoundaries | boolean |
Returns - boolean
Defined in
- polyface/PolyfaceQuery.ts Line 371
Last Updated: 20 June, 2023