# GetFaceDefinitionReturn

> Class

Inheritance

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

***

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 GetFaceDefinitionReturn
```

## Constructors

### GetFaceDefinitionReturn()

```csharp
public GetFaceDefinitionReturn()
```

### GetFaceDefinitionReturn(GetFaceDefinitionReturn)

```csharp
public GetFaceDefinitionReturn(GetFaceDefinitionReturn o)
```

Parameters

| Type                                                     | Name | Description |
| -------------------------------------------------------- | ---- | ----------- |
| [GetFaceDefinitionReturn](./cad_getfacedefinitionreturn) | o    |             |

## Fields

### surface

```csharp
public uint surface
```

Returns

| Type                                                         | Description |
| ------------------------------------------------------------ | ----------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) |             |

### loops

```csharp
public LoopList loops
```

Returns

| Type                       | Description |
| -------------------------- | ----------- |
| [LoopList](./cad_looplist) |             |

### orientation

```csharp
public bool orientation
```

Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |

### limits

```csharp
public Bounds2D limits
```

Returns

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