# Bounds2D

> Class

Inheritance

* [object](https://learn.microsoft.com/dotnet/api/system.object)
* Bounds2D

***

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\))

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

***

Namespace: UnityEngine.Pixyz.CAD

```csharp
[Serializable]
public class Bounds2D
```

## Constructors

### Bounds2D()

```csharp
public Bounds2D()
```

### Bounds2D(Bounds2D)

```csharp
public Bounds2D(Bounds2D o)
```

Parameters

| Type                       | Name | Description |
| -------------------------- | ---- | ----------- |
| [Bounds2D](./cad_bounds2d) | o    |             |

## Fields

### u

```csharp
public Bounds1D u
```

Returns

| Type                       | Description |
| -------------------------- | ----------- |
| [Bounds1D](./cad_bounds1d) |             |

### v

```csharp
public Bounds1D v
```

Returns

| Type                       | Description |
| -------------------------- | ----------- |
| [Bounds1D](./cad_bounds1d) |             |
