boundaryOfVisibleSubset MethodStatic

Return the boundary of facets that are facing the eye.

boundaryOfVisibleSubset(source: PolyfaceVisitor | Polyface, visibilitySelect: "0" | "1" | "2", vectorToEye: Vector3d, sideAngleTolerance: Angle = ...): CurveCollection | undefined

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 - CurveCollection | undefined

Defined in

Last Updated: 04 June, 2026