pub fn transform_brep(
solid: &BrepSolid,
transform: AffineTransform,
reverse_orientation: bool,
) -> Result<BrepSolid, String>Expand description
Transform exact BREP geometry without changing entity IDs or parameter
ranges. reverse_orientation is required for negative-determinant maps.