# BuildFacesReturn

> Class

Inheritance

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

***

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

## Constructors

### BuildFacesReturn()

```csharp
public BuildFacesReturn()
```

### BuildFacesReturn(BuildFacesReturn)

```csharp
public BuildFacesReturn(BuildFacesReturn o)
```

Parameters

| Type                                       | Name | Description |
| ------------------------------------------ | ---- | ----------- |
| [BuildFacesReturn](./cad_buildfacesreturn) | o    |             |

## Fields

### faces

```csharp
public FaceList faces
```

Returns

| Type                       | Description |
| -------------------------- | ----------- |
| [FaceList](./cad_facelist) |             |

### splittingInfo

```csharp
public SplittedEdgeList splittingInfo
```

Returns

| Type                                       | Description |
| ------------------------------------------ | ----------- |
| [SplittedEdgeList](./cad_splittededgelist) |             |
