pub fn resolve_component_point(
solids: &[&BrepSolid],
) -> Result<SelectionGeometry, ResolveError>Expand description
Whole-component representative point: the center of the aggregate AABB of every face surface’s control-point hull (plus topology vertices) across the component’s solids. The hull BOUNDS the exact surfaces (convex-hull property) without touching tessellation; it overshoots curved faces, so this is a representative anchor for coincident/parallel-with-component semantics, not an exact bounding box.