# SplittedEdge

> Class

Inheritance

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

***

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

## Constructors

### SplittedEdge()

```csharp
public SplittedEdge()
```

### SplittedEdge(SplittedEdge)

```csharp
public SplittedEdge(SplittedEdge o)
```

Parameters

| Type                               | Name | Description |
| ---------------------------------- | ---- | ----------- |
| [SplittedEdge](./cad_splittededge) | o    |             |

## Fields

### oldEdge

```csharp
public uint oldEdge
```

Returns

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

### newEdges

```csharp
public EdgeList newEdges
```

Returns

| Type                       | Description |
| -------------------------- | ----------- |
| [EdgeList](./cad_edgelist) |             |
