# EvalOnSurfaceReturn

> Class

Inheritance

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

***

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

## Constructors

### EvalOnSurfaceReturn()

```csharp
public EvalOnSurfaceReturn()
```

### EvalOnSurfaceReturn(EvalOnSurfaceReturn)

```csharp
public EvalOnSurfaceReturn(EvalOnSurfaceReturn o)
```

Parameters

| Type                                             | Name | Description |
| ------------------------------------------------ | ---- | ----------- |
| [EvalOnSurfaceReturn](./cad_evalonsurfacereturn) | o    |             |

## Fields

### d0

```csharp
public Point3 d0
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point3](./geom_point3) |             |

### du

```csharp
public Point3 du
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point3](./geom_point3) |             |

### dv

```csharp
public Point3 dv
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point3](./geom_point3) |             |

### d2u

```csharp
public Point3 d2u
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point3](./geom_point3) |             |

### d2v

```csharp
public Point3 d2v
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point3](./geom_point3) |             |

### duv

```csharp
public Point3 duv
```

Returns

| Type                    | Description |
| ----------------------- | ----------- |
| [Point3](./geom_point3) |             |
