# GetTabulatedCylinderSurfaceDefinitionReturn

> Class

Inheritance

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

***

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

## Constructors

### GetTabulatedCylinderSurfaceDefinitionReturn()

```csharp
public GetTabulatedCylinderSurfaceDefinitionReturn()
```

### GetTabulatedCylinderSurfaceDefinitionReturn(GetTabulatedCylinderSurfaceDefinitionReturn)

```csharp
public GetTabulatedCylinderSurfaceDefinitionReturn(GetTabulatedCylinderSurfaceDefinitionReturn o)
```

Parameters

| Type                                                                                             | Name | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ----------- |
| [GetTabulatedCylinderSurfaceDefinitionReturn](./cad_gettabulatedcylindersurfacedefinitionreturn) | o    |             |

## Fields

### directrixCurve

```csharp
public uint directrixCurve
```

Returns

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

### generatrixLine

```csharp
public Point3 generatrixLine
```

Returns

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

### range

```csharp
public Bounds1D range
```

Returns

| Type                       | Description |
| -------------------------- | ----------- |
| [Bounds1D](./cad_bounds1d) |             |
