Struct SectorGridParams.AngularExtents
Represents the direction extents
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting.dll
Syntax
public readonly struct SectorGridParams.AngularExtents
Constructors
| Name | Description |
|---|---|
| AngularExtents(IEnumerable<double>, GridLineNameType) | The constructor for irregular direction extents |
| AngularExtents(int, double, GridLineNameType) | The constructor for regular direction extents |
Properties
| Name | Description |
|---|---|
| Angles | The angles of individual grid bays |
| NameType | Gets the GridLineNameType |