# Aligning Cutout Offset After BVH Subtraction

**URL:** https://discourse.threejs.org/t/aligning-cutout-offset-after-bvh-subtraction/69265
**Category:** Questions
**Tags:** positioning, mesh, three-mesh-bvh, geometry
**Created:** [August 13, 2024, 7:10pm UTC](https://discourse.threejs.org/t/aligning-cutout-offset-after-bvh-subtraction/69265 "2024-08-13T19:10:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Fizzy](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.threejs.org/fizzy/32/52197_2.png) [@Fizzy](https://discourse.threejs.org/u/Fizzy)
#### Post date: [August 13, 2024, 7:10pm UTC](https://discourse.threejs.org/t/aligning-cutout-offset-after-bvh-subtraction/69265/1 "2024-08-13T19:10:12Z")

</div>

Does anyone know how to adjust the offset of the cutout to align correctly after using the BVH Operation SUBTRACTION function?

![image](https://canada1.discourse-cdn.com/flex035/uploads/threejs/original/3X/e/a/ea5f682cc0de935e70dabf76d5bdc9d409305e9d.png)  
In the image, the green represents the original position, and the white cutout shows where it was placed.

Any assistance would be greatly appreciated!

---

<div class="post-metadata">

### Author: ![manthrax](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.threejs.org/manthrax/32/2596_2.png) [@manthrax](https://discourse.threejs.org/u/manthrax)
#### Post date: [August 15, 2024, 5:54am UTC](https://discourse.threejs.org/t/aligning-cutout-offset-after-bvh-subtraction/69265/2 "2024-08-15T05:54:24Z")

</div>

Are you using: [GitHub - gkjohnson/three-bvh-csg: A flexible, memory compact, fast and dynamic CSG implementation on top of three-mesh-bvh](https://github.com/gkjohnson/three-bvh-csg)

---

<div class="post-metadata">

### Author: ![Fizzy](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.threejs.org/fizzy/32/52197_2.png) [@Fizzy](https://discourse.threejs.org/u/Fizzy)
#### Post date: [August 15, 2024, 2:49pm UTC](https://discourse.threejs.org/t/aligning-cutout-offset-after-bvh-subtraction/69265/3 "2024-08-15T14:49:01Z")

</div>

Yes, I am using that GitHub library
