# GetNURBSSurfaceDefinitionReturn

> Class

Inheritance

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

***

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

## Constructors

### GetNURBSSurfaceDefinitionReturn()

```csharp
public GetNURBSSurfaceDefinitionReturn()
```

### GetNURBSSurfaceDefinitionReturn(GetNURBSSurfaceDefinitionReturn)

```csharp
public GetNURBSSurfaceDefinitionReturn(GetNURBSSurfaceDefinitionReturn o)
```

Parameters

| Type                                                                     | Name | Description |
| ------------------------------------------------------------------------ | ---- | ----------- |
| [GetNURBSSurfaceDefinitionReturn](./cad_getnurbssurfacedefinitionreturn) | o    |             |

## Fields

### degreeU

```csharp
public int degreeU
```

Returns

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

### degreeV

```csharp
public int degreeV
```

Returns

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

### knotsU

```csharp
public DoubleList knotsU
```

Returns

| Type                            | Description |
| ------------------------------- | ----------- |
| [DoubleList](./core_doublelist) |             |

### knotsV

```csharp
public DoubleList knotsV
```

Returns

| Type                            | Description |
| ------------------------------- | ----------- |
| [DoubleList](./core_doublelist) |             |

### poles

```csharp
public Point3ListList poles
```

Returns

| Type                                    | Description |
| --------------------------------------- | ----------- |
| [Point3ListList](./geom_point3listlist) |             |

### weights

```csharp
public DoubleListList weights
```

Returns

| Type                                    | Description |
| --------------------------------------- | ----------- |
| [DoubleListList](./core_doublelistlist) |             |
