# GetNURBSCurveDefinitionReturn

> Class

Inheritance

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

***

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

## Constructors

### GetNURBSCurveDefinitionReturn()

```csharp
public GetNURBSCurveDefinitionReturn()
```

### GetNURBSCurveDefinitionReturn(GetNURBSCurveDefinitionReturn)

```csharp
public GetNURBSCurveDefinitionReturn(GetNURBSCurveDefinitionReturn o)
```

Parameters

| Type                                                                 | Name | Description |
| -------------------------------------------------------------------- | ---- | ----------- |
| [GetNURBSCurveDefinitionReturn](./cad_getnurbscurvedefinitionreturn) | o    |             |

## Fields

### degree

```csharp
public int degree
```

Returns

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

### knots

```csharp
public DoubleList knots
```

Returns

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

### poles

```csharp
public Point3List poles
```

Returns

| Type                            | Description |
| ------------------------------- | ----------- |
| [Point3List](./geom_point3list) |             |

### weights

```csharp
public DoubleList weights
```

Returns

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