# GetRevolutionSurfaceDefinitionReturn

> Class

Inheritance

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

***

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

## Constructors

### GetRevolutionSurfaceDefinitionReturn()

```csharp
public GetRevolutionSurfaceDefinitionReturn()
```

### GetRevolutionSurfaceDefinitionReturn(GetRevolutionSurfaceDefinitionReturn)

```csharp
public GetRevolutionSurfaceDefinitionReturn(GetRevolutionSurfaceDefinitionReturn o)
```

Parameters

| Type                                                                               | Name | Description |
| ---------------------------------------------------------------------------------- | ---- | ----------- |
| [GetRevolutionSurfaceDefinitionReturn](./cad_getrevolutionsurfacedefinitionreturn) | o    |             |

## Fields

### generatrixCurve

```csharp
public uint generatrixCurve
```

Returns

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

### axisOrigin

```csharp
public Point3 axisOrigin
```

Returns

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

### axisDirection

```csharp
public Point3 axisDirection
```

Returns

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

### startAngle

```csharp
public double startAngle
```

Returns

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

### endAngle

```csharp
public double endAngle
```

Returns

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