# GetTorusSurfaceDefinitionReturn

> Class

Inheritance

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

***

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

## Constructors

### GetTorusSurfaceDefinitionReturn()

```csharp
public GetTorusSurfaceDefinitionReturn()
```

### GetTorusSurfaceDefinitionReturn(GetTorusSurfaceDefinitionReturn)

```csharp
public GetTorusSurfaceDefinitionReturn(GetTorusSurfaceDefinitionReturn o)
```

Parameters

| Type                                                                     | Name | Description |
| ------------------------------------------------------------------------ | ---- | ----------- |
| [GetTorusSurfaceDefinitionReturn](./cad_gettorussurfacedefinitionreturn) | o    |             |

## Fields

### majorRadius

```csharp
public double majorRadius
```

Returns

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

### minorRadius

```csharp
public double minorRadius
```

Returns

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

### matrix

```csharp
public Matrix4 matrix
```

Returns

| Type                      | Description |
| ------------------------- | ----------- |
| [Matrix4](./geom_matrix4) |             |

### type

```csharp
public int type
```

Returns

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