# GetIntersectionCurveDefinitionReturn

> Class

Inheritance

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

***

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

## Constructors

### GetIntersectionCurveDefinitionReturn()

```csharp
public GetIntersectionCurveDefinitionReturn()
```

### GetIntersectionCurveDefinitionReturn(GetIntersectionCurveDefinitionReturn)

```csharp
public GetIntersectionCurveDefinitionReturn(GetIntersectionCurveDefinitionReturn o)
```

Parameters

| Type                                                                               | Name | Description |
| ---------------------------------------------------------------------------------- | ---- | ----------- |
| [GetIntersectionCurveDefinitionReturn](./cad_getintersectioncurvedefinitionreturn) | o    |             |

## Fields

### surface1

```csharp
public uint surface1
```

Returns

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

### surface2

```csharp
public uint surface2
```

Returns

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

### chart

```csharp
public uint chart
```

Returns

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

### bounds

```csharp
public Bounds1D bounds
```

Returns

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