pub fn surface_bounds(
surface: &SurfaceGeometry,
tol: Tolerances,
) -> OgeomResult<Aabb>Expand description
A guaranteed bound for a surface.
ยงErrors
OgeomError::Domain if the surface cannot be
evaluated over its own domain.
pub fn surface_bounds(
surface: &SurfaceGeometry,
tol: Tolerances,
) -> OgeomResult<Aabb>A guaranteed bound for a surface.
OgeomError::Domain if the surface cannot be
evaluated over its own domain.