<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [makeOriginOnBoundingBoxMinOfGeometry](./volume.makeoriginonboundingboxminofgeometry.md)

## makeOriginOnBoundingBoxMinOfGeometry() function

将几何体的原点移动包围盒的最小点处

**Signature:**

```typescript
export declare function makeOriginOnBoundingBoxMinOfGeometry(geometry: BufferGeometry): BufferGeometry<import("three").NormalBufferAttributes>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  geometry | BufferGeometry |  |

**Returns:**

BufferGeometry&lt;import("three").NormalBufferAttributes&gt;

