# GetEllipticConeSurfaceDefinitionReturn

> Class

Inheritance

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

***

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

## Constructors

### GetEllipticConeSurfaceDefinitionReturn()

```csharp
public GetEllipticConeSurfaceDefinitionReturn()
```

### GetEllipticConeSurfaceDefinitionReturn(GetEllipticConeSurfaceDefinitionReturn)

```csharp
public GetEllipticConeSurfaceDefinitionReturn(GetEllipticConeSurfaceDefinitionReturn o)
```

Parameters

| Type                                                                                   | Name | Description |
| -------------------------------------------------------------------------------------- | ---- | ----------- |
| [GetEllipticConeSurfaceDefinitionReturn](./cad_getellipticconesurfacedefinitionreturn) | o    |             |

## Fields

### radius1

```csharp
public double radius1
```

Returns

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

### radius2

```csharp
public double radius2
```

Returns

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

### semiAngle

```csharp
public double semiAngle
```

Returns

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

### matrix

```csharp
public Matrix4 matrix
```

Returns

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