boundaryOfVisibleSubset MethodStatic
Return the boundary of facets that are facing the eye.
boundaryOfVisibleSubset(source: PolyfaceVisitor | Polyface, visibilitySelect: "0" | "1" | "2", vectorToEye: Vector3d, sideAngleTolerance: Angle = ...): undefined | CurveCollection
| Parameter | Type | Description |
|---|---|---|
| source | PolyfaceVisitor | Polyface | polyface or visitor. Must be capable of constructing a subset visitor. |
| visibilitySelect | "0" | "1" | "2" | |
| vectorToEye | Vector3d | the vector to eye |
| sideAngleTolerance | Angle | the tolerance of side angle |
Returns - undefined | CurveCollection
Defined in
- polyface/PolyfaceQuery.ts Line 1034
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.