# GetRuledSurfaceDefinitionReturn

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

## Constructors

### GetRuledSurfaceDefinitionReturn(GetRuledSurfaceDefinitionReturn)

```csharp
public GetRuledSurfaceDefinitionReturn(GetRuledSurfaceDefinitionReturn o)
```

Parameters

| Type                                                                     | Name | Description |
| ------------------------------------------------------------------------ | ---- | ----------- |
| [GetRuledSurfaceDefinitionReturn](./cad_getruledsurfacedefinitionreturn) | o    |             |

## Fields

### firstCurve

```csharp
public uint firstCurve
```

Returns

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

### secondCurve

```csharp
public uint secondCurve
```

Returns

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