# GetTransformedCurveDefinitionReturn

> Class

Inheritance

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

***

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

## Constructors

### GetTransformedCurveDefinitionReturn()

```csharp
public GetTransformedCurveDefinitionReturn()
```

### GetTransformedCurveDefinitionReturn(GetTransformedCurveDefinitionReturn)

```csharp
public GetTransformedCurveDefinitionReturn(GetTransformedCurveDefinitionReturn o)
```

Parameters

| Type                                                                             | Name | Description |
| -------------------------------------------------------------------------------- | ---- | ----------- |
| [GetTransformedCurveDefinitionReturn](./cad_gettransformedcurvedefinitionreturn) | o    |             |

## Fields

### curve

```csharp
public uint curve
```

Returns

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

### matrix

```csharp
public Matrix4 matrix
```

Returns

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