areFacetsConvex MethodStatic
Determine whether all facets are convex.
areFacetsConvex(source: PolyfaceVisitor | Polyface): boolean
@returns true if all facets are convex; false otherwise.
| Parameter | Type | Description |
|---|---|---|
| source | PolyfaceVisitor | Polyface | polyface or visitor. |
Returns - boolean
true if all facets are convex; false otherwise.
Defined in
- polyface/PolyfaceQuery.ts Line 474
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.