# IsSurfacePeriodicReturn

> Struct

Inherited Members

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

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.valuetype.tostring)

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

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

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

***

Namespace: UnityEngine.Pixyz.CAD

```csharp
[Serializable]
public struct IsSurfacePeriodicReturn
```

## Constructors

### IsSurfacePeriodicReturn(IsSurfacePeriodicReturn)

```csharp
public IsSurfacePeriodicReturn(IsSurfacePeriodicReturn o)
```

Parameters

| Type                                                     | Name | Description |
| -------------------------------------------------------- | ---- | ----------- |
| [IsSurfacePeriodicReturn](./cad_issurfaceperiodicreturn) | o    |             |

## Fields

### periodicU

```csharp
public bool periodicU
```

Returns

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

### periodicV

```csharp
public bool periodicV
```

Returns

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

### periodU

```csharp
public double periodU
```

Returns

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

### periodV

```csharp
public double periodV
```

Returns

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