# ProfileLoop

> Class

Inheritance

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

***

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

## Constructors

### ProfileLoop()

```csharp
public ProfileLoop()
```

### ProfileLoop(ProfileLoop)

```csharp
public ProfileLoop(ProfileLoop o)
```

Parameters

| Type                             | Name | Description |
| -------------------------------- | ---- | ----------- |
| [ProfileLoop](./cad_profileloop) | o    |             |

## Fields

### edges

```csharp
public OrientedEdgeList edges
```

Returns

| Type                                       | Description |
| ------------------------------------------ | ----------- |
| [OrientedEdgeList](./cad_orientededgelist) |             |

### isOuter

```csharp
public bool isOuter
```

Returns

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